- 開啟終端機輸入指令,編輯 sources.list 檔案
$ sudo nano /etc/apt/sources.list - 在檔案末端加入一行,以啟用 GetDeb repositor
deb http://archive.getdeb.net/ubuntu xenial-getdeb apps
存檔並關閉檔案 - 在終端機輸入指令,匯入 GetDeb GPG key
$ wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add - - 最後在終端機輸入指令,更新本機套件索引並安裝Ubuntu-Tweak
$ sudo apt update
$ sudo apt install ubuntu-tweak
2018年4月1日 星期日
如何在 Ubuntu 16.04 LTS 安裝 Ubuntu-Tweak
受歡迎的 Ubuntu-Tweak 專案已經正式在
2016 年 5 月初中止維護。現在如果你要在
Ubuntu 16.04 LTS 安裝 Ubuntu-Tweak,可經由第三方 GetDeb repository 完成。
2011年12月23日 星期五
如何解壓縮 rar 檔
ubuntu 本來就有預設的壓縮檔管理員 File Roller,但它不認識 rar 檔,所以需要額外安裝unrar,指令如下:
- sudo apt-get install unrar
訂閱:
文章 (Atom)