Problem: when you try to install or update packages on AlmaLinux, you may face an error similar to this:
=======================================================================
Premium packages in your transaction require a subscription:
- package-name
To enable package installs, subscribe using the following link:
https://www.getpagespeed.com/repo-subscribe/XX.XX.XXX.XXX
=======================================================================
This error means that you’ve installed GetPageSpeed Linux Repository and the system tries to get the updates from it instead of the default / other repositories.
If you do not need this repository to be enabled, you can disable it with this command:
sudo dnf config-manager --set-disabled getpagespeed-extras
Or you can temporarily disable it when installing a specific package:
sudo dnf install package-name --disablerepo=getpagespeed-extras
Note that you must execute these commands with the root privileges. Once you completely disable the GetPageSpeed repository, you can try again updating the system or installing packages the usual way.