Re: [SLUG] rpm and deb

2013-05-27 Thread Maxim Zakharov
Hi James, Take look on dlocate which is similar to locate but looks for files in debian packages. Regards, Maxim On Mon, May 27, 2013 at 6:36 PM, James Linder wrote: > G'day All > > I have a file: > /usr/bin/i18n/avidemux_ru.qm > I want to find which package installed it. > > rpm -qf /usr/bin

Re: [SLUG] rpm and deb

2013-05-27 Thread John Ferlito
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 t

[SLUG] rpm and deb

2013-05-27 Thread James Linder
G'day All 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 T