On Wednesday 08 June 2005 18:43, Richard Fish wrote:
>
> Here is a script to do it:
>
> cat /var/lib/portage/world | \
> while read line; do
> count=`equery depends "$line" | wc -l`
> test $count -gt 0 && echo $line
> done
>
> This will output every package listed in world
Hi,
On Wednesday 08 June 2005 17:34, Kevin O'Gorman wrote:
> My world file seems remarkably long to me at 129 lines.
> I know I've added some stuff, but many of these entries
> ring no bells in my memory.
>
> I think a big part of what has happened is that in various
> throes of dealing with porta
Mark Knecht wrote:
>Interesting results. I don't think I'd want to remove these and I
>thing the system would complain a bit if I removed vim. Anyway, it was
>an intersting experiment.
>
>
Yes, _unmerging_ anything in this list could be extremely dangerous. It
might lead you to unmerge python
On 6/8/05, Richard Fish <[EMAIL PROTECTED]> wrote:
> Mark Knecht wrote:
>
> >Hi Kevin,
> > I don't know of an automated way to do it. I had to go through my
> >machines by hand doing the emerge/depclean/revdep-rebuild process I
> >outlined in an email on this subject to Grant this morning. It t
Mark Knecht wrote:
>On 6/8/05, Kevin O'Gorman <[EMAIL PROTECTED]> wrote:
>
>
>>My world file seems remarkably long to me at 129 lines.
>>I know I've added some stuff, but many of these entries
>>ring no bells in my memory.
>>
>>I think a big part of what has happened is that in various
>>throes
On Wed, 8 Jun 2005 08:34:34 -0700, Kevin O'Gorman wrote:
> So: is there an easy way to find out if a package can
> be removed from world because it is already in there
> as a dependency or because of the profile? I'd like
> to pare world down to just the things that make a
> difference.
Remove t
On 6/8/05, Kevin O'Gorman <[EMAIL PROTECTED]> wrote:
> My world file seems remarkably long to me at 129 lines.
> I know I've added some stuff, but many of these entries
> ring no bells in my memory.
>
> I think a big part of what has happened is that in various
> throes of dealing with portage, I'
My world file seems remarkably long to me at 129 lines.
I know I've added some stuff, but many of these entries
ring no bells in my memory.
I think a big part of what has happened is that in various
throes of dealing with portage, I've emerged particular
things without the --oneshot flag -- I had
8 matches
Mail list logo