From the docs:

To uninstall Anaconda open a terminal window and remove the entire anaconda install directory: rm -rf ~/anaconda. You may also edit ~/.bash_profile and remove the anaconda directory from your PATH environment variable, and remove the hidden .condarc file and .conda and .continuum directories which may have been created in the home directory with rm -rf ~/.condarc ~/.conda ~/.continuum.

Further notes:

  • Python3 installs may use a ~/anaconda3 dir instead of ~/anaconda.
  • You might also have a ~/.anaconda hidden directory that may be removed.
  • Depending on how you installed, it is possible that the PATH is modified in one of your runcom files, and not in your shell profile. So, for example if you are using bash, be sure to check your ~/.bashrc if you don't find the PATH modified in ~/.bash_profile.
Answer from vaer-k on Stack Overflow
🌐
Anaconda
anaconda.com › docs › getting-started › anaconda › uninstall
Uninstalling Anaconda Distribution - Anaconda
If you installed either product before those releases, the uninstall.sh file is not included. ... Open a new Terminal window. Run the following command to find your installation folder: ... Replace <PATH/TO/INSTALLER> with the returned path from the previous command. If your install is in your home directory (\Users\<USERNAME>\ or \home\<USERNAME>), use the macOS/Linux Basic uninstall instructions.
Discussions

Uninstalling Anaconda - Product Help - Anaconda Forum
I am new to Anaconda… I am taking a course from Mongodb University which has me downloading and installing Anaconda. In the installation it creates the directory anaconda3… My issue is that I am stuck getting anaconda to access local host… So… I was going to restart my installation process. More on forum.anaconda.com
🌐 forum.anaconda.com
1
February 9, 2022
Can I remove anaconda installer related packages after installation?
I just noticed that the recent dnf update updated a few anaconda related packages. Now that I’ve already installed my new F30 system, can these be removed? Is there a list of packages that are in the live-media that users can remove after they’ve finished installing their new systems? rpm ... More on discussion.fedoraproject.org
🌐 discussion.fedoraproject.org
1
0
April 29, 2019
I can't uninstall Anaconda3 in my system
So I tried to google this problem, and I found the Official doc: A full uninstall removes all traces of the configuration files and directories from Anaconda and its programs with the anaconda-clean program. In Windows, open Anaconda Prompt. In Mac or Linux, open your terminal application... More on github.com
🌐 github.com
6
December 22, 2022
Safest way to reinstall Anaconda?
Follow this: https://docs.anaconda.com/anaconda/install/uninstall/ All of your anaconda environments will be installed to an anaconda folder (mine is anaconda3) in your home directory, unless you changed where it was installed to. Deleting that is a part of the uninstall process. You shouldn't have any working project files in there unless you've done something out side of the norm. More on reddit.com
🌐 r/learnpython
5
23
February 16, 2022
🌐
Anaconda
docs.anaconda.com › free › anaconda › install › uninstall
Uninstalling Anaconda Distribution — Anaconda documentation
Click Uninstall a program under Programs. Select the Anaconda/Miniconda installation you want to uninstall.
🌐
Aleksandar Haber
aleksandarhaber.com › how-to-completely-uninstall-anaconda-in-ubuntu-linux
How to Completely Uninstall Anaconda in Ubuntu Linux – Fusion of Engineering, Control, Coding, Machine Learning, and Science
August 4, 2024 - They are: “.conda” and “.anaconda“. These folders are in the home folder, and they need to be erased. To erase these hidden folders, in the terminal type: ... Then, open Files program from the Linux Ubuntu Graphics User Interface (on the right side), and press CTRL+F to search, and search conda.
🌐
Linux Handbook
linuxhandbook.com › anaconda-linux
How to install and uninstall Anaconda on Linux
September 15, 2022 - You can uninstall Anaconda in two easy steps. Step 1: Remove the anaconda directory using rm -rf anaconda-install-location. You may refer to this article to know how to remove files and directories in Linux.
🌐
Medium
thivaharan28.medium.com › installing-uninstalling-anaconda3-on-ubuntu-40e0ffe8b17d
Installing & Uninstalling Anaconda3 on Ubuntu | by ThivaV | Medium
December 18, 2019 - Step 01. Remove anaconda directory from the root. $ rm -rf ~/anaconda3 · Step 02. Remove the PATH environment variable settings from .bash_profile ... To uninstall Anaconda, Anaconda providing us with some services.
Find elsewhere
🌐
Anaconda Forum
forum.anaconda.com › product help
Uninstalling Anaconda - Product Help - Anaconda Forum
February 9, 2022 - I am new to Anaconda… I am taking a course from Mongodb University which has me downloading and installing Anaconda. In the installation it creates the directory anaconda3… My issue is that I am stuck getting anaconda to access local host… So… I was going to restart my installation process.
🌐
GitHub
github.com › ContinuumIO › anaconda-issues › issues › 13109
I can't uninstall Anaconda3 in my system · Issue #13109 · ContinuumIO/anaconda-issues
December 22, 2022 - So I tried to google this problem, and I found the Official doc: A full uninstall removes all traces of the configuration files and directories from Anaconda and its programs with the anaconda-clean program. In Windows, open Anaconda Prompt. In Mac or Linux, open your terminal application...
Author   shayandavoodii
🌐
ThinkMobiles
thinkmobiles.com › home › blog › how to uninstall anaconda
3 ways to uninstall Anaconda completely on Windows
February 9, 2026 - Step 2: Tap the item to see the list of applications on your computer. Find Anaconda in the list, left-click it and press the Uninstall button. Then, confirm the removal by clicking another Uninstall button in the pop-up window.
🌐
MiniTool
minitool.com › home › news › how to uninstall anaconda on mac and windows? see a full guide!
How to Uninstall Anaconda on Mac and Windows? See a Full Guide! - MiniTool
May 28, 2024 - Experience a faster system with MiniTool System Booster – your solution to effortless program uninstallation. MiniTool System Booster TrialClick to Download100%Clean & Safe · There are two ways to help you remove Anaconda from your Windows computer and they are using anaconda-clean and Uninstall-Anaconda.exe.
🌐
Position Is Everything
positioniseverything.net › home › how to uninstall anaconda linux: a step-by-step guide
How to Uninstall Anaconda Linux: A Step-by-Step Guide - Position Is Everything
November 11, 2025 - To uninstall Anaconda, start by running the command rm -rf ~/anaconda in your terminal to remove the installation directory. This simple step clears the majority of what’s been installed.