Ubuntu
缺少終端和統一啟動器
我的 python 腳本包含
import matplotlib.pyplot as plt
不工作,我的一位同學建議刪除其中一個 python 包。(我的 dell ubuntu 12.04 桌面有兩個 python 程序 2.7 和 3)所以,我執行命令sudo apt-get remove python
. 現在我的終端和統一啟動器不見了。如何在不重新安裝的情況下恢復所有內容?我可以登錄tty
。先感謝您。
(PS 我知道刪除 python 是個壞主意)
嘗試
sudo apt-get install ubuntu-desktop
這應該安裝帶有所有依賴項的基本元包,但由於您使用的是 12.04,如果這不起作用,請嘗試:
sudo apt-get update && sudo apt-get dist-upgrade