


Here is the command to directly download it using the command terminal of Ubuntu 20.04. Hence, we download the script published on the official document website of Anaconda. MiniConda is not available to install using the APT package manager and standard repository of Ubuntu. However, still to ensure the system is up to date with available security updates for our Ubuntu 20.04 run the command once. Well, this step is not necessary to install MiniConda because here we are going to use the script available for it, officially. If not then you can use the APT package manager to install it, here is the command- sudo apt install python3 1. Although, it would be because python version 3.x is already there on Ubuntu 20.04 out of the box. Uninstall or Remove Miniconda3 – Ubuntu 20.04 Steps to install MiniConda3 on Ubuntu 20.04 LTSīefore following this tutorial ensure that you have Python installed on your Ubuntu system. Now type $ conda list in the terminal, if it has been installed correctly, then it should display all installed packages.7. To make changes take effect, close and re-open the terminal. It will take a few minutes to finish the installation. $ sha256sum Miniconda3-latest-Linux-x86_64.sh Visit this page to download or paste the following command in the terminal.īefore moving towards the installation of Conda, you will have to verify the downloaded installers as shown below. To download, paste the following command. We are installing the latest Linux installer. Downloading Minicondaįor Miniconda, visit this link and identify an appropriate version of Python and Linux distribution installed on your system. At first, let’s install their installers. To install Conda, you will download Miniconda and Anaconda. Update and upgrade your system using the following commands:


In this article, we are going to install Conda on Ubuntu 18.04 & 20.04. Conda (Anaconda, Inc.) is an open-source dependency, package, and environment management system for any language such as Python, R, Javascript, C/C++, and so on.
