ros php api remove,ubuntu add/remove software by command Ubuntu
软件安装与删除相关命令 安装软件 命令: apt-get install softname1 softname2 softname3……卸载软件 命令: apt-get remove softname1 softname2 softname3……卸载并清除配置 命令: apt-get remove --purge softname1更新软件信息数据库 命令: apt-get update进行系统升...