Lists the package to which a particular file belongs in Ubuntu
Answer:
Sometimes, you want to know which package contains a file, e.g. "php5.conf", you can try
# dpkg -S php5.conf
libapache2-mod-php5: /etc/apache2/mods-available/php5.conf
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
Lists the package to which a particular file belongs in Ubuntu
Answer:
Sometimes, you want to know which package contains a file, e.g. "php5.conf", you can try
# dpkg -S php5.conf
libapache2-mod-php5: /etc/apache2/mods-available/php5.conf