Created
November 30, 2012 18:52
-
-
Save kbrock/4177712 to your computer and use it in GitHub Desktop.
ugly package list
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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