1. Home
  2. Docs
  3. 笔记Linux
  4. 系统服务
  5. 安装与卸载

安装与卸载

apt-get

安装

询问的时候默认yes

方法1 apt-get -y install <some-packages>...

方法2 yes | apt-get install

卸载

格式
sudo autoremove [软件名]
示例
sudo autoremove nginx
sudo apt-get remove mysql-* # 卸载mysql

Tags
Was this article helpful to you? Yes No

How can we help?