1Password:Installasi di Fedora: Difference between revisions
Appearance
Created page with "If you’re using a Fedora workstation or a Red Hat-based Linux system, you need to run the following rpm command on your shell to import the GPG keys of 1password on your machine. <syntaxhighlight lang="bash"> sudo rpm --import https://downloads.1password.com/linux/keys/1password.asc </syntaxhighlight> Now, run the following echo command to get the updated 1password repository for your Red Hat/Fedora system. <syntaxhighlight lang="bash"> sudo sh -c 'echo -e "[1passwo..." |
No edit summary |
||
| Line 23: | Line 23: | ||
==Source== | ==Source== | ||
*[https://www.ubuntupit.com/how-to-install-and-set-up-1password-on-linux-desktop/ ubuntupit.com] | *[https://www.ubuntupit.com/how-to-install-and-set-up-1password-on-linux-desktop/ ubuntupit.com] | ||
[[Category:Linux]] | |||
[[Category:Fedora]] | |||
[[Category:Tutorial]] | |||
[[Category:Software]] | |||
Revision as of 20:49, 18 November 2022
If you’re using a Fedora workstation or a Red Hat-based Linux system, you need to run the following rpm command on your shell to import the GPG keys of 1password on your machine.
sudo rpm --import https://downloads.1password.com/linux/keys/1password.asc
Now, run the following echo command to get the updated 1password repository for your Red Hat/Fedora system.
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'
Finally, run the following DNF/YUM command on the terminal shell to install the 1password tool on your Linux system. If you’re using an upgraded Fedora workstation, you can also run the YUM on the shell.
sudo dnf install 1password
sudo yum install 1password