Results 1 to 5 of 5
I was wondering how you would install software in gentoo, I read that you type emerge "the file name" and then it installs, I kinda of need a little more ...
- 06-20-2005 #1Linux Enthusiast
- Join Date
- Dec 2004
- Posts
- 577
Installing Software
I was wondering how you would install software in gentoo, I read that you type emerge "the file name" and then it installs, I kinda of need a little more help
- 06-20-2005 #2
To install a piece of software, type:
To search for a program, type:Code:emerge <program name>
Check out http://www.gentoo.org/doc/en/handboo...?part=2&chap=1Code:emerge --search <program name>
BryanLooking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.
- 06-20-2005 #3
Or you can search the Packages Database at:
http://packages.gentoo.org
Basically, here are the commands you really need:
And that is Portage in a nutshell.Code:emerge --sync - Syncs you up with current releases and such, but doesn't actually install anything emerge <PACKAGE> - Installs the package emerge -nuD world - Updates all installed packages if an update is available emerge --pretend --verbose <PACKAGE> - Shows what USE flags would be used if the package was to be installed, also what dependencies would be installed
DISTRO=Arch
Registered Linux User #388732
- 06-21-2005 #4Linux Enthusiast
- Join Date
- Dec 2004
- Posts
- 577
thank you all, that was helpful
- 06-22-2005 #5
also there is another web site to search pakcagen on that i like better
www.gentoo-portage.com
also there is a pkg called 'esearch' and that is a locate type search for pkges it uses a db and the commandupdates it's db and dose 'emerge sync' at the same timeCode:esync
~Mike ~~~ Forum Rules
Testing? What's that? If it compiles, it is good, if it boots up, it is perfect. ~ Linus Torvalds
http://loft306.org


Reply With Quote
