Ask Your Question
0

how do I uninstall sage in Ubuntu 14.04?

asked 9 years ago

naveen gravatar image

I installed sage on Ubuntu 14.04. how do i uninstall/remove it completely?

Preview: (hide)

Comments

How did you install it ? With the PPA ? Froma a downloaded binary ? Compiled from sources ?

tmonteil gravatar imagetmonteil ( 9 years ago )

1 Answer

Sort by » oldest newest most voted
0

answered 9 years ago

tmonteil gravatar image

updated 9 years ago

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
Preview: (hide)
link

Comments

Thank you for your answer. Now sage cannot be accessed in terminal. But the directory is still there. Can I remove that too. Because it shows error when I tried to install sage later. I want to install it properly along with sage manifold.

naveen gravatar imagenaveen ( 9 years ago )

Yes you can remove it. Did you use the PPA ?

tmonteil gravatar imagetmonteil ( 9 years ago )

Yes I used PPA. Now what is the procedure to remove it properly and install again?

naveen gravatar imagenaveen ( 9 years ago )

Your Answer

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

Add Answer

Question Tools

1 follower

Stats

Asked: 9 years ago

Seen: 5,761 times

Last updated: Jun 17 '15