- yum repolist all -- 列出所有仓库
- yum list all -- 列出仓库中所有软件包
- yum info package-name -- 查看软件包信息
- yum install package-name -- 安装软件包
- yum reinstall package-name -- 重新安装
- yum update package-name -- 升级
- yum remove package-name -- 卸载/移除
- yum clean all -- 清楚所有 repo 缓存
- yum ckeck-update -- 检查可更新的包
- yum grouplist -- 查看系统中已安装的包组
- yum groupinstall package-group -- 安装指定的包组
- yum groupremove package-group -- 卸载/移除包组
- yum groupinfo package-group -- 查看包组信息
相关文章
- 10-09Firebug Command Line
- 10-09GPO Schedule Task CMD Command
- 10-09【413】C 语言 Command line
- 10-09“-bash: svn: command not found”
- 10-09bzr: ERROR: These branches have diverged. Use the missing command to see how.
- 10-09# command-line-arguments .\main.go:5:4: no new variables on left side of :=
- 10-09command----常用命令更新ing
- 10-09解决Another app is currently holding the yum lock; waiting for it to exit...问题
- 10-09xcode10对应的xcode command line tool编译的坑
- 10-09利用yum下载软件包的三种方法