在CentOS 8/Rhel 8上启用Powertools存储库
时间:2020-02-23 14:30:23 来源:igfitidea点击:
如何在CentOS 8/Rhel 8 Linux机器上启用PowerTools存储库?
在CentOS 8/Rhel 8 Linux上,默认情况下不会启用PowerTools存储库。
此存储库包含许多需要在安装其他应用程序时作为依赖项所需的包,以及从源代码中构建应用程序的依赖项。
Powertools中的一些包是:
device-mapper-devel
kmod-devel
lame-devel
maven-common
mariadb-common
mingw64 and mesa packages
opencv
perl-*
parted-devel
xorg-x11-server-devel
能够在CentOS 8/Rhel 8上启用PowerTools存储库,从命令行界面启用。
首先安装DNF插件包:
sudo dnf -y install dnf-plugins-core
安装EPEL存储库 - PowerTools存储库和epel存储库是最好的朋友。
因此,也可以启用EPEL存储库。
sudo dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
在CentOS 8/RHEL 8上启用Powertools存储库:
sudo dnf config-manager --set-enabled PowerTools
确认它已启用:
$sudo dnf repolist Last metadata expiration check: 0:00:44 ago on Fri 24 Apr 2017 09:00:56 PM CEST. repo id repo name status AppStream CentOS-8 - AppStream 4,830 BaseOS CentOS-8 - Base 1,661 PowerTools CentOS-8 - PowerTools 1,456 ceph-nautilus Ceph=Nautilus 119 *epel Extra Packages for Enterprise Linux 8 - x86_64 5,335 extras CentOS-8 - Extras 15
我们现在可以在CentOS 8/Rhel 8 Linux系统上安装来自Powertools存储库的软件包。