You are not logged in.
hi ,
'pacman -Sup' prints the urls of all upgradable packages .
But , what If I want to list the urls of upgradable packages that need to be downloaded (without listing the ones already in the pacman cache) ?
English is not my native language .
Offline
Hello Nezmer!
I was interested in earlier too, but I didn't find a pacman solution for this with an option, so i reported it, we hope the best.
http://bugs.archlinux.org/task/15868
Offline
Hello Nezmer!
I was interested in earlier too, but I didn't find a pacman solution for this with an option, so i reported it, we hope the best.
http://bugs.archlinux.org/task/15868
Yeah . You obviously reported this long time ago !
English is not my native language .
Offline
While you're waiting, you could script something to check the upgradable packages against your cache.
Offline
Powerpill can print out a metalink of all packages that need to be downloaded for a given sync operation (i.e. it will skip the packages already in the cache). If you just want an easy way to download packages manually then perhaps you could use that.
My Arch Linux Stuff • Forum Etiquette • Community Ethos - Arch is not for everyone
Offline
Powerpill can print out a metalink of all packages that need to be downloaded for a given sync operation (i.e. it will skip the packages already in the cache). If you just want an easy way to download packages manually then perhaps you could use that.
Cool . Not much KISS -with metalinks sent to stdout- but works .
I never looked at powerpill before as I'm not spoiled with a 10mb/s line .
Thanks Xyne
English is not my native language .
Offline
Not much KISS -with metalinks sent to stdout- but works .
What would be more KISS for getting the metalink in your opinion? I think that being able to pipe it to anything is better than writing to a file directly. If you need a file, all you have to do is add "> foo.ml" or whatever you want to call it. I really am open to suggestions though, so if you think there's a better way to do it then let me know.
My Arch Linux Stuff • Forum Etiquette • Community Ethos - Arch is not for everyone
Offline
Nezmer wrote:Not much KISS -with metalinks sent to stdout- but works .
What would be more KISS for getting the metalink in your opinion? I think that being able to pipe it to anything is better than writing to a file directly. If you need a file, all you have to do is add "> foo.ml" or whatever you want to call it. I really am open to suggestions though, so if you think there's a better way to do it then let me know.
Actually , I meant using metalinks . It might be technically superior but not simple enough for just getting a list of links . It's not supported by many tools and not everyone wants to use aria2c .
I know that doesn't make sense as we are talking about a feature part of powerpill which depends on aria2c but my previous comment was just a general personal opinion .
English is not my native language .
Offline