Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Find out packages contain the file you are looking for

Which installed package does that file belong to?
Panel

dpkg -S filename

apt-file tool can help to find out which packages contain a file.
Panel

sudo apt-get install apt-file
sudo apt-file update
sudo apt-file search filename

Some other useful package management options

To list all installed packages
Panel

dpkg --get-selections

To list the files in a package.
Panel

dpkg -L packageName

To list recently installed packages
Panel

ls -lt /var/lib/dpkg/info/*.list|less