Reaching out to others! Free & Open Source Software, Kannada, L10n, L18n Data Science, Cloud Computing & more…

Identifying package of any file in Debian/Ubuntu

General | 0 comments

To quickly search the package of a file which is found in system directories you can use the following command.
dpkg -S
Or you can also also install a small application called apt-file and search the package to which your file belongs to as follows:
apt-file search
Also check the following posts

Identifying package of any file […]

Related Articles

Related