Linux

如何在 CentOS 8 中啟用 PowerTools 儲存庫?

  • August 12, 2021

由於我很難找到如何在任何地方執行此操作,我想問一下,

如何在 CentOS 8 中啟用 PowerTools 儲存庫?(相當於 RHEL 8 中的 CodeReady Linux Builder 儲存庫)

您可以使用以下命令啟用它:

yum install dnf-plugins-core

進而:

yum config-manager --set-enabled powertools

或者:

yum config-manager --set-enabled PowerTools

您也可以/etc/yum.repos.d/CentOS-PowerTools.repo使用文本編輯器打開並設置enabled=1而不是0'.

執行yum repolist,你會看到它。

編輯:

回購現在powertools而不是PowerTools使用yum. 存在一個錯誤,因此開發人員可能會將其設置回之前的狀態,這就是列出兩者的原因。回購文件仍然具有相同的名稱。

引用自:https://serverfault.com/questions/997896