sudo apt-get install -y xx
-y:yes,在命令行交互提示中,直接輸入 yes
sudo add-apt-repository ppa:ubuntu-elisp/ppa
sudo apt-get update
sudo apt-get install emacs-snapshot emacs-snapshot-el
-f:解決包依賴的問(wèn)題
sudo apt-get -f install xx
--no-install-recommends參數(shù)來(lái)避免安裝非必須的文件,從而減小鏡像的體積
sudo apt-get -y install --no-install-recommends openresty
參考:
https://www.cnblogs.com/pswzone/archive/2012/04/09/2438885.html