Created
March 24, 2015 17:06
-
-
Save fire/1d026ca48e3daf4d70c1 to your computer and use it in GitHub Desktop.
This file contains 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
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