[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: finding a package name given a filename



Nuno Carvalho <nemanuel@student.dei.uc.pt> writes:


>  Didn't you want to know on what package was as86 extracted!? 
>  as86 belongs to the bin86 package !!
> 
>  I think that's what you want!

Yep, you're right ;-)

_But_ try to do a :

$ dpkg -S xemacs

And you will see all an unnecessary garbage instead of just the
package name from which the xemacs executable has been extracted...

Nevermind, i've resolved the problem :

$ dpkg -S xemacs|grep '/usr/bin/xemacs'
xemacs20-nomule: /usr/bin/xemacs-20.4-nomule

or,

$ dpkg -S as86 |grep `which as86`
bin86: /usr/bin/as86

That's ok for me... Thanks again.
-- 
-----------------------------------------------------------------------
Éric Jacoboni     « J'ai épuisé le tout-venant, je vais me risquer dans
                    le bizarre » (M. Audiard)
-----------------------------------------------------------------------


Reply to: