登入Ubuntu時,會提示安全性與非安全性更新。
既然是重要的安全性更新,如何設定自動安裝呢?
這部分需要透過 unattended-upgrades 套件來完成。
apt-get install unattended-upgrades apticron
安裝完成後,可下達以下指令來進行自動更新的啟用與否。
dpkg-reconfigure unattended-upgrades
按下 Yes 後,安全性的自動更新與安裝就完成囉∼
至於一般性非安全性更新,則可透過以下指令來完成。
#取得遠端更新伺服器的套件檔案清單
apt-get update
#列出系統中已安裝套件的可更新清單
apt-get -s upgrade
#更新系統中已安裝的套件
apt-get upgrade
#更新所有套件
apt-get -y dist-upgrade
#清除更新時所下載回來的更新(安裝)檔案
apt-get clean
#自動移除已不再使用的套件
apt-get autoremove
參考資料
啟用Ubuntu 自動安全更新與設定E-mail通知
Ubuntu的apt-get用upgrade還是dist-upgrade好?
Why use apt-get upgrade instead of apt-get dist-upgrade?
♥順子老婆的網拍,請多關照∼
If you don't like something, change it.
If you can't change it, change your attitude.
Don't complain!
|