切换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
切换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
非特殊说明,本博所有文章均为博主原创。
如若转载,请注明出处:https://www.zhiq.cn/jiaocheng/239.html
评论已关闭