Project

General

Profile

Actions

User story #25678

open

Document how to install plugins on Amazon 2023

Added by Félix DALLIDET 3 days ago. Updated 3 days ago.

Status:
Pending release
Priority:
N/A
Category:
Documentation
Target version:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
To do
Fix check:
To do
Regression:
No

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

Actions

Also available in: Atom PDF