Skip to content

Instantly share code, notes, and snippets.

@fire
Created March 24, 2015 17:06
Show Gist options
  • Save fire/1d026ca48e3daf4d70c1 to your computer and use it in GitHub Desktop.
Save fire/1d026ca48e3daf4d70c1 to your computer and use it in GitHub Desktop.
The following command will remove any system-installed Erlang packages:
sudo apt-get remove $(dpkg --get-selections | grep ^erlang | cut -f1)
http://blog.differentpla.net/blog/2014/10/09/reverting-erlang-17/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment