How do I find out which (apt-get
-installed) package a particular file came from?
Asked
Active
Viewed 177 times
3
2 Answers
1
You can also find out the package path from the package name:
$dpkg -L <package name>
e.g.
$dpkg -L zip

Prakash V Holkar
- 2,561
- 7
- 22
- 29