Ask Your Question
1

how do i uninstall sage?

asked 2010-09-19 19:06:29 +0200

crysreal gravatar image

updated 2011-05-12 16:23:02 +0200

Kelvin Li gravatar image

i installed sage on my mac. how do i uninstall/remove it completely?

edit retag flag offensive close merge delete

3 Answers

Sort by ยป oldest newest most voted
3

answered 2010-09-20 01:00:53 +0200

From the Terminal, you can also do

mv 'sage directory here' ~/.Trash 
mv ~/.sage ~/.Trash

to move the two directories to the trash, and then you can empty the trash at your convenience. (If you don't care about removing the "~/.sage" directory, then you can just drag your Sage directory to the trash in the Finder.)

edit flag offensive delete link more
0

answered 2010-10-14 23:19:42 +0200

crysreal gravatar image

Thank you!

edit flag offensive delete link more
0

answered 2010-09-19 21:24:33 +0200

ccanonc gravatar image

updated 2010-09-19 21:48:57 +0200

Exit sage.
Open the Terminal Application (command-line), it's under /Applications or /Applications/Utilities

rm -rf "sage directory here" (Be careful!)

If you want to delete your user files also (notebooks, etc),
rm -rf "~/.sage/" (Again be careful, or you'll delete things you don't want to.)


The double-quotes aren't necessary, but I'm trying to keep you from accidentally deleting other files or directories.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2010-09-19 19:06:29 +0200

Seen: 11,661 times

Last updated: Oct 14 '10