apt-get用法小記

RAYSUNNNY發表於2014-04-17
apt-get常見使用命令
更新本機中的資料庫快取
sudo apt-get update

安裝軟體
sudo apt-get install packagename
一些有用的選項:

-h  This help text.

-d  Download only - do NOT install or unpack archives

-f  Attempt to continue if the integrity check fails

-s  No-act. Perform ordering simulation

-y  Assume Yes to all queries and do not prompt


-u  Show a list of upgraded packages as well

查詢包含某個關鍵字的軟體包
sudo apt-get search

解除安裝軟體
1:sudo apt-get install packagename-       這後面有一個‘-’代表解除安裝
2:sudo apt-get remove  packagename  
這會解除安裝相應的軟體,同時也會解除安裝依賴的部分,沒辦法指定不解除安裝依賴的。但是軟體的配置檔案還是會留在系統中


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29227735/viewspace-1143983/,如需轉載,請註明出處,否則將追究法律責任。

相關文章