[LINUX] Apache installation fails on CentOS 8.2

I personally got stuck, so make a note

# dnf install httpd
error:
problem: package httpd-2.4.37-21.module_el8.2.0+494+1df74eae.x86_64 requires system-logos-httpd, but none of the providers can be installed
  - conflicting requests
  - package centos-logos-httpd-80.5-2.el8.noarch is filtered out by exclude filtering
(To skip non-installable packages'--skip-broken'Or try adding'--nobest'Do not use only the best candidate packages)

Cause

It seems that the cause is that CentOS 8.2 2004 version of system-logos-httpd has not been uploaded to AppStream, remi, epel, Raven yet and can not be installed from the dnf command.

Coping

Download the rpm file from here https://rpmfind.net/linux/rpm2html/search.php?query=system-logos-httpd

Transfer to / home / hogehome with FTP tool and install

# rpm -ivh centos-logos-httpd-80.5-2.el8.noarch.rpm

When I tried to install Apache again, I was able to install it.

Recommended Posts

Apache installation fails on CentOS 8.2
Installation on CentOS8 VirtualBox
What to do if SciPy installation fails on CentOS
If Python 3.5.0 installation fails on Mac
centOS 7 installation error
Installation of CentOS 8
PHP installation (CentOS 8)
Installation of psutil fails on MacOS Cataline
How to install Apache (httpd) on CentOS7
How to install Apache (httpd) on CentOS8
CentOS 7 + ffmpeg installation
Install Faiss on CentOS 7
Install Python3.4 on CentOS 6.6
numba installation on mac
Python 2.7 installation (yum) (CentOS 6.8)
Install mecab-python on CentOS
Install Python 2.7.3 on CentOS 5.4
Install awscli on centos7
Install Chainer on CentOS 6.7
Python 3.5 installation (yum) (CentOS 6.8)
Torque setup on CentOS 6
python (pyenv + pyenv-virtualenv) + CentOS7 installation
CentOS 8 installation procedure (latest version)
Docker Easy Installation Procedure (CentOS)
Until docker-compose up on CentOS7
Implemented retina net on CentOS
Anaconda environment construction on CentOS7
Install ImageMagick-6.2.x series on CentOS7.7
Install Python 3.8 on CentOS 7 (SCL)
Fastest Python installation on Windows
Simple traffic monitor on CentOS
Install Chrome on CentOS 7 series
HDD installation on Slax's Virtualbox
Install Python 3.8 on CentOS 8 (AppStream)
NTP (Chrony) installation method (CentOS8)
Notes on installing Python on CentOS
To deploy Java application on VPS (Apache / Tomcat installation / linkage)
Environment construction of monitoring server Zabbix 4.4 on CentOS7 (Apache2.4 / PHP5.4 / MariaDB5.5)
Steps to install MySQL 8.0 on CentOS 8.1
Python 3.4 pyvenv fails on Ubuntu 14.04 LTS
Pip install --ugrade pip fails on Windows
raspberry pi 4 centos7 install on docker
Easy installation of OpenCV on RaspberryPi 3+
Steps to install VirtualBox on CentOS
Getting started on Docker Apache Hadoop
Install java (Oracle JDK14) on CentOS7
[Linux] I installed CentOS on VirtualBox
How to install PyPy on CentOS
Until PythonCGI runs on UbuntuServer18.04 + Apache2
Set up Python environment on CentOS
OpenCV installation procedure on Raspberry Pi
How to install TensorFlow on CentOS 7
Install pip on CentOS7. Also iPython.
Create a python environment on centos
Install VirtualBox on CentOS 7 on VirtualBox (mac + vagrant)
Install Python on CentOS using Pyenv
Teamviewer for Linux installation procedure (CentOS)
How to install Maven on CentOS
Build a python3 environment on CentOS7
Study Note 9_Install Jenkins on CentOS7
Install Python on CentOS using pyenv