| View previous topic :: View next topic |
| Author |
Message |
Vieri Tux's lil' helper

Joined: 18 Dec 2005 Posts: 109
|
Posted: Fri Apr 21, 2006 1:18 pm Post subject: [SOLVED] list installed packages |
|
|
I am looking for a simple command to list installed packages (with version numbers).
So far I've only found:
equery list -i somepackage
but I would need to use a wildcard such as equery list -i *
Any suggestions?
Last edited by Vieri on Fri Apr 21, 2006 2:12 pm; edited 1 time in total |
|
| Back to top |
|
 |
_ph l33t


Joined: 23 Mar 2006 Posts: 958 Location: Poland
|
Posted: Fri Apr 21, 2006 1:32 pm Post subject: |
|
|
equery list
or if you want a text-only list
| Code: |
equery --nocolor list | awk '{print $1}'
|
|
|
| Back to top |
|
 |
Vieri Tux's lil' helper

Joined: 18 Dec 2005 Posts: 109
|
Posted: Fri Apr 21, 2006 1:55 pm Post subject: |
|
|
thanks for the tip.
works great. |
|
| Back to top |
|
 |
_ph l33t


Joined: 23 Mar 2006 Posts: 958 Location: Poland
|
Posted: Fri Apr 21, 2006 2:10 pm Post subject: |
|
|
| please add [solved] to the topic title... thanks. |
|
| Back to top |
|
 |
tomk Administrator


Joined: 23 Sep 2003 Posts: 4549 Location: Sat in front of my computer
|
|
| Back to top |
|
 |
|