Ubuntu 软件包管理常用命令

命令 描述
apt-get update 更新软件包列表
apt-get install xxx 安装软件包
apt-get remove xxx 卸载软件包
apt-get purge xxx 卸载软件包并移除配置文件
apt-get purge --auto-remove xxx 卸载软件包和依赖并移除配置文件
apt-get autoremove 移除没有使用的依赖

你可能感兴趣的:(Ubuntu,Ubuntu,软件包管理,apt-get,常用命令)