User story #25678
closedDocument how to install plugins on Amazon 2023
Description
The rudder package command has a dependency to the "gpgv" binary.
On Amazon Linux, the command is provided in the "gnupg2" package, which is a dependency for the "rudder-server" package.
The issue is that Amazon Linux 2023 comes with "gnupg2-minimal" which provides a dangling symlink on "gnupg2", which means that the packages fulfill the "gnupg2" dependency without providing the expected command.
For more detail see the open issue https://github.com/amazonlinux/amazon-linux-2023/issues/414
To be able to install rudder plugins using the "rudder package" on Amazon Linux 2023, run the following command before running any "rudder package install" command:sudo dnf swap gnupg2-minimal gnupg2
Updated by Félix DALLIDET about 1 month ago
- Status changed from New to In progress
- Assignee set to Félix DALLIDET
Updated by Félix DALLIDET about 1 month ago
- Status changed from In progress to Pending technical review
- Assignee changed from Félix DALLIDET to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder-doc/pull/1060
Updated by Félix DALLIDET about 1 month ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-doc|ca08aaf7cbd699be757ec8920736dafd0d40cf77.
Updated by Vincent MEMBRÉ 13 days ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 8.1.8 and 8.2.1 which were released today.