摘要: 软件安装与删除相关命令 安装软件 命令: apt-get install softname1 softname2 softname3…… 卸载软件 命令: apt-get remove softname1 softname2 softname3…… 卸载并清除配置 命令: apt-get remove --purge softname1 更新软件信息数据库 命令: apt-get update 进行系统升级 命令: apt-get upgrade 搜索软件包 命令: apt-cache search softname1 softname2 softname3…… Deb软件包相关安装与卸载 . 阅读全文
posted @ 2011-03-30 22:39 Kaffeeck 阅读(190) 评论(0) 推荐(0)