emerge (or magic) with no network?

Ask questions regarding Gentoox, Gentoo and Linux in general in these forums and we'll do our best to help you!
Post Reply
Pedro
Newbie
Posts: 6
Joined: Mon Sep 08, 2003 4:19 pm
Location: UK

emerge (or magic) with no network?

Post by Pedro »

Hi there,

How do I install new software onto my XBOX GentooX installation without access to a public facing network (which I've assumed emerge would require)?

I have broardband access at my office (via Windows), and, ideally would like to be able to download software there, FTP it to the XBOX, and install it that way.

Thanks,

Pedro.
Pedro
rocketeer
Pro
Posts: 75
Joined: Sun Aug 17, 2003 12:05 am

Post by rocketeer »

Find out which archives are needed, then put them in /usr/portage/distfiles/ (usually .tar.gz, .tgz or .bz2-files).
When emergeing, portage will look there first if the files are present before attempting to download.
Pedro
Newbie
Posts: 6
Joined: Mon Sep 08, 2003 4:19 pm
Location: UK

Post by Pedro »

rocketeer wrote:Find out which archives are needed,
How do I do that? And what URL/FTP site does emerge use to source the files? (or where do I download them from?)

Thanks,

Pedro.
Pedro
rocketeer
Pro
Posts: 75
Joined: Sun Aug 17, 2003 12:05 am

Post by rocketeer »

Gentoo packages index: http://www.gentoo.org/dyn/pkgs/index.xml

Gentoo download mirrors: http://www.gentoo.org/main/en/mirrors.xml

To find out what to download for pkgname:

Code: Select all

emerge -vp pkgname
Pedro
Newbie
Posts: 6
Joined: Mon Sep 08, 2003 4:19 pm
Location: UK

Post by Pedro »

Many thanks,

Pedro.
Pedro
Post Reply