Gentoo Archives: gentoo-user

From: Ryan Tandy <tarpman@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] howto update portage/packages without an internet connection
Date: Tue, 15 Aug 2006 05:18:32
Message-Id: 44E15831.2040802@gmail.com
In Reply to: [gentoo-user] howto update portage/packages without an internet connection by "Jed R. Mallen"
1 Jed R. Mallen wrote:
2 > hello,
3 >
4 > i've got a gentoo box with no internet connection at home.
5 > i have broadband at the office, but running WinXP.
6 >
7 > can i download the portage tree updates at the office, copy it to my
8 > gentoo box, install packages i want but make it output links of the
9 > needed packages instead of trying to download the pkgs, bring the list
10 > of links at work, then download the pkgs there?
11 >
12 > is this possible?
13 >
14 > thanks much
15
16 Try 'emerge -fpuDN world'. WARNING: The list will likely be VERY long.
17 It'll output multiple possible sources for each file - any one will do
18 although the first one listed is likely to be the fastest.
19
20 As for the portage tree update, simply download
21 snapshots/portage-latest.tbz2' from your favorite mirror, untar it to
22 /usr/portage, and run emerge --metadata (<-- important!) to update your
23 tree.
24
25 HTH.
26 --
27 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] howto update portage/packages without an internet connection Matthias Guede <matthias.guede@×××.de>