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 --

Re: list of installed packages

2006-06-11 Thread Michelle Konzack
Am 2006-05-30 18:08:04, schrieb Greg Folkert: > On Sat, 2006-05-27 at 00:20 +0200, Michelle Konzack wrote: > > > > Note: Sources are availlable too (at request) > > Cute. Sources for a shell script. I'll have to rememeber that one. > > One last comment: nice script. I hope it helps... I think

Re: list of installed packages

2006-05-30 Thread Greg Folkert
On Sat, 2006-05-27 at 00:20 +0200, Michelle Konzack wrote: > > Note: Sources are availlable too (at request) Cute. Sources for a shell script. I'll have to rememeber that one. One last comment: nice script. -- greg, [EMAIL PROTECTED] The technology that is Stronger, better, faster: Linux s

Re: list of installed packages

2006-05-30 Thread Michelle Konzack
Hello Robert, I have attached a small Debian Package which contais the script 'tddebidate' try and enjoy it... Use 'tddebidate -h' or 'man tddebidate' to get help. Note: Sources are availlable too (at request) Oh yes, under X it can output to Xdialog... Greetings Michelle Konzack --

Re: list of installed packages

2006-05-18 Thread Lex Hider
On Thursday 18 May 2006 02:34, Robert Cates wrote: > Hi all, > > question - how can I get a list of my installed software packages showing > the full (proper) package name? This is on my server, so I do not have KDE > or Gnome, or any other GUI installed, and do everything per command line. > apt

Re: list of installed packages

2006-05-18 Thread Fawad Nazir
Impressive, thats an excellent command. On 5/19/06, Roberto C. Sanchez <[EMAIL PROTECTED]> wrote: Robert Cates wrote: > Hi all, > > question - how can I get a list of my installed software packages showing > the full (proper) package name? This is on my server, so I do not have KDE > or Gnome,

Re: list of installed packages

2006-05-18 Thread Roberto C. Sanchez
Robert Cates wrote: > Hi all, > > question - how can I get a list of my installed software packages showing > the full (proper) package name? This is on my server, so I do not have KDE > or Gnome, or any other GUI installed, and do everything per command line. > > I've tried - 'dpkg -l' and 'apt

Re: list of installed packages

2006-05-17 Thread Kevin Mark
On Wed, May 17, 2006 at 06:34:38PM +0200, Robert Cates wrote: > Hi all, > > question - how can I get a list of my installed software packages showing > the full (proper) package name? This is on my server, so I do not have KDE > or Gnome, or any other GUI installed, and do everything per command

Re: list of installed packages

2006-05-17 Thread Florian Kulzer
On Wed, May 17, 2006 at 18:34:38 +0200, Robert Cates wrote: > Hi all, > > question - how can I get a list of my installed software packages showing > the full (proper) package name? This is on my server, so I do not have KDE > or Gnome, or any other GUI installed, and do everything per command li

RE: list of installed packages

2006-05-17 Thread Jerry DuVal
>-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert >Cates >Sent: Wednesday, May 17, 2006 12:35 PM >To: Debian, User >Subject: list of installed packages > >Hi all, > >question - how can I get a list of my installed software packages showing >the full

Re: list of installed packages messed up

2001-05-26 Thread Eric Boo
Verily, on 27 May 2001 12:36AM (-0400), Carl Fink thusly proclaimed: -> Assuming you did install 'em via dpkg/apt, you might try reinstalling -> them (which would replace your existing binaries and conf files with -> the ones from the package), then uninstalling. Yep, I did install them via dpkg/a

Re: list of installed packages messed up

2001-05-26 Thread Carl Fink
On Sun, May 27, 2001 at 12:29:05PM +0800, Eric Boo wrote: > I just realized that many packages which I've installed cannot be > removed because according to dpkg -s and apt-get, they aren't > installed (eg gpm), when they really are installed. > What do I do? Assuming you did install 'em via d

Re: list of installed packages

1998-10-05 Thread Ole J. Tetlie
*-"dokdokLUG" <[EMAIL PROTECTED]> | | hi and good day everyone !!! | when installing debian2 , i chose some of the preselected packages that the installer program suggested, now, can someone pls direct as to where i may find a complete list of the files that has been installed to my system and