Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
285 views
in Technique[技术] by (71.8m points)

linux - Having issues deleting Anaconda on my Mac

I'm trying to completely uninstall Anaconda on my Mac but I'm running into issues removing the files. The Anaconda files were saved in ~/opt and when I try to remove it using $ sudo rm -rf /opt I get this error: rm: /opt: Read-only file system so I try remounting it by doing: mount -o remount,rw /opt and I get this error: mount: /opt: unknown special file or file system.

I've also tried using commands like unmount as well, and I've had no success... If someone could help me, I would really apprecite it!

question from:https://stackoverflow.com/questions/66056983/having-issues-deleting-anaconda-on-my-mac

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Instructions to remove Anaconda are given here. https://docs.anaconda.com/anaconda/install/uninstall/

You need to run: rm -rf ~/anaconda3

There are other instructions for a complete uninstall given in the link above.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

57.0k users

...