You mean, which package and not which application. The application is your package manager, e.g. Software CenterSoftware Center
.
Using dpkg
:
dpkg -S /usr/lib/tracker/tracker-store
dpkg -S tracker-extract
dpkg -S tracker-miner-fs
Example
% dpkg -S /usr/lib/tracker/tracker-store
tracker: /usr/lib/tracker/tracker-store
Using apt-file
:
apt-file search /usr/lib/tracker/tracker-store
or also possible:
apt-file search --regex /tracker-extract$
apt-file search --regex /tracker-miner-fs$
Example
% apt-file search /usr/lib/tracker/tracker-store
tracker: /usr/lib/tracker/tracker-store
Or online here, in the section Search the contents of packagesSearch the contents of packages
.
Example