Y
Hacker News
new
|
ask
|
show
|
jobs
by
__david__
5256 days ago
I prefer "apt-file search" which is
much
faster than "dpkg -S" at the cost of some disk space and having to periodically do "apt-file update".
1 comments
ars
5255 days ago
apt-file search is [also] for uninstalled packages. If all you care about are packages actually installed use dlocate
link