* [gentoo-user] What is the preferred gentoo way to list all packages w/ multiple versions installed?
@ 2006-09-19 6:09 Wolfgang Liebich
2006-09-19 7:38 ` Alan McKinnon
` (2 more replies)
0 siblings, 3 replies; 10+ messages in thread
From: Wolfgang Liebich @ 2006-09-19 6:09 UTC (permalink / raw
To: gentoo-user
Hi,
I have an older gentoo systen which accumulated some cruft over the time
- I have to clean it up :-)
I want to list all installed SLOTTED packages where more than one
version is installed. The old (deprecated) qpkg had the option "--dups".
What is the new! shiny! way of doing that?:-)
TIA,
Wolfgang Liebich
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] What is the preferred gentoo way to list all packages w/ multiple versions installed?
2006-09-19 6:09 [gentoo-user] What is the preferred gentoo way to list all packages w/ multiple versions installed? Wolfgang Liebich
@ 2006-09-19 7:38 ` Alan McKinnon
2006-09-19 8:41 ` David Grant
2006-09-19 9:59 ` Ilya Hegai
2 siblings, 0 replies; 10+ messages in thread
From: Alan McKinnon @ 2006-09-19 7:38 UTC (permalink / raw
To: gentoo-user
On Tuesday 19 September 2006 08:09, Wolfgang Liebich wrote:
> Hi,
> I have an older gentoo systen which accumulated some cruft
> over the time - I have to clean it up :-)
> I want to list all installed SLOTTED packages where more than
> one version is installed. The old (deprecated) qpkg had the
> option "--dups". What is the new! shiny! way of doing
> that?:-)
eix -i
I don't know if this is the official approved way, but it finds
all 16 slots I know about on my machine.
It's in app-portage/eix if you don't already have it.
alan
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] What is the preferred gentoo way to list all packages w/ multiple versions installed?
2006-09-19 6:09 [gentoo-user] What is the preferred gentoo way to list all packages w/ multiple versions installed? Wolfgang Liebich
2006-09-19 7:38 ` Alan McKinnon
@ 2006-09-19 8:41 ` David Grant
2006-09-19 9:49 ` Max Lorenz
2006-09-19 9:59 ` Ilya Hegai
2 siblings, 1 reply; 10+ messages in thread
From: David Grant @ 2006-09-19 8:41 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 546 bytes --]
On 9/18/06, Wolfgang Liebich <Wolfgang.Liebich@siemens.com> wrote:
>
> Hi,
> I have an older gentoo systen which accumulated some cruft over the time
> - I have to clean it up :-)
> I want to list all installed SLOTTED packages where more than one
> version is installed. The old (deprecated) qpkg had the option "--dups".
> What is the new! shiny! way of doing that?:-)
Try dep from udept (from ecatmur's overlay). Use layman to get it:
emerge -va layman
layman -a ecatmur
emerge -va udept
dep --help
--
David Grant
http://www.davidgrant.ca
[-- Attachment #2: Type: text/html, Size: 923 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] What is the preferred gentoo way to list all packages w/ multiple versions installed?
2006-09-19 8:41 ` David Grant
@ 2006-09-19 9:49 ` Max Lorenz
2006-09-19 10:41 ` Liebich, Wolfgang
0 siblings, 1 reply; 10+ messages in thread
From: Max Lorenz @ 2006-09-19 9:49 UTC (permalink / raw
To: gentoo-user
On 9/19/06, David Grant <davidgrant@gmail.com> wrote:
>
>
>
> On 9/18/06, Wolfgang Liebich <Wolfgang.Liebich@siemens.com> wrote:
> > Hi,
> > I have an older gentoo systen which accumulated some cruft over the time
> > - I have to clean it up :-)
> > I want to list all installed SLOTTED packages where more than one
> > version is installed. The old (deprecated) qpkg had the option "--dups".
> > What is the new! shiny! way of doing that?:-)
>
>
> Try dep from udept (from ecatmur's overlay). Use layman to get it:
>
> emerge -va layman
> layman -a ecatmur
> emerge -va udept
> dep --help
udept is in portage now, just emerge it.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] What is the preferred gentoo way to list all packages w/ multiple versions installed?
2006-09-19 6:09 [gentoo-user] What is the preferred gentoo way to list all packages w/ multiple versions installed? Wolfgang Liebich
2006-09-19 7:38 ` Alan McKinnon
2006-09-19 8:41 ` David Grant
@ 2006-09-19 9:59 ` Ilya Hegai
2006-09-19 10:46 ` Liebich, Wolfgang
2 siblings, 1 reply; 10+ messages in thread
From: Ilya Hegai @ 2006-09-19 9:59 UTC (permalink / raw
To: gentoo-user
2006/9/19, Wolfgang Liebich <Wolfgang.Liebich@siemens.com>:
> Hi,
> I have an older gentoo systen which accumulated some cruft over the time
> - I have to clean it up :-)
> I want to list all installed SLOTTED packages where more than one
> version is installed. The old (deprecated) qpkg had the option "--dups".
> What is the new! shiny! way of doing that?:-)
try equery from app-portage/gentoolkit:
$ equery l -d
--
regards, Hegai Ilya
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: [gentoo-user] What is the preferred gentoo way to list all packages w/ multiple versions installed?
2006-09-19 9:59 ` Ilya Hegai
@ 2006-09-19 10:46 ` Liebich, Wolfgang
2006-09-19 17:32 ` Mick
0 siblings, 1 reply; 10+ messages in thread
From: Liebich, Wolfgang @ 2006-09-19 10:46 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 477 bytes --]
>2006/9/19, Wolfgang Liebich <Wolfgang.Liebich@siemens.com>:
>> Hi,
>> I have an older gentoo systen which accumulated some cruft over the time
>> - I have to clean it up :-)
>> I want to list all installed SLOTTED packages where more than one
>> version is installed. The old (deprecated) qpkg had the option "--dups".
>> What is the new! shiny! way of doing that?:-)
>try equery from app-portage/gentoolkit:
>$ equery l -d
Thank you, that works as I need it!
[-- Attachment #2: winmail.dat --]
[-- Type: application/ms-tnef, Size: 3056 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] What is the preferred gentoo way to list all packages w/ multiple versions installed?
2006-09-19 10:46 ` Liebich, Wolfgang
@ 2006-09-19 17:32 ` Mick
2006-09-19 22:28 ` ellotheth rimmwen
0 siblings, 1 reply; 10+ messages in thread
From: Mick @ 2006-09-19 17:32 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 828 bytes --]
On Tuesday 19 September 2006 11:46, Liebich, Wolfgang wrote:
> >2006/9/19, Wolfgang Liebich <Wolfgang.Liebich@siemens.com>:
> >> Hi,
> >> I have an older gentoo systen which accumulated some cruft over the time
> >> - I have to clean it up :-)
> >> I want to list all installed SLOTTED packages where more than one
> >> version is installed. The old (deprecated) qpkg had the option "--dups".
> >> What is the new! shiny! way of doing that?:-)
> >
> >try equery from app-portage/gentoolkit:
> >$ equery l -d
>
> Thank you, that works as I need it!
Hmm, why do I have two gnupg's, can I umerge the earliest of them?
=============================================
[I--] [ ] app-crypt/gnupg-1.4.5 (0)
[I--] [ ] app-crypt/gnupg-1.9.20-r3 (1.9)
=============================================
--
Regards,
Mick
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] What is the preferred gentoo way to list all packages w/ multiple versions installed?
2006-09-19 17:32 ` Mick
@ 2006-09-19 22:28 ` ellotheth rimmwen
2006-09-20 6:54 ` Mick
0 siblings, 1 reply; 10+ messages in thread
From: ellotheth rimmwen @ 2006-09-19 22:28 UTC (permalink / raw
To: gentoo-user
On 9/19/06, Mick <michaelkintzios@gmail.com> wrote:
> Hmm, why do I have two gnupg's, can I umerge the earliest of them?
> =============================================
> [I--] [ ] app-crypt/gnupg-1.4.5 (0)
> [I--] [ ] app-crypt/gnupg-1.9.20-r3 (1.9)
> =============================================
>From the 1.9.20 release announcement[1]:
-------------
We are pleased to announce the availability of GnuPG 1.9.20 - the
branch of GnuPG featuring the S/MIME protocol. You should consider
using GnuPG 1.9 if you want to use the GPG-AGENT or GPGSM. The
GPG-AGENT is also helpful when using the stable GPG version 1.4 or if
you want to check out its ssh-agent replacement feature.
GnuPG 1.9 is the current development version of GnuPG. Despite of
that, most parts (in particular GPG-AGENT and GPGSM) are considered
ready for production use. Please keep on using GnuPG 1.4.x for
OpenPGP; 1.9 and 1.4 may - and actually should - be installed
simultaneously.
-------------
[1] http://lists.gnupg.org/pipermail/gnupg-announce/2005q4/000209.html
--
ellotheth rimmwen
* monjoy *
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-user] What is the preferred gentoo way to list all packages w/ multiple versions installed?
2006-09-19 22:28 ` ellotheth rimmwen
@ 2006-09-20 6:54 ` Mick
0 siblings, 0 replies; 10+ messages in thread
From: Mick @ 2006-09-20 6:54 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1218 bytes --]
On Tuesday 19 September 2006 23:28, ellotheth rimmwen wrote:
> On 9/19/06, Mick <michaelkintzios@gmail.com> wrote:
> > Hmm, why do I have two gnupg's, can I umerge the earliest of them?
> > =============================================
> > [I--] [ ] app-crypt/gnupg-1.4.5 (0)
> > [I--] [ ] app-crypt/gnupg-1.9.20-r3 (1.9)
> > =============================================
>
> From the 1.9.20 release announcement[1]:
>
> -------------
> We are pleased to announce the availability of GnuPG 1.9.20 - the
> branch of GnuPG featuring the S/MIME protocol. You should consider
> using GnuPG 1.9 if you want to use the GPG-AGENT or GPGSM. The
> GPG-AGENT is also helpful when using the stable GPG version 1.4 or if
> you want to check out its ssh-agent replacement feature.
>
> GnuPG 1.9 is the current development version of GnuPG. Despite of
> that, most parts (in particular GPG-AGENT and GPGSM) are considered
> ready for production use. Please keep on using GnuPG 1.4.x for
> OpenPGP; 1.9 and 1.4 may - and actually should - be installed
> simultaneously.
> -------------
>
> [1] http://lists.gnupg.org/pipermail/gnupg-announce/2005q4/000209.html
Cool! Thank you.
--
Regards,
Mick
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2006-09-20 12:39 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-19 6:09 [gentoo-user] What is the preferred gentoo way to list all packages w/ multiple versions installed? Wolfgang Liebich
2006-09-19 7:38 ` Alan McKinnon
2006-09-19 8:41 ` David Grant
2006-09-19 9:49 ` Max Lorenz
2006-09-19 10:41 ` Liebich, Wolfgang
2006-09-19 9:59 ` Ilya Hegai
2006-09-19 10:46 ` Liebich, Wolfgang
2006-09-19 17:32 ` Mick
2006-09-19 22:28 ` ellotheth rimmwen
2006-09-20 6:54 ` Mick
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox