Skip to content

Latest commit

 

History

History
51 lines (44 loc) · 1.46 KB

File metadata and controls

51 lines (44 loc) · 1.46 KB
aliases category classification date date_modified draft id image links local_archive_links pinned print series tags title type
1password-repository-error-on-fedora
fedora
public
2025-02-19 01:44:49 -0800
2025-02-19 01:44:49 -0800
false
20250219094449
attachments/1password_repository_error_on_fedora.html
false
false
fedora
dnf
yum
repository
1password
key
signature
1Password Repository Error on Fedora
tech-note

After a new install of Fedora (v41), I was getting an annoying error after installing 1Password, following the instructions here.

The error is shown below.

Failed to search for file: cannot update repo '1password': repomd.xml GPG signature verification error: Signing key not found

I found this page with the following solution:

This sounds ridiculous-- but I was able to get the 1password repo file to work by just removing the quotes around the gpgfile value.

So I updated /etc/yum.repos.d/1password.repo to remove the quotes surrounding gpgkey and... it worked! Weird.

$ cat /etc/yum.repos.d/1password.repo
[1password]
name=1Password Stable Channel
baseurl=https://downloads.1password.com/linux/rpm/stable/$basearch
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://downloads.1password.com/linux/keys/1password.asc