Re: dependency tree on installed packages

2012-06-23 Thread Andrei POPESCU
On Mi, 20 iun 12, 20:55:09, Artifex Maximus wrote: > > I think the continuous upgrade process from the early stage of Wheezy > left some unneeded packages. This is normal as I started early just > want to clean out my system. Maybe I am wrong on base idea but would > like to check and look for som

Re: dependency tree on installed packages

2012-06-20 Thread Claudius Hubig
Hello Artifex, Artifex Maximus wrote: > Thank you. dpkg -l writes out all installed packages but not the > relations between them. I did similar comparison between systems but > seeing the differences in a tree makes this process easier because I > can cut leafs if I know there is related or not

Re: dependency tree on installed packages

2012-06-20 Thread Artifex Maximus
Hello, On Wed, Jun 20, 2012 at 3:12 PM, Claudius Hubig wrote: > Hello Artifex, > > Artifex Maximus wrote: >> On Wed, Jun 20, 2012 at 1:21 PM, Keith McKenzie wrote: >> > Those will get 2 separate lists of installed software names & versions. >> # dpkg --list | wc -l >> 2481 > > Why don’t you use

Re: dependency tree on installed packages

2012-06-20 Thread Artifex Maximus
On Wed, Jun 20, 2012 at 2:51 PM, Teemu Likonen wrote: > Artifex Maximus [2012-06-20 12:08:39 +0200] wrote: > >> debtree needs a package name for graph but I need all my installed >> packages (no --all or asterisk parameter) not just some and apt-cache >> makes tree from all packages Debian has eve

Re: dependency tree on installed packages

2012-06-20 Thread Artifex Maximus
On Wed, Jun 20, 2012 at 2:49 PM, Darac Marjal wrote: > On Wed, Jun 20, 2012 at 12:08:39PM +0200, Artifex Maximus wrote: >> Hello! >> >> My Wheezy was installed on a very early stage any I would like to >> compare packages against a fresh installation to see what is different >> or changed. Probabl

Re: dependency tree on installed packages

2012-06-20 Thread Claudius Hubig
Hello Artifex, Artifex Maximus wrote: > On Wed, Jun 20, 2012 at 1:21 PM, Keith McKenzie wrote: > > Those will get 2 separate lists of installed software names & versions. > # dpkg --list | wc -l > 2481 Why don’t you use the output of dpkg -l? Also check man 1 dpkg-query. Best regards, Claudiu

Re: dependency tree on installed packages

2012-06-20 Thread Teemu Likonen
Artifex Maximus [2012-06-20 12:08:39 +0200] wrote: > debtree needs a package name for graph but I need all my installed > packages (no --all or asterisk parameter) not just some and apt-cache > makes tree from all packages Debian has even I specify the parameter > --installed. I am stuck. I may h

Re: dependency tree on installed packages

2012-06-20 Thread Darac Marjal
On Wed, Jun 20, 2012 at 12:08:39PM +0200, Artifex Maximus wrote: > Hello! > > My Wheezy was installed on a very early stage any I would like to > compare packages against a fresh installation to see what is different > or changed. Probably nothing but would like to verify. Therefore I > would like

Re: dependency tree on installed packages

2012-06-20 Thread Artifex Maximus
On Wed, Jun 20, 2012 at 1:21 PM, Keith McKenzie 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 al

Re: dependency tree on installed packages

2012-06-20 Thread Keith McKenzie
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. :-) -- Sent from FOSS (Free Open Source Software) Debian GNU/Linux -- To UNSUBSCRIBE, email to debia

dependency tree on installed packages

2012-06-20 Thread Artifex Maximus
Hello! My Wheezy was installed on a very early stage any I would like to compare packages against a fresh installation to see what is different or changed. Probably nothing but would like to verify. Therefore I would like to make a dependency tree (graph) on installed packages under Wheezy for bot