f**y 发帖数: 138 | 1 How to find out the package who owns a specified file in Debian? In other
words, what is the equivalent in Debian for the following rpm command:
rpm -qf /path/to/file
Thanks! | N****w 发帖数: 21578 | 2 dpkg -S, if my memory is right
【在 f**y 的大作中提到】 : How to find out the package who owns a specified file in Debian? In other : words, what is the equivalent in Debian for the following rpm command: : rpm -qf /path/to/file : Thanks!
| f**y 发帖数: 138 | 3 It works. Thanks.
【在 N****w 的大作中提到】 : dpkg -S, if my memory is right
| r****t 发帖数: 10904 | 4 $ apt-file search
should work for all packages.
【在 N****w 的大作中提到】 : dpkg -S, if my memory is right
|
|