
#Install anaconda ubuntu 20.10 install#
Your system is ready to install Anaconda. To check the script SHA-256 checksum, I will use this command with the file name, though this step is optional: sha256sum anaconda.shĪ7c0afe862f6ea19a596801fc138bde0463abcbce1b753e8d5c474b506a2db2d anaconda.shĬheck if the hash code is matching with code shown on the download page. Then, download the script as below: curl -output anaconda.sh Visit the Anaconda installer script download page to check for the latest versions. Next, use the curl command line utility to download the Anaconda installer script from the official site. Now I will go to the /tmp directory and for this purpose, we will use the cd command. sudo apt install curl -y Step 1 – Prepare the Anaconda Installer Then install the curl package, which is further required for the downloading the installation script. Prerequisitesįirstly, open terminal on your Ubuntu system and execute the command mentioned below to update packages repository: sudo apt update This article enables us to install the Anaconda on Ubuntu 20.04 in an easy way. The Anaconda is a good platform to program the python applications. It is important in its functionality as it provides processing and computing data on a large scale and also to program in python language.


Which contains a large variety of packages and repositories. Anaconda is an open-source platform that is used for R programming and Python.
