You are not logged in.

#1 2009-08-08 23:39:39

Llama
Banned
From: St.-Petersburg, Russia
Registered: 2008-03-03
Posts: 1,379

Downloading a package manually

Hi,

How am I supposed to download a package from a regular repository (core/extra/community) manually (without pacman)?

Offline

#2 2009-08-08 23:42:43

Ghost1227
Forum Fellow
From: Omaha, NE, USA
Registered: 2008-04-21
Posts: 1,422
Website

Re: Downloading a package manually

lookup abs in the wiki


.:[My Blog] || [My GitHub]:.

Offline

#3 2009-08-09 00:17:22

Nezmer
Member
Registered: 2008-10-24
Posts: 559
Website

Re: Downloading a package manually

Do you mean "pacman -U" ?
If that's the one , I suggest you read the pacman manual .


English is not my native language .

Offline

#4 2009-08-09 00:35:25

ozar
Member
From: USA
Registered: 2005-02-18
Posts: 1,686

Re: Downloading a package manually

You can also use your browser to navigate to the file in the repo, click on it and use "save as" to save it to your computer.

Hope that's what you meant.


oz

Offline

#5 2009-08-09 00:52:05

Nezmer
Member
Registered: 2008-10-24
Posts: 559
Website

Re: Downloading a package manually

ozar wrote:

You can also use your browser to navigate to the file in the repo, click on it and use "save as" to save it to your computer.

Hope that's what you meant.

Actually , One can use the package url directly with "pacman -U" .


English is not my native language .

Offline

#6 2009-08-09 03:52:04

xduugu
Member
Registered: 2008-10-16
Posts: 292

Re: Downloading a package manually

'pacman -Sw <packagename>' downloads the package to cache directory (/var/cache/pacman/pkg/ by default) and

wget "$(pacman -Sp <packagename>)" downloads the package without pacman to the working directory.

Offline

#7 2009-08-09 04:15:38

djszapi
Member
From: Cambridge, United Kingdom
Registered: 2009-06-14
Posts: 1,439
Website

Re: Downloading a package manually

Hello Llama!

I use pacman -Swp >> /media/disk/pkg_list on arch computer, and then wget -c -i /media/disk/pkg_list on other computer, but if i have to download just some files, i copy the url from the file to the browser.

Offline

#8 2009-08-09 04:21:05

ozar
Member
From: USA
Registered: 2005-02-18
Posts: 1,686

Re: Downloading a package manually

Nezmer wrote:

Actually , One can use the package url directly with "pacman -U" .

Right, but the OP said without pacman:

manually (without pacman)?

Your suggestion clearly uses pacman.

Of course, it's entirely possible that I misunderstood the question.


oz

Offline

#9 2009-08-09 11:58:13

Nezmer
Member
Registered: 2008-10-24
Posts: 559
Website

Re: Downloading a package manually

ozar wrote:
Nezmer wrote:

Actually , One can use the package url directly with "pacman -U" .

Right, but the OP said without pacman:

manually (without pacman)?

Your suggestion clearly uses pacman.

Of course, it's entirely possible that I misunderstood the question.

No you didn't .
Somehow , I read "install" instead of "download" . I should stop posting after midnight .


English is not my native language .

Offline

Board footer

Powered by FluxBB