View Single Post

   
  #2 (permalink)  
Old 02-21-2008, 05:46 AM
=?ISO-8859-1?Q?Pedro_G=F3mez-Esteban?=
 
Posts: n/a
Default Re: Newbie question: Precompiled packages

Espen Lorentzen wrote:

> Hi, I've just installed Gentoo linux from Basic cd and stage3. And after
> alot of compiling and downloading my system boots and seem to work fine...
>
> However, now I would like to install KDE and some apps, i.e. gftp,
> konqueror. What emerge command do I have to use? I've read on some tutorials
> that I need a GRP stage3 setup, but some tutorials says that the only thing
> I need is to add an "-k" to the emerge command. What's the right thing to
> do.
>
> I have downloaded the 2 LiveCD ISO's can I use these?
>
> Regards
> Espen
>
>


Sure you can...there are some things on the 1st LiveCD (like XFree), but
lots of others on the 2nd. Just insert that CD and type:

# mount /dev/cdrom /mnt/cdrom
# cp -a /mnt/cdrom/packages/* /usr/portage/packages/

Then, when you "emerge -k <packagename>", gentoo will first check wether
you have the binary in the /usr/portage/packages folder before
attempting to download anything from the net

Pedro

Reply With Quote