Hi everybody. i've a dumb question. How can I know in witch package is file XXX. Is there a command or do I have to look the description of all the packages in yast. Thanks Charlie Ti
Hi everybody.
i've a dumb question. How can I know in witch package is file XXX.
Is there a command or do I have to look the description of all the
The time consuming way (depending on the speed of your system) is rpm -qal | grep filename. OR you can go to rpmfind.net and do a search. I believe there is a tool on the cd's called rpmfind too, but I've never installed it. John ----- Original Message ----- From: "Charlie Ti" <shadout@club-internet.fr> To: <suse-linux-e@suse.com> Sent: Sunday, July 29, 2001 12:45 PM Subject: [SLE] find files in rpm packages in
yast.
Thanks Charlie Ti
Just type rpm -qf <file> and you find out the package that provides <file>. eero. On Sun, 29 Jul 2001, John Scott wrote:
The time consuming way (depending on the speed of your system) is rpm -qal | grep filename. OR you can go to rpmfind.net and do a search. I believe
Hi everybody.
i've a dumb question. How can I know in witch package is file XXX.
Is there a command or do I have to look the description of all the
Actually, the first line I gave you won't work because it only tells you the location of the file, not what package it comes from. The second option is your best bet. Sorry. John ----- Original Message ----- From: "Charlie Ti" <shadout@club-internet.fr> To: <suse-linux-e@suse.com> Sent: Sunday, July 29, 2001 12:45 PM Subject: [SLE] find files in rpm packages in
yast.
Thanks Charlie Ti
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq and the archives at http://lists.suse.com
Charles Philip Chan wrote:
"C" == Charlie Ti <shadout@club-internet.fr> writes:
C> Hi everybody. i've a dumb question. How can I know in witch C> package is file XXX.
rpm -qf filename
Actually, that should be: rpm -qf filepath -- JVOLLMER1@MN.RR.COM TEXT REFS DOUBLEPLUSUNGOOD SELFTHINK VERGING CRIMETHINK STOP IGNORE FULLWISE END
"J" == Jay Vollmer <jvollmer1@mn.rr.com> writes:
J> Charles Philip Chan wrote: >> rpm -qf filename J> Actually, that should be: rpm -qf filepath Oops... actually it should be: rpm -qf /path-to-file/filename I am getting too use to using rpm -qf %f in mc these days ;-(. -- How do I type "for i in *.dvi do xdvi i done" in a GUI? (Discussion in comp.os.linux.misc on the intuitiveness of interfaces.)
participants (5)
-
Charles Philip Chan
-
Charlie Ti
-
eero palomaki
-
J-Scott@t-online.de
-
Jay Vollmer