Skip to content

Instantly share code, notes, and snippets.

@rkaneko
Created June 3, 2013 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rkaneko/5699776 to your computer and use it in GitHub Desktop.
Save rkaneko/5699776 to your computer and use it in GitHub Desktop.
Ubuntu packager command cheet sheet .
# show installed list
$ dpkg -l
# install software
$ apt-get install here-is-target
# uninstall software
$ apt-get autoremove here-is-target
### Tips
# search softwares whose initial scala ...
$ apt-cache search ^scala | less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment