Anaconda package archive
Link
Install Anaconda3-2022.05-Linux-x86_64.sh
Download
$ wget wget https://repo.anaconda.com/archive/Anaconda3-2022.05-Linux-x86_64.sh
$ sudo bash Anaconda3-2022.05-Linux-x86_64.sh
Press Enter
Press yes
/usr/anaconda3
Press yes
conda init
$ source /usr/anaconda3/bin/activate
$ conda init
$ source ~/.bashrc
$ du -h -s --apparent-size /usr/anaconda3/pkgs/
$ conda clean -p
conda package cleaning 후 conda가 정상 작동이 되지 않는다면 -all option 사용
$ conda clean -all