基本命令了解
yum软件处理命令
格式
yum clean all
yum install 软件名
clean all | 清除原有yum缓存 |
---|---|
repolist | 列出仓库信息 |
install software | 安装 --skip broken跳过依赖性文件 |
update | 更新(一般不用) |
list software | 重新安装 |
list all | 查看所有软件 |
list installed | 列出已经安装的软件 |
list available | 列出可安装软件 |
reinstall software | 重新安装 |
remove software | 卸载 |
info software | 查看软件信息 |
search software | 信息 根据软件信息查找软件 |
whatprovides file | 根据文件找出包含此文件的软件 |
history | 查看系统中软件管理信息 |
history info | 数字 对该数字为id的信息进行显示 |
groups list | 列出软件组 |
groups info | 查看软件组的信息 |
groups install sfgroup | 安装软件组 |
groups remove sfgroup | 卸载软件组 |
常用的安装命令 yum insta