(Recommended Video quality (resolution): 360p)
This Video is best viewed on Computer Screen.
This video about Anaconda Installation on Ubuntu 22.04.
Anaconda is an open-source distribution of R and Python-based programming languages. It handles scientific computing in data science and Machine learning (ML). It comprises all the necessary tools that are required for scientific work and large data analysis. Anaconda distribution includes several packages such as Spyder, Jupyter, Tensor flow, Numpy, etc.
Step 1: Update System packages list
$ sudo apt update
Step 2: Install Curl
$ sudo apt install curl
Step 3: Install the following extended dependencies (if not installed):
sudo apt-get install libgl1-mesa-glx libegl1-mesa libxrandr2 libxrandr2 libxss1 libxcursor1 libxcomposite1 libasound2 libxi6 libxtst6
Step 4: Download the bash script for the Anaconda installer
To download the Anaconda installer script, run the below-mentioned command:
$ curl --output anaconda.sh https://repo.anaconda.com/archive/Ana...
Step 5: Verify data integrity
To check whether the Anaconda installer Script is downloaded from the official site or not, run the following command:
$ sha256sum anaconda.sh
Step 6: Install Anaconda in Ubuntu 22.04
Bash, known as Bourne Again Shell, which incorporates valuable features. To install Anaconda on Ubuntu 22.04, run the anaconda.sh script as follows:
$ bash anaconda.sh
Anaconda directory is created inside our home directory.
Step 7: Activate the Anaconda environment
As the bashrc script for Anaconda has already been initialized (Step 4, where the Anaconda’s script was executed). You can execute the bashrc script to activate the Anaconda environment as follows:
$ source ~/.bashrc
Step 8: Verify installation
To verify the Anaconda installation, get the version of Anaconda via the following command:
$ conda --version
Step 9: Open Anaconda Navigator
/home/user/Anaconda3/bin/anaconda-navigator
===================
This channel publishes brief and informative videos on Computers, Electronics, Tips & Tricks, Hardware, Software, Networking technology and solutions.
Please stay connected by subscribing the channel and click on bell Icon to get notification on new videos.
IMPORTANT PLAYLISTS:
https://www.youtube.com/@ExploringMyC...
BASIC ELECTRONICS, COMPUTER TUTORIAL VIDEOS:
• COMPUTER TUTORIAL, BASIC ELECTRONICS ...
SOFTWARE INSTALLATION VIDEOS:
• SOFTWARE INSTALLATION VIDEOS
COMPUTER TIPS & TRICKS:
• COMPUTER - TIPS & TRICKS
SETUP & CONFIGURATION VIDEOS:
• SYSTEM SETUP & CONFIGURATION VIDEOS
KEYBOARD SHORTCUT VIDEOS:
• KEYBOARD SHORTCUT VIDEOS
COMMAND LINE TUTORIALS:
• COMMAND LINE TUTORIALS
Thank You...