Skip to content

Instantly share code, notes, and snippets.

@kbrock
Created November 30, 2012 18:52
Show Gist options
  • Select an option

  • Save kbrock/4177712 to your computer and use it in GitHub Desktop.

Select an option

Save kbrock/4177712 to your computer and use it in GitHub Desktop.
ugly package list
#aptitude (/ search, + install, gg - go)
contents
apt-file list $*
install
apt-get install
upgrade
apt-get upgrade
remove
apt-get --purge remove $*
list installed
dpkg -l
search
apt-cache search
info
apt-cache show
which package
apt-file search $file
COLUMNS=132 dpkg -S $file
contents
apt-file list
dependencies
apt-cache depends
update database
apt-get update
package containing a file
dpkg-deb -I file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment