Skip to content

Instantly share code, notes, and snippets.

@scw
Last active September 15, 2015 01:32
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 scw/26ee15950c0fbfa88032 to your computer and use it in GitHub Desktop.
Save scw/26ee15950c0fbfa88032 to your computer and use it in GitHub Desktop.
Comparison of package commands
brew install
brew uninstall

apt-get install
apt-get remove

pkg install
pkg delete

Pkg.add
Pkg.rm

install.packages()
remove.packages()

pip install
pip uninstall

gem install
gem uninstall

yum install
yum erase

related Julia issue

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