Open Terminal (by pressing Ctrl+Alt+T)
Type following command in Terminal and press Enter
sudo apt-get update
with "wget" command which is a command line utility for downloading files from the Internet
Open Terminal (by pressing Ctrl+Alt+T)
Type following command in Terminal and press Enter
wget https://repo.anaconda.com/archive/Anaconda3-2020.02-Linux-x86_64.sh
A - Find Anaconda Installers at: https://www.anaconda.com/products/individual
B - All Anaconda Installers files are available at : https://repo.anaconda.com/archive/ .
- wget (Link address of Anaconda Installers)
- wget https://repo.anaconda.com/archive/Anaconda3-2020.02-Linux-x86_64.sh
1- Find Anaconda Installers
2- Right-Click on Anaconda Installers -> Copy link address of Anaconda Installers (Instead of clicking on it to download)
bash Anaconda3-2020.02-Linux-x86_64.sh
Do you accept the license terms? [yes|no]
Anaconda3 will now be installed into this location: /home/bahar/anaconda3
installation finished.
Do you wish the installer to initialize Anaconda3
by running conda init? [yes|no]
Type -> yes
Close Terminal
Open new Terminal (by pressing Ctrl+Alt+T)
Type following command in Terminal and press Enter
conda update --all
anaconda-navigator