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

Fedora/RHEL installation not working - GPG key path incorrect #632

Closed
ondrej-ivanko opened this issue Jul 25, 2024 · 2 comments
Closed

Fedora/RHEL installation not working - GPG key path incorrect #632

ondrej-ivanko opened this issue Jul 25, 2024 · 2 comments

Comments

@ondrej-ivanko
Copy link

The installation instructions for Fedora are not working

https://repo.charm.sh/yum/gpg.key - this url does not contain GPG key

Installation fails with Error: GPG check FAILED -> sudo dnf install glow. Yum is not recommended anymore for a long time

Having this in /etc/yum.repos.d/ in charm.repo does not help:

[charm]
name=Charm
baseurl=https://repo.charm.sh/yum/
enabled=1
gpgcheck=1
gpgkey=https://repo.charm.sh/yum/gpg.key'

even if I remove last two rows, I guess the dnf packaging tool still required gpg keys on side of repo during installation

Setup

  • Fedora 39
@caarlos0
Copy link
Member

Hey!

I just tried the instructions in the readme:

echo '[charm]
name=Charm
baseurl=https://repo.charm.sh/yum/
enabled=1
gpgcheck=1
gpgkey=https://repo.charm.sh/yum/gpg.key' | sudo tee /etc/yum.repos.d/charm.repo
sudo yum install glow

On a new fedora container, and it worked fine.

I don't remember if we changed anything related to this since your issue was open, but since I can't reproduce it, I'm gonna close it.

feel free to comment if you still have issues!

Cheers ;)

@ondrej-ivanko
Copy link
Author

ondrej-ivanko commented Jan 28, 2025

Hi, thanks. I managed to finish installation with dnf install glow. I think because the GPG was finally available here gpgkey=https://repo.charm.sh/yum/gpg.key'

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

2 participants