How to install Anaconda on Ubuntu 22.04 LTS Jammy2022년 8월 17일 오전 12:00 (GMT+9) by Heyan Maurya

Get the simple steps to install Anaconda Navigator on Ubuntu 22.04 LTS Jammy JellyFish to start developing your Python-based applications.

Anaconda is package management with a graphical navigator for the programming languages Python and R, which supports data science, data analysis, and machine learning.

It is designed for scientific work and the analysis of (large) amounts of data. Anaconda has everything you need, including the Python interpreter. This makes it independent of the underlying system. Anaconda itself does not contain Python modules that could not be installed in other ways such as package management or pip.

The advantage of Anaconda is that you do not have to worry about resolving the sometimes complex dependencies yourself. In addition, Anaconda has its package manager called Conda, which keeps all packages within the distribution up-to-date. It facilitates the installation and management of libraries and development environments that support working with data analysis and machine learning under Python and R. In total, numerous packages are available, including Jupyter Notebook, Spyder, NumPy, and TensorFlow.

Anaconda is available for Microsoft Windows, macOS, and Linux in the versions Individual, Commercial, Team, and Enterprise. The Individual Edition is open source software and free of charge as freeware, so that, for example, private users can learn how to handle data analysis. The paid editions Commercial, Team, and Enterprise offer an extended range of functions for commercial use and use in the company.

Contents  hide

Steps to Install Anaconda Navigator on Ubuntu 22.04 LTS

1. Download Anaconda Linux Installer

2. Install Anaconda Python on Ubuntu 22.04

3. Add Environment variable for Anaconda

4. Reload Shell

5. How to use Conda