webvirtmgr icon indicating copy to clipboard operation
webvirtmgr copied to clipboard

Centos 7 Installation Broken

Open ghost opened this issue 6 years ago • 2 comments

Trying to install on Centos 7.

Getting errors...

[root@localhost ~]# yum -y install http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm Loaded plugins: fastestmirror Cannot open: http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm. Skipping. Error: Nothing to do

I also ran yum install epel-release first, still nothing.

ghost avatar Jul 10 '18 18:07 ghost

Anyone?

ghost avatar Jul 16 '18 23:07 ghost

Anyone?

you can run "yum search epel-release" first on CentOS7

[root@localhost console]# yum search epel-release Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile

  • base: mirrors.aliyun.com
  • epel: mirrors.ustc.edu.cn
  • extras: mirrors.aliyun.com
  • updates: mirrors.aliyun.com ================================================================================== N/S matched: epel-release ================================================================================== epel-release.noarch : Extra Packages for Enterprise Linux repository configuration

Name and summary matches only, use "search all" for everything.

then ,you can install with "yum insall epel-release.noarch"

xtbing avatar Apr 28 '21 06:04 xtbing