retspen / webvirtmgr

WebVirtMgr panel for manage virtual machine
http://retspen.github.io
2.04k stars 536 forks source link

Centos 7 Installation Broken #664

Open ghost opened 6 years ago

ghost commented 6 years ago

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 commented 6 years ago

Anyone?

xtbing commented 3 years ago

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

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