切换root用户
sudo -i

查看当前目录
pwd

返回上级目录
cd --

搜索软件包
apt-cache search python | grep python3

卸载python3.6
apt remove python3.6

删除命令
apt purge python3-minimal

安装python3.8
apt install python3.8