First time here? Check out the FAQ!

Ask Your Question
1

how do i uninstall sage?

asked 14 years ago

crysreal gravatar image

updated 13 years ago

Kelvin Li gravatar image

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

Preview: (hide)

3 Answers

Sort by » oldest newest most voted
3

answered 14 years ago

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.)

Preview: (hide)
link
0

answered 14 years ago

crysreal gravatar image

Thank you!

Preview: (hide)
link
0

answered 14 years ago

ccanonc gravatar image

updated 14 years ago

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.

Preview: (hide)
link

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: 14 years ago

Seen: 12,603 times

Last updated: Oct 14 '10