You are not logged in.

#1 2016-08-24 16:19:30

daiyue
Member
Registered: 2016-08-24
Posts: 1

How to use yaourt install AUR packages?

I am trying to use `yaourt` to install `logstash` on `arch linux`, with the command,
   

yaourt -S logstash

the shell came up with the following,

yaourt install logstash

==> Downloading logstash PKGBUILD from AUR...
x .SRCINFO
x .gitignore
x PKGBUILD
x bundle.config
x logstash-web.service
x logstash.install
x logstash.service
x logstash@.service
x user.conf
KingCrunch commented on 2016-01-15 18:01
I guess "java-runtime-headless" as dependency works too, doesn't? That would reduce the dependencies.

mister_karim commented on 2016-04-02 02:34
Hi, after update logstash stopped working properly, it can't load via systemd,  when i with manually starting it doesn't work with any of my config files. not sure it it's related to the build or a bug in the new version

Edit:
These are problems in Logstash 2.3 itself (from a topic in elastic forum)

andreab82 commented on 2016-06-07 09:28
Hi,

logstash seems to be working for me.
Only problem is that it's not in $PATH, so to get it working you need to type the whole path "/opt/logstash/bin/logstash" or add a symbolic link to /usr/bin like:
ln -s /opt/logstash/bin/logstash /usr/bin/logstash


Regards,
Andrea

cgirard commented on 2016-06-07 09:50
@andreab82 you'll probably want to use the systemd unit instead.

Loailand commented on 2016-06-20 11:55
Hi,

logstash-web.service does not seem to be needed anymore as the Web UI has been completely removed as of version 1.5.

https://github.com/elastic/logstash/pull/2661

Regards.

logstash 2.3.4-1  (2016-07-17 21:20)
( Unsupported package: Potentially dangerous ! )
==> Edit PKGBUILD ? [Y/n] ("A" to abort)
==> ------------------------------------
==>

Please add $VISUAL to your environment variables
for example:
export VISUAL="vim" (in ~/.bashrc)
(replace vim with your favorite editor)


I am wondering why do I need to edit `PKGBUILD` and add `$VISUAL` to environment variables? and how to make yaourt install `AUR` package? I thought its usage is the same as `pacman`.

cheers

Last edited by daiyue (2016-08-24 16:20:18)

Offline

#2 2016-08-24 16:24:19

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,774

Re: How to use yaourt install AUR packages?

Moving to AUR issues.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#3 2016-08-24 16:38:34

Alad
Wiki Admin/IRC Op
From: Bagelstan
Registered: 2014-05-04
Posts: 2,412
Website

Re: How to use yaourt install AUR packages?

This post is a mess. I can't make out what's the problem, what's the question, and what's a bunch of AUR comments. It does look like a typical example of "install yaourt from archlinuxfr first, ask questions later", however.

Read these:

https://wiki.archlinux.org/index.php/Ar … Repository
https://wiki.archlinux.org/index.php/Makepkg

Last edited by Alad (2016-08-24 16:40:02)


Mods are just community members who have the occasionally necessary option to move threads around and edit posts. -- Trilby

Offline

#4 2016-08-24 17:15:33

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,523
Website

Re: How to use yaourt install AUR packages?

How to use yaourt install AUR packages?

This is like asking how to use a chainsaw to shave your facial hair.  Don't.  Just don't.

Learn to use the AUR with makepkg first.  Read the links provided above.  Then once you've installed at least a few AUR packages with makepkg/pacman, then you can look into AUR helpers - and at that point you should read this page, noting the table at the bottom:
https://wiki.archlinux.org/index.php/AUR_helpers


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

Board footer

Powered by FluxBB