Category Archives: yum

Centos7可用国内阿里和网易base源/epel源

1、Base源 wget http://mirrors.aliyun.com/repo/Centos-7.repo wget http://mirrors.163.com/.help/CentOS7-Base-163.repo 2、安装epel源,epel源安装成功,比原来多了一个epel.repo和epel-testing.repo文件 yum install -y epel-release 换成阿里的源 wget -O /etc/yum.repos.d/epel-7.repo http://mirrors.aliyun.com/repo/epel-7.repo

Posted in LinuxBasic, yum | Tagged | Leave a comment

使用 Yum 搜索、罗列和显示软件包信息

使用 yum search <term> [more_terms] 命令,能够在已启用的软件包仓库中,对所有软件包的名称、描述和概述中进行搜索,最后,yum 会以显示符合合条件的搜索结果列表。 [root@n2 ~]# yum search java-1.8.0-openjdk Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirrors.aliyun.com * extras: mirrors.aliyun.com * updates: mirrors.aliyun.com ======================================================================================================== N/S matched: java-1.8.0-openjdk ======================================================================================================== java-1.8.0-openjdk.i686 : OpenJDK Runtime Environment … Continue reading

Posted in yum | Tagged | Leave a comment