On 4/25/07, Bo Ørsted Andresen <[EMAIL PROTECTED]> wrote:
On Wednesday 25 April 2007 14:03:50 Dustin C. Hatch wrote:
> If you don't want the versions, as Duncan wrote, I would suggest that
> you use eix. eix -I will provide a pretty-printed list of all the
> packages installed on your system.

The big difference between the last command in my previous response to this
thread and an eix command like:

# eix -nI --format '<category>()/<name>()' | \
    grep -v '^$\|^Found\ [0-9]*\|^\[[0-9]*\]'
How about just:

# qlist -IC

but if you wanna hit all the packages in your system then you really
want the version info there.  My fav is:

# for package in `qlist -IvC | grep 9999`; do emerge -1 =$package; done

because live packages don't know if they need to be updated or not.

Wil
--
[EMAIL PROTECTED] mailing list

Reply via email to