Differences between version 15 and previous revision of GentooNotes.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 15 | Last edited on Tuesday, June 21, 2005 2:58:57 pm | by JohnMcPherson | Revert |
Older page: | version 14 | Last edited on Friday, April 8, 2005 10:59:41 am | by JohnMcPherson | Revert |
@@ -2,8 +2,19 @@
* To be able to su(1), you must be in group <tt>wheel</tt>: <tt>usermod -G wheel user</tt>
* To be able to use the SoundCard, you must be in group <tt>audio</tt>: <tt>usermod -G audio user</tt>
* There is a thread in the Gentoo about [Non-standard Portage Utilities | http://forums.gentoo.org/viewtopic.php?t=67849]
+
+!!!Package querying basics
+!Searching available package names
+ emerge search ''part of packagename''
+
+!Listing files in a package
+(old way)
+ qpkg -l ''packagename''
+(newer way)
+ equery f ''packagename''
+
!!! Changing <tt>USE</tt> flags
If you've added (or removed) some <tt>USE</tt> flags on your system, there will be some inconsistencies with how some packages are compiled.