LoginSignup
2
1

More than 1 year has passed since last update.

AlmaLinux9でPowerToolsを使う方法

Posted at

OpenStackでやってたらハマりました。
RHEL9からcrbって名前になっているらしいです。

shell
[root@control manage]# dnf repolist --all | grep crb
crb                         AlmaLinux 9 - CRB                           disabled
crb-debug                   AlmaLinux 9 - CRB - Debug                   disabled
crb-source                  AlmaLinux 9 - CRB - Source                  disabled
[root@control manage]# dnf config-manager --set-enabled crb
[root@control manage]# dnf repolist --all | grep crb
crb                         AlmaLinux 9 - CRB                           enabled
crb-debug                   AlmaLinux 9 - CRB - Debug                   disabled
crb-source                  AlmaLinux 9 - CRB - Source                  disabled
[root@control manage]#
2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1