GNU/Linux >> LINUX-Kenntnisse >  >> Cent OS

Fehlerbehebung „Unable to find a match:policycoreutils-python“ unter RHEL/CentOS 8

Beim Versuch, GitLab unter CentOS 8 zu installieren, ist der folgende Fehler aufgetreten:Unable to find a match: policycoreutils-python . Unten ist die Momentaufnahme des Fehlers. Dieser Artikel hilft Ihnen, den Fehler zu beheben:Unable to find a match:policycoreutils-python .

[root@centos8 ~]# yum install -y curl policycoreutils-python openssh-server perl
Last metadata expiration check: 1:43:22 ago on Mon 07 Mar 2022 10:19:17 AM IST.
Package curl-7.61.1-22.el8.x86_64 is already installed.
No match for argument: policycoreutils-python
Package openssh-server-8.0p1-10.el8.x86_64 is already installed.
Error: Unable to find a match: policycoreutils-python

So beheben Sie das Problem, dass keine Übereinstimmung gefunden werden kann:policycoreutils-python unter CentOS 8

Das Paket policycoreutils-python ist für CentOS 7 und kann nicht auf CentOS 8 installiert werden. Es wurde in policycoreutils-python-utils umbenannt auf CentOS 8. Policycoreutils-python-utils -Paket enthält die Verwaltungstools zum Verwalten einer SELinux-Umgebung. Unten ist der richtige yum-Befehl zum Installieren von policycoreutils-python-utils auf CentOS 8.

[root@centos8 ~]# yum install policycoreutils-python-utils
Last metadata expiration check: 2:01:00 ago on Mon 07 Mar 2022 10:19:17 AM IST.
Dependencies resolved.
==============================================================================================================================
Package Architecture Version Repository Size
==============================================================================================================================
Installing:
policycoreutils-python-utils noarch 2.9-16.el8 baseos 251 k

Transaction Summary
==============================================================================================================================
Install 1 Package

Total download size: 251 k
Installed size: 138 k
Is this ok [y/N]: y
Downloading Packages:
policycoreutils-python-utils-2.9-16.el8.noarch.rpm 272 kB/s | 251 kB 00:00
------------------------------------------------------------------------------------------------------------------------------
Total 139 kB/s | 251 kB 00:01
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Preparing : 1/1
Installing : policycoreutils-python-utils-2.9-16.el8.noarch 1/1
Running scriptlet: policycoreutils-python-utils-2.9-16.el8.noarch 1/1
Verifying : policycoreutils-python-utils-2.9-16.el8.noarch 1/1

Installed:
policycoreutils-python-utils-2.9-16.el8.noarch

Complete!

Das ist es!


Cent OS
  1. So installieren Sie Pip unter CentOS 8 / RHEL 8

  2. CentOS / RHEL :So finden Sie die UUID eines Geräts oder Dateisystems

  3. „lsb_release:Befehl nicht gefunden“ – Fix in CentOS/RHEL

  4. So finden Sie die ursprüngliche Version des Installations-Betriebssystems in CentOS/RHEL

  5. CentOS / RHEL 6 :Wie finde ich meinen aktuellen Runlevel?

So installieren Sie YUM auf RHEL 8 / CentOS 8

So installieren Sie mongodb auf RHEL 8 / CentOS 8

So installieren Sie Maven auf RHEL 8 / CentOS 8

So installieren Sie cpan auf RHEL 8 / CentOS 8

So installieren Sie Ruby auf RHEL 8 / CentOS 8

So installieren Sie Docker CE auf RHEL 8 / CentOS 8