網頁

2016年1月12日 星期二

Ubuntu apt-get

Last Update: 2016/1/13 00:08+08



Intro

常用的指令
sudo apt-get install [package-name]



Content

軟體中心(apt-get)套件下載的.deb檔cache位置
/var/cache/apt/archives/


清除 apt-get cache 裡的套件
sudo apt-get clean


清除 apt-get cache 裡的過期套件
sudo apt-get autoclean 


移除套件
sudo apt-get --purge remove xxxxx
重新安裝套件
apt-get reinstall
sudo apt-get install --reinstall xxxxx





沒有留言:

張貼留言