* [gentoo-user] World File
@ 2005-11-26 17:37 Jeff Grossman
2005-11-26 17:56 ` Steven Susbauer
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Jeff Grossman @ 2005-11-26 17:37 UTC (permalink / raw
To: gentoo-user
I was reading a different thread about the world file does not
necessarily contain all of the programs installed, if they are
installed from a dependency. Is there a way to see what programs are
installed on the machine which are not in the world file?
Thanks,
Jeff
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] World File
2005-11-26 17:37 [gentoo-user] World File Jeff Grossman
@ 2005-11-26 17:56 ` Steven Susbauer
2005-11-26 18:03 ` [gentoo-user] " Jeff Grossman
2005-11-26 18:01 ` [gentoo-user] " Matan Peled
2005-11-26 18:07 ` [gentoo-user] " Mike Williams
2 siblings, 1 reply; 8+ messages in thread
From: Steven Susbauer @ 2005-11-26 17:56 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 639 bytes --]
Yes, /var/db/pkg will have information about every package installed (in the
subdirectories).
The world file has things that you want to always be there, or you installed
manually.
On 11/26/05, Jeff Grossman <jeff@stikman.com> wrote:
>
> I was reading a different thread about the world file does not
> necessarily contain all of the programs installed, if they are
> installed from a dependency. Is there a way to see what programs are
> installed on the machine which are not in the world file?
>
> Thanks,
> Jeff
>
> --
> gentoo-user@gentoo.org mailing list
>
>
--
------------------------
Steven Susbauer
[-- Attachment #2: Type: text/html, Size: 991 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] World File
2005-11-26 17:37 [gentoo-user] World File Jeff Grossman
2005-11-26 17:56 ` Steven Susbauer
@ 2005-11-26 18:01 ` Matan Peled
2005-11-26 19:08 ` [gentoo-user] " Jeff Grossman
2005-11-26 18:07 ` [gentoo-user] " Mike Williams
2 siblings, 1 reply; 8+ messages in thread
From: Matan Peled @ 2005-11-26 18:01 UTC (permalink / raw
To: gentoo-user
Jeff Grossman wrote:
> I was reading a different thread about the world file does not
> necessarily contain all of the programs installed, if they are
> installed from a dependency. Is there a way to see what programs are
> installed on the machine which are not in the world file?
>
> Thanks,
> Jeff
>
Sure, use equery. Like so:
equery list
--
[Name ] :: [Matan I. Peled ]
[Location ] :: [Israel ]
[Public Key] :: [0xD6F42CA5 ]
[Keyserver ] :: [keyserver.kjsl.com]
encrypted/signed plain text preferred
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-user] Re: World File
2005-11-26 17:56 ` Steven Susbauer
@ 2005-11-26 18:03 ` Jeff Grossman
2005-11-26 18:03 ` Jeff Grossman
0 siblings, 1 reply; 8+ messages in thread
From: Jeff Grossman @ 2005-11-26 18:03 UTC (permalink / raw
To: gentoo-user
Great. Thanks for the information. I was not aware of that
directory.
Steven Susbauer <stupendoussteve@gmail.com> wrote:
>Yes, /var/db/pkg will have information about every package installed (in the
>subdirectories).
>
>The world file has things that you want to always be there, or you installed
>manually.
>
>On 11/26/05, Jeff Grossman <jeff@stikman.com> wrote:
>>
>> I was reading a different thread about the world file does not
>> necessarily contain all of the programs installed, if they are
>> installed from a dependency. Is there a way to see what programs are
>> installed on the machine which are not in the world file?
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-user] Re: World File
2005-11-26 18:03 ` [gentoo-user] " Jeff Grossman
@ 2005-11-26 18:03 ` Jeff Grossman
0 siblings, 0 replies; 8+ messages in thread
From: Jeff Grossman @ 2005-11-26 18:03 UTC (permalink / raw
To: gentoo-user
Great. Thanks for the information. I was not aware of that
directory.
Steven Susbauer <stupendoussteve@gmail.com> wrote:
>Yes, /var/db/pkg will have information about every package installed (in the
>subdirectories).
>
>The world file has things that you want to always be there, or you installed
>manually.
>
>On 11/26/05, Jeff Grossman <jeff@stikman.com> wrote:
>>
>> I was reading a different thread about the world file does not
>> necessarily contain all of the programs installed, if they are
>> installed from a dependency. Is there a way to see what programs are
>> installed on the machine which are not in the world file?
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] World File
2005-11-26 17:37 [gentoo-user] World File Jeff Grossman
2005-11-26 17:56 ` Steven Susbauer
2005-11-26 18:01 ` [gentoo-user] " Matan Peled
@ 2005-11-26 18:07 ` Mike Williams
2 siblings, 0 replies; 8+ messages in thread
From: Mike Williams @ 2005-11-26 18:07 UTC (permalink / raw
To: gentoo-user
On Saturday 26 November 2005 17:37, Jeff Grossman wrote:
> I was reading a different thread about the world file does not
> necessarily contain all of the programs installed, if they are
> installed from a dependency. Is there a way to see what programs are
> installed on the machine which are not in the world file?
That is correct, to see poke around in /var/db/pkg for quickness, or take the
support method and use equery.
--
Mike Williams
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-user] Re: World File
2005-11-26 18:01 ` [gentoo-user] " Matan Peled
@ 2005-11-26 19:08 ` Jeff Grossman
2005-11-26 19:08 ` Jeff Grossman
0 siblings, 1 reply; 8+ messages in thread
From: Jeff Grossman @ 2005-11-26 19:08 UTC (permalink / raw
To: gentoo-user
Matan Peled <chaosite@gmail.com> wrote:
>Jeff Grossman wrote:
>> I was reading a different thread about the world file does not
>> necessarily contain all of the programs installed, if they are
>> installed from a dependency. Is there a way to see what programs are
>> installed on the machine which are not in the world file?
>
>Sure, use equery. Like so:
>
> equery list
That is a handy little tool. Thanks for the information.
May I ask, what is the number in the parenthesis? I would assume it
is the slot number of the install. If I am something installed in
more than one slot, is there a way for me to know if I can safely
remove it?
Thanks,
Jeff
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-user] Re: World File
2005-11-26 19:08 ` [gentoo-user] " Jeff Grossman
@ 2005-11-26 19:08 ` Jeff Grossman
0 siblings, 0 replies; 8+ messages in thread
From: Jeff Grossman @ 2005-11-26 19:08 UTC (permalink / raw
To: gentoo-user
Matan Peled <chaosite@gmail.com> wrote:
>Jeff Grossman wrote:
>> I was reading a different thread about the world file does not
>> necessarily contain all of the programs installed, if they are
>> installed from a dependency. Is there a way to see what programs are
>> installed on the machine which are not in the world file?
>
>Sure, use equery. Like so:
>
> equery list
That is a handy little tool. Thanks for the information.
May I ask, what is the number in the parenthesis? I would assume it
is the slot number of the install. If I am something installed in
more than one slot, is there a way for me to know if I can safely
remove it?
Thanks,
Jeff
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2005-11-26 19:21 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-26 17:37 [gentoo-user] World File Jeff Grossman
2005-11-26 17:56 ` Steven Susbauer
2005-11-26 18:03 ` [gentoo-user] " Jeff Grossman
2005-11-26 18:03 ` Jeff Grossman
2005-11-26 18:01 ` [gentoo-user] " Matan Peled
2005-11-26 19:08 ` [gentoo-user] " Jeff Grossman
2005-11-26 19:08 ` Jeff Grossman
2005-11-26 18:07 ` [gentoo-user] " Mike Williams
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox