You are not logged in.

#1 2009-09-30 16:03:32

net.reg
Member
Registered: 2009-03-26
Posts: 12

yaourt question

There isn't 'yaourt -Sw' option (download only).

i have limited bandwidth in morning but unlimited in night.

i can put 'pacman -Sw --noconfirm pkg pkg'   OR 'pacman -Syuw --noconfirm' in script and run it via cron at set time, then in morn do 'pacman -Su' so as to read all output; but not with 'yaourt'.
or can it be done in some other way?

Offline

#2 2009-09-30 16:21:34

ezzetabi
Member
Registered: 2006-08-27
Posts: 947

Re: yaourt question

edit your /etc/yaourtrc and add a line:

NoConfirm yes

and yaourt should work as pacman --noconfirm

Offline

#3 2009-09-30 16:36:08

net.reg
Member
Registered: 2009-03-26
Posts: 12

Re: yaourt question

yes, but
yaourt - Sw pkg         downloads AND installs pkg

while

Pacman -Sw pkg        downloads only.       

So yaourt doesnt 'download only'?

Offline

#4 2009-09-30 16:58:40

phil90
Member
Registered: 2008-09-13
Posts: 36

Re: yaourt question

I am pretty sure you can use the command to download them with pacman and then when you want to install them later you can use yaourt. But I do not know if yaourt can download and not install tought. I looked trough their website and it does not mention anything about this.

Offline

#5 2009-09-30 18:46:56

scio
Member
From: Buffalo, NY
Registered: 2008-08-05
Posts: 366

Re: yaourt question

Yes, I'm a bit confused about this one.  Why not just use pacman -Sw?  The packages yaourt takes from AUR are just PKGBUILDS, you would have to then run the install on each of those to actually get the files it needs.

Offline

#6 2009-10-01 14:41:35

net.reg
Member
Registered: 2009-03-26
Posts: 12

Re: yaourt question

yes finally have settled on this --

via cron --- pacman -Syuw --noconfirm

and in morning do---  yaourt -Su

(coz colourful output is helpful. editing .pacnew files too)

Thanks all.

Offline

#7 2009-10-02 07:32:55

ezzetabi
Member
Registered: 2006-08-27
Posts: 947

Re: yaourt question

scio wrote:

Yes, I'm a bit confused about this one.  Why not just use pacman -Sw?  The packages yaourt takes from AUR are just PKGBUILDS, you would have to then run the install on each of those to actually get the files it needs.

Since net.reg wants to download I guess he means he wants download pkgbuilds and execute `makepkg -o' instead of `makepkg', doing so he will be ready for making and install in a second moment. If dependences permit you might even make and do not install.

Offline

Board footer

Powered by FluxBB