conda update --prefix /home/name/anaconda anaconda
Or:
conda update conda
conda update anaconda
ERROR
If that throws error:
ImportError: libffi.so.6: cannot open shared object file: No such file or directory
Then one can fix it with:
download
And install it with:
http://mirrors.kernel.org/ubuntu/pool/main/libf/libffi/libffi6_3.2.1-8_amd64.deb
sudo apt install ./libffi6_3.2.1-8_amd64.deb