导读 Yum是在Linux CentOS 上使用的软件包管理系统。它负责/etc/yum.repos.d/定义的源镜像存储库管理软件包以其依赖关系,在这篇文章中,我们将介绍一些常用和有用的yum命令


1.安装yum包:

$ yum install PACKAGE_NAME

2.取出yum包装:

$ yum remove PACKAGE_NAME

3.重新安装一个yum包:

$ yum reinstall PACKAGE_NAME

4.搜索yum包:

$ yum search PACKAGE_NAME

5.显示yum包的信息:

$ yum info PACKAGE_NAME

6.更新安装的yum包:

$ yum update

7.更新具体的yum包:

$ yum update PACKAGE_NAME

8.显示yum历史:

$ yum history

9.显示已启用的yum存储库的列表:

$ yum repolist

10.找出哪个yum包提供了一个特定的文件(例如:/usr/bin/nc)):

$ yum whatprovides "*bin/nc"

11.清除yum缓存:

$ yum clean all

完结。

原文来自:https://renwole.com/archives/780

本文地址:https://www.linuxprobe.com/centos7-yum.html编辑:何云艳,审核员:逄增宝

本文原创地址:https://www.linuxprobe.com/centos7-yum.html编辑:向云艳,审核员:暂无