Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Package Request] - gpg-agent #791

Open
amarkum opened this issue Sep 6, 2024 · 3 comments
Open

[Package Request] - gpg-agent #791

amarkum opened this issue Sep 6, 2024 · 3 comments

Comments

@amarkum
Copy link

amarkum commented Sep 6, 2024

What package is missing from Amazon Linux 2023? Please describe and include package name.
gpg-agent

Is this an update to existing package or new package request?
new package request

Is this package available in Amazon Linux 2? If it is available via external sources such as EPEL, please specify.
yes

Any additional information you'd like to include. (use-cases, etc)
basically to have gpg decryption / encryption support, it looks for gpg-agent, which is not existing, the newer ariflow has gpg 2.7.X where it requires gpg-agent though we are using python-gnupg, i trier pinetary bypass but that does not work and it still searches for gpg-agent

@zcobol
Copy link

zcobol commented Sep 7, 2024

AL2023 comes with gnupg2-minimal only. If you want gpg-agent install gnupg2 package.

sudo dnf install --allowerasing gnupg2

@daniejstriata
Copy link

You want to:

dnf swap gnupg2-minimal.x86_64 gnupg2.x86_64

@elsaco
Copy link

elsaco commented Sep 9, 2024

FYI: under the hood dnf swap uses --allowerasing option to resolve package conflicts, so both commands mentioned above are doing exactly the same thing. Pick either one!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants