You are not logged in.

#1 2011-09-15 10:14:20

bjorntj
Member
Registered: 2011-05-10
Posts: 150

Which AUR helper is recommended?

I see there is a lot of them, which should I choose? I just want to make keeping aur packages up to date more easier... smile


Regards,

BTJ


Someone wrote:
"I understand that if you play a Windows CD backwards you hear strange Satanic messages"
To which someone replied:
"It's even worse than that; play it forwards and it installs Windows"

Offline

#2 2011-09-15 11:25:35

ethail
Member
From: Spain
Registered: 2011-02-10
Posts: 225

Re: Which AUR helper is recommended?

Cower is a good (or the best) choice here, IMO.

Some advice: try not to use any AUR helper as pacman wrapper, it tends to be a russian roulette sometimes (especially with yaourt). Pacman for repos, AUR helpers for AUR only


My GitHub Page

Best Testing Repo Warning: [testing] means it can eat you hamster, catch fire and you should keep it away from children. And I'm serious here, it's not an April 1st joke.

Offline

#3 2011-09-15 11:28:20

the sad clown
Member
From: 192.168.0.X
Registered: 2011-03-20
Posts: 837

Re: Which AUR helper is recommended?

There is no officially recommended AUR helper.  Most answers will either be based on personal preference or else a suggestion that you try out the ones that sound interesting and decide for yourself.  I use aurget because I want the processes for my AUR packages separate from pacman.  Others want them together and choose something like yaourt.


I laugh, yet the joke is on me

Offline

#4 2011-09-15 11:40:50

bjorntj
Member
Registered: 2011-05-10
Posts: 150

Re: Which AUR helper is recommended?

I wasn't looking for an offically recommende AUR helper but there were so many too choose from, so I thought I could narrow it down a bit... smile

And that I have now... I have installed Cower, aurget and pbfetch and all looks good... sad So now I only have too choose... :-|

Thx.... smile

BTJ

Last edited by bjorntj (2011-09-15 11:41:28)


Someone wrote:
"I understand that if you play a Windows CD backwards you hear strange Satanic messages"
To which someone replied:
"It's even worse than that; play it forwards and it installs Windows"

Offline

#5 2011-09-17 23:21:18

DustinCasler
Member
From: Dallas, Texas
Registered: 2011-03-27
Posts: 50

Re: Which AUR helper is recommended?

I've not used Cower. But I definitely prefer Packer over Yaourt.

Offline

#6 2011-09-18 00:37:18

orschiro
Member
Registered: 2009-06-04
Posts: 2,136
Website

Re: Which AUR helper is recommended?

Packer is definitely nice if you prefer a helper which supports AUR as well as the official repos.

Regards

Offline

#7 2011-09-18 00:55:02

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,618
Website

Re: Which AUR helper is recommended?

ethail wrote:

Some advice: try not to use any AUR helper as pacman wrapper, it tends to be a russian roulette sometimes (especially with yaourt). Pacman for repos, AUR helpers for AUR only

+1 for this... a browser and makepkg are all you need.


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#8 2011-09-18 06:16:39

Awebb
Member
Registered: 2010-05-06
Posts: 6,419

Re: Which AUR helper is recommended?

graysky wrote:

a browser and makepkg are all you need.

I find it impractical to switch the workflow like that. If I'm searching for a package, I do this with pacman. If pacman does not come up with this, I search the AUR. If I have to open a browser first, browse the Arch page to find the AUR and then have to search for a package in that environment... I don't mind installing packages manually, but if I have to leave the terminal to search for packages, I might forget what I was looking for in the meantime.

Offline

#9 2011-09-18 08:05:04

Barafu Albino Cheetah
Member
From: Moscow
Registered: 2011-09-16
Posts: 34

Re: Which AUR helper is recommended?

graysky wrote:

+1 for this... a browser and makepkg are all you need.

Especially if you want something with 20 dependencies.

Offline

#10 2011-09-18 19:53:00

Awebb
Member
Registered: 2010-05-06
Posts: 6,419

Re: Which AUR helper is recommended?

Oh come on... if you can type THAT username everytime you log in, you don't mind a little extra work :-D

Offline

#11 2011-09-20 06:11:11

DustinCasler
Member
From: Dallas, Texas
Registered: 2011-03-27
Posts: 50

Re: Which AUR helper is recommended?

orschiro wrote:

Packer is definitely nice if you prefer a helper which supports AUR as well as the official repos.

Regards

I think this is most of why I prefer Packer. Being able to pacman -syu instead of sudo apt-get update/sudo apt-get upgrade is AWESOME. Being able to packer -syu and update pacman AND the AUR is VERY AWESOME.

Offline

#12 2011-09-20 18:31:28

rwd
Member
Registered: 2009-02-08
Posts: 664

Re: Which AUR helper is recommended?

i have used Yaourt as a Pacman wrapper for over a year without trouble. It was Clyde that caused lots of headaches for me (explicitly installed packages got installed as dependencies, did not let me install more than one package at once, not dealing with replacements properly, breaking  with each upgrade of  Ruby etc.). I haven't used Clyde for months so maybe those things are fixed now but I just got fed up with it.

Last edited by rwd (2011-09-20 18:40:42)

Offline

#13 2011-09-20 18:33:17

SS4
Member
From: !Rochford, Essex
Registered: 2010-12-05
Posts: 699

Re: Which AUR helper is recommended?

I use yaourt largely because it will search without arguments and then ask what to install. Sometimes I'll use makepkg usually with -csi


Rauchen verboten

Offline

#14 2011-09-20 19:06:10

orschiro
Member
Registered: 2009-06-04
Posts: 2,136
Website

Re: Which AUR helper is recommended?

I haven't used Clyde for months so maybe those things are fixed now but I just got fed up with it.

Just a side note. As far as I know the development of clyde has stopped.

Regards

Offline

#15 2011-09-21 02:22:14

mhertz
Member
From: Denmark
Registered: 2010-06-19
Posts: 681

Re: Which AUR helper is recommended?

My preffered aur-helper, is a zsh function utilizing curl and makepkg... Anyway, If needing an 3'rd party aur-helper, then I would recommend cower, and if needing some extra automation, then pacaur, which wraps cower...

Offline

#16 2011-09-21 02:30:14

vendion
Member
From: Tennessee, USA
Registered: 2010-03-10
Posts: 204
Website

Re: Which AUR helper is recommended?

orschiro wrote:

I haven't used Clyde for months so maybe those things are fixed now but I just got fed up with it.

Just a side note. As far as I know the development of clyde has stopped.

Regards

I don't know about stopped but but development slowed down, I have not seen anything in the git repo for several months.

Offline

#17 2011-09-21 11:48:10

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,094

Re: Which AUR helper is recommended?

vendion wrote:
orschiro wrote:

I haven't used Clyde for months so maybe those things are fixed now but I just got fed up with it.

Just a side note. As far as I know the development of clyde has stopped.

Regards

I don't know about stopped but but development slowed down, I have not seen anything in the git repo for several months.

It has stopped. DigitalKiwi got fed up with people reporting bugs. tongue


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#18 2011-09-21 11:49:30

bjorntj
Member
Registered: 2011-05-10
Posts: 150

Re: Which AUR helper is recommended?

If only I could do that on my projects..... lol

BTJ

Last edited by bjorntj (2011-09-21 11:49:51)


Someone wrote:
"I understand that if you play a Windows CD backwards you hear strange Satanic messages"
To which someone replied:
"It's even worse than that; play it forwards and it installs Windows"

Offline

#19 2011-09-22 15:32:39

hwkiller
Member
Registered: 2009-07-21
Posts: 56

Re: Which AUR helper is recommended?

I tend to just use aurget.

I also have aliases set up for about 90% of package management:
update: pacman -Syu
aupdate: aurget -Syu
remove: pacman -Rns
search: pacman -Ss
asearch: aurget -Ss (I think? I'm not on it right now)
ainstall: aurget -Sy (I think? I'm not on it right now)
pinstall: pacman -S

Offline

#20 2011-09-22 17:15:17

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: Which AUR helper is recommended?

I have tried a few aur-helpers over the years, but stuck with packer. packer is very simple (very few command line switches), and similar to pacman.

Though others say they prefer packer as a pacman replacement, I use it with

alias packer='packer --auronly'

Offline

#21 2011-09-22 21:05:32

orschiro
Member
Registered: 2009-06-04
Posts: 2,136
Website

Re: Which AUR helper is recommended?

Thanks for this alias. Never thought of that but it looks nice.

Regards

Offline

Board footer

Powered by FluxBB