Ubuntu 12.04找不到software source
阿新 • • 發佈:2018-12-04
Ubuntu 12.04無法像Ubuntu 11.04或11.10一樣在system settings裡面找到software source,但在synaptic(新立得軟體包,不知為啥系統沒有自帶這個神器,所以要自己手動安裝:sudo apt-get install synaptic)裡面能看見系統已經安裝了software-properties-gtk了,那為什麼還是看不到software source呢?
在網上找了一下,找到了解決方法:(from:Software Sources not found in Unity Dash Search)
(1)複製software sources的桌面檔案到本地應用程式資料夾:
- mkdir -p ~/.local/share/applications
- cp /usr/share/applications/software-properties-gtk.desktop ~/.local/share/applications/
(2)編輯這個桌面檔案:
- gedit ~/.local/share/applications/software-properties-gtk.desktop
把
- NoDisplay=true
改成
- NoDisplay=false
(3)儲存,再logout一下就ok啦!