On Mon, Apr 14, 2008 at 07:01:55PM -0700, David Fox <[EMAIL PROTECTED]> was 
heard to say:
> On Mon, Apr 14, 2008 at 6:54 PM, Ron Johnson <[EMAIL PROTECTED]> wrote:
> >  But if an app is removed from a repository, apt won't tell you.
> >  deborphan might, though.
> 
> Understood so far.
> 
> But this isn't very helpful:
> 
> [EMAIL PROTECTED]:/tmp$ deborphan xmms
> xmms
> 
> And aptitude why-not xmms doesn't say anything other than "the package
> xmms was manually installed". But it's got dependencies, and perhaps
> one of those pulled it in. I can't remember if I explicitly asked for
> it. Perhaps I did.

  aptitude why-not <foo> only tells you who conflicts with <foo>.  I
guess you mean "why"?

  When it says xmms was manually installed, it means that it doesn't
think xmms is an automatic package.  You could ask it who else requires
xmms with something like

    aptitude why '~i!~M~n^xmms$' xmms

  .

  Daniel


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to