User Tools

Site Tools


ubuntu:dpkg:what_files_are_provided_by_the_installed_package

This is an old revision of the document!


Ubuntu - dpkg - What files are provided by the installed package

Find out what files are provided by the installed package, i.e. list where files were installed.

sudo dpkg -L [package name]

Examples

dpkg -L apache-perl
dpkg -L perl

List files provided (or owned) by the package

List files provided (or owned) by the package.

  • i.e. List all files inside debian .deb package file - very useful to find where files would be installed.
sudo dpkg -c [package name]

Examples

dpkg -c dc_1.06-19_i386.deb
ubuntu/dpkg/what_files_are_provided_by_the_installed_package.1687098981.txt.gz · Last modified: 2023/06/18 14:36 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki