View previous topic :: View next topic |
Author |
Message |
k9dog Tux's lil' helper
Joined: 22 Jun 2009 Posts: 103 Location: Denmark
|
Posted: Thu Jul 23, 2020 12:33 pm Post subject: Package desciption |
|
|
Can't believe I can't find it or see a question for it anywhere. I am sure it is just in front of my eyes. I know "emerge -S" search for descriptiond. Think the ebuild holds description, but no idea how to query s description (no equery doesn't seem to do it). so could do a fgrep DESCRIPTION /var/db/repos/gentoo/<atom> or google it each time I want to know what package does. Surely there is a better way besides putting it in a personal script or alias !? |
|
Back to top |
|
|
fturco Veteran
Joined: 08 Dec 2010 Posts: 1181 Location: Italy
|
Posted: Thu Jul 23, 2020 5:32 pm Post subject: |
|
|
What about the following command?
Code: | eix --description string |
|
|
Back to top |
|
|
mike155 Advocate
Joined: 17 Sep 2010 Posts: 4438 Location: Frankfurt, Germany
|
Posted: Thu Jul 23, 2020 6:13 pm Post subject: |
|
|
You want the description of a package? Try
The command will print available versions, USE flags, last installation time, and the description.
Example:
|
|
Back to top |
|
|
Goverp Advocate
Joined: 07 Mar 2007 Posts: 2171
|
Posted: Fri Jul 24, 2020 9:20 am Post subject: |
|
|
If you want to search package descriptions for <foo>
_________________ Greybeard |
|
Back to top |
|
|
|