Debian/dpkg
From Useful Things
Revision as of 06:32, 4 February 2015 by Milosivanovic (talk | contribs) (Created page with "== Find out which package a file belongs to == <pre> dpkg -S `readlink -f /path/to/java` </pre>")
Find out which package a file belongs to
dpkg -S `readlink -f /path/to/java`