You are not logged in.

#1 2005-10-01 03:56:40

dlin
Member
From: Taipei,Taiwan
Registered: 2005-09-21
Posts: 265

Let pacman,makepkg can separate download and install

In gentoo, I could create a process to download, and anther to compile and install.

I found in ArchLinux, I could only wait all things download, then start to install?   If there haven't any plan, I'll try to make a util to download the data at first.


Running 4 ArchLinux including sh4twbox,server,notebook,desktop. my AUR packages

Offline

#2 2005-10-01 09:27:02

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Let pacman,makepkg can separate download and install

Read man pacman.

Offline

#3 2005-10-01 10:07:27

dlin
Member
From: Taipei,Taiwan
Registered: 2005-09-21
Posts: 265

Re: Let pacman,makepkg can separate download and install

Thanks. I got a hint.
For example, I want to download subversion.
I could

cd /var/cache/pacman/pkg
wget -c `pacman -Sp subversion`

But, does the makepkg have such function?  I mean download only, I found the '-o' option will download and extract.


Running 4 ArchLinux including sh4twbox,server,notebook,desktop. my AUR packages

Offline

#4 2005-10-01 10:42:03

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: Let pacman,makepkg can separate download and install

...and -e is the --noextract option, so -oe is download but don't extract...

Offline

Board footer

Powered by FluxBB