+4 votes
395 views
Install Anaconda on Ubuntu 20.04

in Linux / Unix by (551k points)
reopened | 395 views

1 Answer

+5 votes
Best answer

How to install Anaconda on Ubuntu

The package management in Linux is one of the main activities as administrators or frequent users carry out and that is why we have a utility that offers us the option to centrally manage all this simply would be helpful for many of U.S. That is why there is Anaconda Individual Edition which we will talk about in detail in this tutorial..

 

What is Anaconda Individual Edition
Anaconda Individual Edition has been built as a package manager, environment manager and as a totally free Python distribution system with a simple installation in which we find more than 1,500 open source packages which has free support from Anaconda users.

 

 

There are other versions of Anaconda but TechnoWikis will focus on this one, which is completely free. Anaconda is fully compatible to be used on Windows, macOS or Linux operating systems without any problem.

 

 

This free version of Anaconda has hundreds or thousands of packages and open source libraries so that as users we have access to their content and we strengthen our learning. Anaconda can be used on Windows architectures - 64-bit x86, 32-bit x86; MacOS- 64-bit x86; Linux- 64-bit x86, 64-bit Power8 / Power9..

 

With the Conda packages, which number around 7,400, which integrate data science and machine learning packages, these can be installed with the conda-install command and are functional with languages ​​from Conda, R, Python and more.

 

With this utility it will be possible to create, distribute, install, update or manage the software completely regardless of the platform used. Let's see how to install Anaconda Individual Edition on Ubuntu 20.04..

 

To stay up to date, remember to subscribe to our YouTube channel!   SUBSCRIBE

 

 

How to install Anaconda on Ubuntu

 

Step 1

We go to the Anaconda website at the following link:

 

 Anaconda

 

We will see the following:

 

image

 

Step 2

We click on the Download button and then we must click on the installer for Linux:

 

image

 

Step 3

By clicking there we select the option to save it locally in Ubuntu 20.04:

 

image

 

Step 4

Once downloaded, we check that the latest version of Anaconda has been downloaded:

 

image

 

Step 5

With this installer we are ready to install it in Ubuntu, for this we access the terminal and there we execute the following:
 bash ~ / Downloads / Anaconda3-2020.07-Linux-x86_64.sh 
Note: the Anaconda3-2020.07 field must be replaced by the latest version that we have downloaded.

 

 

 

 

image

 

Step 6

We press the Enter key to continue with the installation of Anaconda and after this we will see the license terms:

 

image

 

Step 7

We press Enter to continue going down the license terms and then we enter the word “yes” to confirm it:

 

image

 

Step 8

Again we press Enter to finish this process:

 

image

 

Step 9

Again we press Enter to start the process of extracting the Anaconda plugins:

 

image

 

Step 10

Then the process of extracting these elements will take place:

 

image

 

Step 11

We can see all the extracted content:

 

image

 

Step 12

At the end we will see:

 

image

 

Step 13

We close the terminal and open it again, now we execute the following:
 jupyter notebook 
In case of not having Jupyter we can install it with "sudo apt install jupyter".

 

Step 14

Jupyter Notebook is a totally open source web application with which it is possible to create and share documents with coded content in live session, it also allows sharing equations, visualizations and narrative text, as a result of this command we will see the following:

 

image

 

Step 15

Automatically in the browser the file: // line will open where we can see the Anaconda section that we have installed:

 

image

 

Anaconda is ideal for managing and working with hundreds of Ubuntu packages in a secure and functional way.

 


by (3.5m points)

Related questions

+4 votes
1 answer
asked Nov 5, 2020 in Linux / Unix by backtothefuture (551k points) | 430 views
+5 votes
1 answer
asked Oct 6, 2020 in Linux / Unix by backtothefuture (551k points) | 882 views
+4 votes
1 answer
asked Sep 29, 2020 in Linux / Unix by backtothefuture (551k points) | 1.4k views
+3 votes
1 answer
asked Sep 28, 2020 in Linux / Unix by backtothefuture (551k points) | 483 views
+5 votes
1 answer
asked Sep 28, 2020 in Linux / Unix by backtothefuture (551k points) | 1.9k views
Sponsored articles cost $40 per post. You can contact us via Feedback
10,634 questions
10,766 answers
510 comments
3 users