[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: dependency tree on installed packages



On Wed, Jun 20, 2012 at 1:21 PM, Keith McKenzie <km3952@gmail.com> wrote:
> apt-cache dump | grep Package:
> apt-cache dump | grep Version:
>
> Those will get 2 separate lists of installed software names & versions.
>
> Maybe that will get what you want in a roundabout way.  :-)

Thank you. Unfortunately it gives all Debian packages not just installed.

# apt-cache dump | grep Package: | wc -l
47121
# apt-cache --installed dump | grep Package: | wc -l
47121
# dpkg --list | wc -l
2481

Bye,
a


Reply to: