Contact:
Thorsten Gunkel
63456 Hanau
Germany
Mail
Vote to help me to improve this page!
Did this page satisfy your expectations?
vote3 Yes
vote2 Partly
vote1 No
Short comment?
Do not change this:
Add your comment to the
guestbook.
Last modified: 04-03-2006 22.57
NO ePATENTS

Gentoo Commandos

06-08-2005 13.09

Update System:

emerge sync
emerge --pretend --deep world
(/var/cache/edb/world)
06-08-2005 13.09

Install Package foo:

emerge --pretend foo
06-08-2005 13.09

Remove Package foo:

emerge --pretend unmerge foo
emerge -pC foo
06-08-2005 13.09

Remove old Packages:

emerge --pretend prune
emerge --update --deep --newuse world
emerge --depclean
revdep-rebuild
06-08-2005 13.09

Rebuild Package foo:

emerge --pretend -emptytree foo
emerge -pe foo
06-08-2005 13.09

Rebuild the Whole System:

emerge --pretend -emptytree -update world
emerge -peu world
06-08-2005 13.09

Search for Package foo:

emerge --searchdesc search foo
emerge -Ss foo
06-08-2005 13.09

Which Package owns the file /bin/foo:

(emerge gentoolkit)
qpkg --find-file /bin/foo
qpkg -f /bin/foo

equery belongs /bin/foo
04-03-2006 22.46

List all Installed Packages:

(emerge gentoolkit)
emerge --pretend --emptytree --verbose --deep world
emerge -pevD world
qpkg -I
equery list --installed
04-03-2006 22.57

Which Packages Depend on Package foo:

equery list -p foo
07-02-2006 01.14

Statistics about the Compile Times

genlop -t  mozilla-firefox
07-02-2006 01.17

Additional Informations:

Unofficial portage introduction.
Official emerge user guide.
04-03-2006 22.50
Powered by PHP Created with Xemacs Valid XHTML 1.0! Valid CSS!