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
> 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.*
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
$ 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
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
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
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.
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
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
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
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
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
--
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
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
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
--
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
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,
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
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
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
>-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
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
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
*-"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
24 matches
Mail list logo