Re: List of installed packages without their dependencies

2010-10-13 Thread green
Loris Boillet wrote at 2010-10-13 12:16 -0600: > $ aptitude -F "%?p" --disable-columns search \~i\!\~W > E: Can't search for "" Oops. Try M instead of W. This is shorthand for ?installed!?automatic as in another post. $ aptitude -F "%?p" --disable-columns search \~i\!\~M signature.asc Descrip

Re: Re: List of installed packages without their dependencies

2010-10-13 Thread Loris Boillet
> aptitude search '~i!~M' > aptitude search '?installed?not(?automatic)' I guess this lists the one not automatically installed, but that's something quite different > With dpkg such a list can be generated with > for x in $(dpkg --get-selections | cut -f1) > do >[ -z "$(grep -E "Depends.*

Re: Re: List of installed packages without their dependencies

2010-10-13 Thread Loris Boillet
Chance Platt wrote: > deborphan --all-packages Thanks that definitely answer my need, especially called this way: deborphan --all-packages | sort -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archi

Re: Re: List of installed packages without their dependencies

2010-10-13 Thread Loris Boillet
$ aptitude -F "%?p" --disable-columns search \~i\!\~W E: Can't search for "" On both Lenny and Kubuntu 10.10 -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/201010132

Re: List of installed packages without their dependencies

2010-10-12 Thread Jörg-Volker Peetz
With dpkg such a list can be generated with for x in $(dpkg --get-selections | cut -f1) do [ -z "$(grep -E "Depends.* $x( |,|$)" /var/lib/dpkg/status)" ] && echo "$x" done -- Best regards, Jörg-Volker. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject o

Re: List of installed packages without their dependencies

2010-10-11 Thread Wolodja Wentland
On Mon, Oct 11, 2010 at 22:21 +0200, Loris Boillet wrote: > Is there an easy way to get the list or a view of all installed > packages which are not the dependency of something? Or in other words, aptitude search '~i!~M' aptitude search '?installed?not(?automatic)' http://algebraicthunk.net/~dbur

Re: List of installed packages without their dependencies

2010-10-11 Thread green
Loris Boillet wrote at 2010-10-11 14:21 -0600: > Is there an easy way to get the list or a view of all installed > packages which are not the dependency of something? Or in other words, > packages which don't have any reverse dependencies installed. It looks > like debtree can't do it for instance.

Re: List of installed packages without their dependencies

2010-10-11 Thread Bob Proulx
Hugo Vanwoerkom wrote: > Chance Platt wrote: > > Loris Boillet wrote: > > > Is there an easy way to get the list or a view of all installed > > > packages which are not the dependency of something? Or in other > > > words, packages which don't have any reverse dependencies installed. > > > > deborp

Re: List of installed packages without their dependencies

2010-10-11 Thread Chance Platt
Hugo Vanwoerkom wrote: Chance Platt wrote: Loris Boillet wrote: Is there an easy way to get the list or a view of all installed packages which are not the dependency of something? Or in other words, packages which don't have any reverse dependencies installed. It looks like debtree can't do it

Re: List of installed packages without their dependencies

2010-10-11 Thread Camaleón
On Mon, 11 Oct 2010 22:21:58 +0200, Loris Boillet wrote: > Is there an easy way to get the list or a view of all installed packages > which are not the dependency of something? Mmmm, I've still not found a package that does not depend on another package (there are always basic library dependeci

Re: List of installed packages without their dependencies

2010-10-11 Thread Hugo Vanwoerkom
Chance Platt wrote: Loris Boillet wrote: Is there an easy way to get the list or a view of all installed packages which are not the dependency of something? Or in other words, packages which don't have any reverse dependencies installed. It looks like debtree can't do it for instance. deborphan

Re: List of installed packages without their dependencies

2010-10-11 Thread Chance Platt
Loris Boillet wrote: Is there an easy way to get the list or a view of all installed packages which are not the dependency of something? Or in other words, packages which don't have any reverse dependencies installed. It looks like debtree can't do it for instance. deborphan --all-packages --

List of installed packages without their dependencies

2010-10-11 Thread Loris Boillet
Hi, Is there an easy way to get the list or a view of all installed packages which are not the dependency of something? Or in other words, packages which don't have any reverse dependencies installed. It looks like debtree can't do it for instance. Debian systems typically having hundreds if not