Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
ysagade
5 months agoNew Contributor
Cannot install on Fedora 42
I followed the Linux installation guide section for Fedora to try and install like so: $ sudo rpm --import https://downloads.1password.com/linux/keys/1password.asc
$ sudo sh -c 'echo -e "[1passwor...
1P_Dave
Moderator
5 months agoHello ysagade! 👋
I'm sorry that you're running into an issue when installing 1Password using Fedora. I suspect that you're running into a known issue that our development team is investigating. Can you try these alternate commands instead:
- Add the key for the 1Password yum repository:
sudo rpm --import https://downloads.1password.com/linux/keys/1password.asc - Add the 1Password beta yum repository:
sudo sh -c 'echo -e "[1password]\nname=1Password Stable Channel\nbaseurl=https://downloads.1password.com/linux/rpm/stable/\$basearch\nenabled=1\ngpgcheck=1\nrepo_gpgcheck=1\ngpgkey=\https://downloads.1password.com/linux/keys/1password.asc\" > /etc/yum.repos.d/1password.repo' - Install 1Password: sudo dnf install 1password
Let me know if that works.
-Dave
#34633