因此,我尝试从我的 ubuntu 20.04 中卸载 python,因此,我输入了以下命令
sudo apt-get remove python3
并且删除了 Terminal 和许多其他软件。如何撤消此操作?
答案1
最好的和推荐的方法是备份 /home 并重新安装最新版本的 ubuntu 或 LTS 版本
如果你想尝试一些东西
正如答案所述
首先打开一个tty
ctrl + alt + f5
使用你的 sudo 账户登录
然后运行以下命令
sudo apt install *python3-all*
# downloads all python 3 things again
sudo apt install --reinstall ubuntu-desktop^
# Downloads all the *default* softwares back
sudo apt-get update
# update
sudo apt-get upgrade
# upgrade
sudo apt install gnome-terminal
# Get the default gui terminal back
sudo apt install gnome-software
# Get the software app back