On Mon, May 27, 2013 at 04:36:02PM +0800, James Linder wrote: > I have a file: > /usr/bin/i18n/avidemux_ru.qm > I want to find which package installed it. > > rpm -qf /usr/bin/i18n/avidemux_ru.qm > > would show it exactly > > dpkg -L looks promising but is a bit kludgy > > apt-file may do the trick > > are there any obvious things I've not gleaned from the man pages
dpkg -S /usr/bin/i18n/avidemux_ru.qm Cheers, John -- John Blog http://www.inodes.org LCA2013 http://linux.conf.au -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
