Thursday, May 16, 2013

Show the List of Installed Packages on Ubuntu or Debian

Show a list of all the currently installed packages:
# dpkg --get-selections

Find the locations of the files within a package from the list by using the dpkg -L command, such as:
# dpkg -L tmux

No comments: