ubuntu 命令

1. apt-get update

更新apt-get对应的应用库

2. apt-get install appname

安装app

3. apt-get remove appname

卸载app

4. dpkg -l | grep app

查看安装的app,   | grep app 是管道过滤

原文地址:https://www.cnblogs.com/haoshine/p/5582365.html