I can't update Python on Ubuntu 16.04 LTS from my Python 3.5.2 to 3.8. I found an existing post here which shows how to update Python to 3.8. I tried those steps are follows:
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt install python3.8
However, after the third step, I get this error: