+4 votes
352 views
Install Anaconda Kali Linux 2021

in Linux / Unix by (550k points)
reopened | 352 views

1 Answer

+5 votes
Best answer

Install Anaconda on Kali Linux

Having the best options to manage the various aspects of Linux is something we all look for, to help us in this task we find Anaconda which is a package manager which provides us with various levels of file and package control for better use of each one of them. Kali Linux is a version of Linux focused on security and it is possible to install Anaconda there in its Anaconda Individual Edition version to have an additional working tool..

 

Anaconda has more than 1,500 open source packages with free support so your work experience is not limited. Specifically, the Anaconda Individual Edition version offers us multiple packages and open source libraries to access them, Anaconda is available for Windows architectures- 64-bit x86, 32-bit x86; MacOS- 64-bit x86; Linux- 64-bit x86, 64-bit Power8 / Power9.

 

 

Advantages Anaconda Kali Linux
Some of its advantages are:

 

  • Integration of Conda packages which is a cloud-based repository where we have more than 7500 data science and machine learning packages, these can be installed with the conda-install command, additionally it is compatible with open source packages Conda, R , Python and more.
  • Anaconda Individual Edition is a completely open source Python distribution platform.
  • Ability to manage environments with which it is possible to build, distribute, install, update and manage software on various platforms.
  • Dynamic user interface in which we can launch applications and manage packages and environments without using the command line.

 

 

Let's see how to install Anaconda on Kali Linux..

 

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

 

Install Anaconda on Kali Linux

 

Step 1

We go to the Anaconda URL and download the Linux installer at the following link:

 

 Anaconda

 

image

 

Step 2

This file is saved locally:

 

image

 

Step 3

Once it is downloaded we check the download:

 

image

 

 

Step 4

We open the terminal, we go to Downloads with the command "cd" and with "ls" we list the content:

 

image

 

 

Step 5

There we see the sh file that we have downloaded, it is necessary to grant the permissions to it, for this we open the Downloads folder and right-click on the downloaded file, select "Properties":

 

image

 

 

Step 6

In the "Permissions" tab we activate the "Allow this file to run as a program" box. Apply the changes.

 

 

image

 

Step 7

We go back to the terminal and run the installer with the following syntax:
./Anaconda.sh

 

image

 

 

Step 8

We press Enter to confirm and after this we will see the Anaconda use license:

 

image

 

Step 9

We press Enter to accept the license by entering "yes":

 

image

 

Step 10

Once we enter “yes” we press Enter again to confirm the installation of Anaconda in Kali Linux:

 

 

image

 

 

Note
if there is a previous installation, we must use the -u parameter.

 

Step 11

After this process we will see the following:

 

 

image

 

 

Step 12

There it is indicated if we want to initialize Anaconda, we enter "yes" and press Enter to finish the Anaconda installation process:

 

image

 

 

Step 13

We return to the root directory with "cd" and go to the path "anaconda3 / bin":

 

image

 

 

Step 14

We list the content with ls:

 

 

image

 

 

Step 15

There we execute "source activate root" to activate the root user on Anaconda:

 

image

 

 

Step 16

Now we update Anaconda with the command "conda update anaconda":

 

image

 

 

Step 17

Then we will see the following:

 

image

 

 

Step 18

We enter the letter "y" to apply the changes:

 

image

 

 

Step 19

At the end we will see the following:

 

image

 

 

Step 20

Now we update the Anaconda browser with the command "conda update anaconda-navigator":

 

image

 

 

Step 21

We enter "y" to confirm the changes:

 

image

 

 

Step 22

At the end we will see this:

 

image

 

 

Step 23

Now let's go to "anaconda3 / bin" and run the Anaconda browser with the command:
anaconda-navigator

 

image

 

 

Step 24

When accessing this we will see the following:

 

image

 

 

Step 25

There we can see each of the Anaconda parameters and utilities, in this case we access Jupyter to see the Anaconda content:

 

image

 

From this point on, Anaconda has been installed on Kali Linux and we can make it available for use.

 


by (3.5m points)

Related questions

+5 votes
1 answer
asked Mar 12, 2021 in Virtualization by backtothefuture (550k points) | 194 views
+3 votes
1 answer
asked Jan 25, 2021 in Virtualization by backtothefuture (550k points) | 343 views
+3 votes
1 answer
asked Sep 28, 2020 in Linux / Unix by backtothefuture (550k points) | 1.2k views
+5 votes
1 answer
asked May 6, 2020 in Linux / Unix by backtothefuture (550k points) | 1.4k views
+4 votes
1 answer
asked Jan 31, 2020 in Linux / Unix by backtothefuture (550k points) | 5.8k views
Sponsored articles cost $40 per post. You can contact us via Feedback
10,627 questions
10,759 answers
510 comments
3 users