Hello Andy,
On Wed, July 7, 2010 15:55, Andy Smith wrote:
You can find out which package owns a given file in
the filesystem
using:
$ dpkg -S /etc/init.d/apache2
apache2.2-common: /etc/init.d/apache2
or:
$ apt-file search /etc/init.d/apache2
apache2.2-common: /etc/init.d/apache2
Ah great, thanks! I knew this was possible (I to do this just about dayly
on CentOS boxen with rpm -qif /path/to/file) but never managed to dig out
this particular apt-nugget.
--
Regards,
Jan Henkins