0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

apt-get install 的参数

Posted at

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:解决包依赖的问题
sudo apt-get -f install xx

--no-install-recommends参数来避免安装非必须的文件,从而减小镜像的体积

sudo apt-get -y install --no-install-recommends openresty


参考:

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?