Skip to content

Instantly share code, notes, and snippets.

@prestontimmons
Created May 8, 2012 20:12
Show Gist options
  • Save prestontimmons/2638937 to your computer and use it in GitHub Desktop.
Save prestontimmons/2638937 to your computer and use it in GitHub Desktop.
Using dpkg

Install a .deb file

dpkg -i package_file.deb

Uninstall a .deb file

dpkg -r package_name

Find the version of an installed package

dpkg -l packagename

List all installed files with version

dpkg -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment