yum 命令

查看yum安装软件包

命令:yum list|grep java

查看yum位置

命令:whereis yum

yum: /usr/bin/yum /etc/yum.conf /etc/yum /usr/share/man/man8/yum.8.gz

查看yum配置文件

命令:cat /etc/yum.conf

[root@zjm_111_57 yum]# cat /etc/yum.conf
[main]
cachedir=/var/cache/yum
keepcache=0
debuglevel=2
logfile=/var/log/yum.log
distroverpkg=redhat-release
tolerant=1
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1

# Note: yum-RHN-plugin doesn't honor this.
metadata_expire=1h

# Default.
# installonly_limit = 3

# PUT YOUR REPOS HERE OR IN separate files named file.repo
# in /etc/yum.repos.d

------------------------------------------------------------------------------------------------------------

cachedir=/var/cache/yum
是目录

 

 

 

 

 

你可能感兴趣的:(yum)