mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 23:55:57 +03:00
[GH-ISSUE #664] Centos 7 Installation Broken #503
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Jul 10, 2018).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/664
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 doI also ran
yum install epel-releasefirst, still nothing.@ghost commented on GitHub (Jul 16, 2018):
Anyone?
@xtbing commented on GitHub (Apr 28, 2021):
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
================================================================================== 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"