You can install Conda from Miniconda or Anaconda. Right now there are no stand alone CLI for conda installation. So, here I am using miniconda for installing Conda package manager.

Step 1: Let’s download Miniconda
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh

Step 2: Let’s verify the download
sha256sum Miniconda3-latest-Linux-x86_64.sh

Step 3: Now let’s install
bash Miniconda3-latest-Linux-x86_64.sh

For testing if everyting is working perfectly see with command: conda list