
ubuntu常用软件包deb的安装与卸载
主要用到apt-get dpkg两个命令: 1. 快速使用 安装软件 apt-get install softname1 softname2 softname3…… 卸载软件 apt-get remove softname1 softname2 softname3…… 卸载并清除配置 apt-get remove –purge softname1 更新软件信息数据库apt-get update
主要用到apt-get dpkg两个命令: 1. 快速使用 安装软件 apt-get install softname1 softname2 softname3…… 卸载软件 apt-get remove softname1 softname2 softname3…… 卸载并清除配置 apt-get remove –purge softname1 更新软件信息数据库apt-get update