Welcome to Soft32 Linux Forums!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

[gentoo-user] Packages list

 
   Soft32 Home -> Linux -> User RSS
Next:  [gentoo-user] Hardware Testing a PC  
Author Message
Felipe Ribeiro

External


Since: Dec 11, 2005
Posts: 21



(Msg. 1) Posted: Thu Jan 19, 2006 10:30 pm
Post subject: [gentoo-user] Packages list
Archived from groups: linux>gentoo>user (more info?)

Where do I find the list with all installed packages?

Cheers,

Felipe
--
gentoo-user DeleteThis @gentoo.org mailing list
Back to top
Login to vote
Phil Sexton

External


Since: Jul 12, 2004
Posts: 152



(Msg. 2) Posted: Thu Jan 19, 2006 10:40 pm
Post subject: Re: [gentoo-user] Packages list [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Felipe Ribeiro wrote:
> Where do I find the list with all installed packages?
>
> Cheers,
>
> Felipe

The ones you emerged are listed in the file:

/var/lib/portage/world

Want it in alphabetical order?

cat /var/lib/portage/world|less

--
Phil
My Home Page: http://fancypiper.info
Our 2nd CD: http://www.cdbaby.com/naomisfancy
Naomi's Fancy performances:
http://naomisfancy.virtualave.net/schedule.html
--
gentoo-user DeleteThis @gentoo.org mailing list
Back to top
Login to vote
Eugene Rosenzweig

External


Since: May 02, 2005
Posts: 26



(Msg. 3) Posted: Thu Jan 19, 2006 10:50 pm
Post subject: Re: [gentoo-user] Packages list [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Felipe Ribeiro wrote:
> Where do I find the list with all installed packages?
>
> Cheers,
>
> Felipe
this will list all installed packages:
equery list

Eugene.


--
gentoo-user RemoveThis @gentoo.org mailing list
Back to top
Login to vote
Brett I. Holcomb

External


Since: Apr 08, 2006
Posts: 134



(Msg. 4) Posted: Thu Jan 19, 2006 10:50 pm
Post subject: Re: [gentoo-user] Packages list [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Check out man equery.

On Thursday January 19 2006 19:25, Felipe Ribeiro wrote:
> Where do I find the list with all installed packages?
>
> Cheers,
>
> Felipe

--

Brett I. Holcomb
--
gentoo-user RemoveThis @gentoo.org mailing list
Back to top
Login to vote
Anthony E. Caudel

External


Since: Jun 09, 2005
Posts: 105



(Msg. 5) Posted: Fri Jan 20, 2006 1:30 am
Post subject: Re: [gentoo-user] Packages list [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Eugene Rosenzweig wrote:
> Felipe Ribeiro wrote:
>
>> Where do I find the list with all installed packages?
>>
>> Cheers,
>>
>> Felipe
>
> this will list all installed packages:
> equery list
>
> Eugene.
>
>
find /var/db/pkg/ -mindepth 2 -maxdepth 2 -printf "%P\n" (much faster)

--
Those who would give up essential Liberty, to purchase a little temporary
Safety, deserve neither Liberty nor Safety.
-- Benjamin Franklin
--
gentoo-user.DeleteThis@gentoo.org mailing list
Back to top
Login to vote
Michael A. Smith

External


Since: Jan 19, 2006
Posts: 10



(Msg. 6) Posted: Fri Jan 20, 2006 10:10 am
Post subject: Re: [gentoo-user] Packages list [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Phil Sexton wrote:
> Felipe Ribeiro wrote:
>
>> Where do I find the list with all installed packages?
>>
>> Cheers,
>>
>> Felipe
>
>
> The ones you emerged are listed in the file:
>
> /var/lib/portage/world
>
> Want it in alphabetical order?
>
> cat /var/lib/portage/world|less
>

Isn't that a superfluous use of cat? Why not

less /var/lib/portage/world

-Mike
--
gentoo-user.RemoveThis@gentoo.org mailing list
Back to top
Login to vote
Phil Sexton

External


Since: Jul 12, 2004
Posts: 152



(Msg. 7) Posted: Fri Jan 20, 2006 12:50 pm
Post subject: Re: [gentoo-user] Packages list [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Michael A Smith wrote:
> Phil Sexton wrote:
>
>> Felipe Ribeiro wrote:
>>
>>> Where do I find the list with all installed packages?
>>>
>>> Cheers,
>>>
>>> Felipe
>>
>>
>>
>> The ones you emerged are listed in the file:
>>
>> /var/lib/portage/world
>>
>> Want it in alphabetical order?
>>
>> cat /var/lib/portage/world|less
>>
>
> Isn't that a superfluous use of cat? Why not
>
> less /var/lib/portage/world
>
> -Mike

Oops! I was actually thinking:

sort /var/lib/portage/world|less

This gives the listing in alphabetical order, what I previously
posted doesn't alphabetize it.

--
Phil
My Home Page: http://fancypiper.info
Our 2nd CD: http://www.cdbaby.com/naomisfancy
Naomi's Fancy performances:
http://naomisfancy.virtualave.net/schedule.html
--
gentoo-user.TakeThisOut@gentoo.org mailing list
Back to top
Login to vote
Dimitar Toshev

External


Since: Sep 24, 2005
Posts: 4



(Msg. 8) Posted: Sun Jan 22, 2006 3:40 pm
Post subject: Re: [gentoo-user] Packages list [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Friday 20 January 2006 19:44, Phil Sexton wrote:
> Michael A Smith wrote:
> > Phil Sexton wrote:
> >> Felipe Ribeiro wrote:
> >>> Where do I find the list with all installed packages?
> >>>
> >>> Cheers,
> >>>
> >>> Felipe
> >>
> >> The ones you emerged are listed in the file:
> >>
> >> /var/lib/portage/world
> >>
> >> Want it in alphabetical order?
> >>
> >> cat /var/lib/portage/world|less
> >
> > Isn't that a superfluous use of cat? Why not
> >
> > less /var/lib/portage/world
> >
> > -Mike
>
> Oops! I was actually thinking:
>
> sort /var/lib/portage/world|less
>
> This gives the listing in alphabetical order, what I previously
> posted doesn't alphabetize it.
>
> --
> Phil
> My Home Page: http://fancypiper.info
> Our 2nd CD: http://www.cdbaby.com/naomisfancy
> Naomi's Fancy performances:
> http://naomisfancy.virtualave.net/schedule.html

No, no. You have gotten it all wrong. /var/lib/portage/world lists only
manually installed packages.
e.g.: If you do not have X installed and do
emerge gnome
X will be pulled in as a dependency, along with a whole lot of other stuff,
but only gnome will be written in world, because that is the package you
manually emerged. This is why in order upgrade your whole system you have to
do emerge -u -D world. -D makes emerge check for the given packages'
dependencies as well. Though this means, that if you have a package
installed, that is not listed in world, nor is a dependency of anything in
world, it will never get picked up by portage. It has been stated, that the
devs will probably implement an "all" keyword in portage, at some point, so
that one can more efficiently check for updates to all packages, instead of
only those in world and their dependencies.

To answer the original question:
Portage keeps information about all emerged pacakges in /var/db/pkg .
--
gentoo-user.TakeThisOut@gentoo.org mailing list
Back to top
Login to vote
Phil Sexton

External


Since: Jul 12, 2004
Posts: 152



(Msg. 9) Posted: Sun Jan 22, 2006 4:20 pm
Post subject: Re: [gentoo-user] Packages list [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Dimitar Toshev wrote:
> On Friday 20 January 2006 19:44, Phil Sexton wrote:
>
>>Michael A Smith wrote:
>>
>>>Phil Sexton wrote:
>>>
>>>>Felipe Ribeiro wrote:
>>>>
>>>>>Where do I find the list with all installed packages?
>>>>>
>>>>>Cheers,
>>>>>
>>>>>Felipe
>>>>
>>>>The ones you emerged are listed in the file:
>>>>
>>>>/var/lib/portage/world
>>>>
>>>>Want it in alphabetical order?
>>>>
>>>>cat /var/lib/portage/world|less
>>>
>>>Isn't that a superfluous use of cat? Why not
>>>
>>>less /var/lib/portage/world
>>>
>>>-Mike
>>
>>Oops! I was actually thinking:
>>
>>sort /var/lib/portage/world|less
>>
>>This gives the listing in alphabetical order, what I previously
>>posted doesn't alphabetize it.
>>
>>--
>>Phil
>>My Home Page: http://fancypiper.info
>>Our 2nd CD: http://www.cdbaby.com/naomisfancy
>>Naomi's Fancy performances:
>>http://naomisfancy.virtualave.net/schedule.html
>
>
> No, no. You have gotten it all wrong. /var/lib/portage/world lists only
> manually installed packages.
> e.g.: If you do not have X installed and do
> emerge gnome
> X will be pulled in as a dependency, along with a whole lot of other stuff,
> but only gnome will be written in world, because that is the package you
> manually emerged. This is why in order upgrade your whole system you have to
> do emerge -u -D world. -D makes emerge check for the given packages'
> dependencies as well. Though this means, that if you have a package
> installed, that is not listed in world, nor is a dependency of anything in
> world, it will never get picked up by portage. It has been stated, that the
> devs will probably implement an "all" keyword in portage, at some point, so
> that one can more efficiently check for updates to all packages, instead of
> only those in world and their dependencies.
>
> To answer the original question:
> Portage keeps information about all emerged pacakges in /var/db/pkg .

<nit-pick>Don't you mean all compiled packages rather than
emerged packages?</nit-pick>

As I understand it, all emerged packages are listed in the world
file, and all packages that are installed and compiled
dependencies are listed in the /var/db/pkg file.

It wasn't completely clear to me which was meant by "installed"
and I took it as the packages installed by emerging them.

--
Phil
My Home Page: http://fancypiper.info
Our 2nd CD: http://www.cdbaby.com/naomisfancy
Naomi's Fancy performances:
http://naomisfancy.virtualave.net/schedule.html
--
gentoo-user.DeleteThis@gentoo.org mailing list
Back to top
Login to vote
Display posts from previous:   
Related Topics:
[gentoo-user] list of all installed packages? - Sorry, for asking such a trivial question, but how can I find which packages have been emerged on my system? As time..

[gentoo-user] How to list packages installed of a certain .. - -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 A couple of weeks ago I installed a whole heap of game packages and wrot...

[gentoo-user] How to list sizes of installed packages? - How do I get a list of the sizes of installed packages?? "equery size" would appear to be the command I want...

[gentoo-user] howto list packages that depend on the packa.. - Is there a way to get the list of packages that depend on a package (dependent packages) then doing grep through the..

[gentoo-user] List Files in Packages (rpm -ql feature?) - Guys, Gentoo newbie. Can you guys tell me how to determine the files which are in any of the installed packages? ..

[gentoo-user] What is the preferred gentoo way to list all.. - Hi, I have an older gentoo systen which accumulated some cruft over the time - I have to clean it up :-) I want to list...
       Soft32 Home -> Linux -> User All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Categories:
 Windows
  Linux
 Mac
 PDA


[ Contact us | Terms of Service/Privacy Policy ]