在 18.04(从 16.04 升级)python3 中安装后,我删除了 python2
sudo apt autoremove python2
sudo apt autoremove python2.7
我现在意识到这很愚蠢。但我不明白为什么 GIMP 现在不再工作了。再次安装 GIMP 就够了吗?我应该再次安装 python2 吗?
答案1
Ubuntu 18.04 的许多组件可能依赖于 Python 2.7。切勿删除 Ubuntu 中的默认 Python。
首先安装 python2
sudo apt install python
如果 GIMP 仍然无法工作,你可以使用以下命令重新安装它
sudo apt install --reinstall gimp