how do I uninstall sage in Ubuntu 14.04?
I installed sage on Ubuntu 14.04. how do i uninstall/remove it completely?
I installed sage on Ubuntu 14.04. how do i uninstall/remove it completely?
It depends on how you installed Sage.
if you installed it from the PPA, the following should work (not tested, please tell us):
sudo apt-get remove sagemath-upstream-binary
If you unpacked a binary from the moirrors or if you compiled the binaries yourself, just remove the directory in which you put Sage.
Also, if you also want to remove your own worksheets and configurations, in both cases you can do:
rm -rf ~/.sage
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2015-06-17 10:58:17 +0100
Seen: 5,554 times
Last updated: Jun 17 '15
How did you install it ? With the PPA ? Froma a downloaded binary ? Compiled from sources ?