Jump to content

1Password:Installasi di Arch Linux: Difference between revisions

From Wiki
No edit summary
 
Line 24: Line 24:
*[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]


{{DISPLAYTITLE:Installasi 1Password di Arch Linux}}
[[Category:Linux]]
[[Category:Linux]]
[[Category:Arch Linux]]
[[Category:Arch Linux]]
[[Category:Tutorial]]
[[Category:Tutorial]]
[[Category:Software]]
[[Category:Software]]

Latest revision as of 00:32, 19 November 2022

Installing the 1password tool on an Arch or Arch-based Linux requires the root privilege and the basic knowledge of Git. First, run the following cURL command to get the GPG key of 1password for the Arch system.

curl -sS https://downloads.1password.com/linux/keys/1password.asc | gpg --import

Now, run the git command to download the 1password package file from your system.

git clone https://aur.archlinux.org/1password.git

When the download finishes, run the following commands to install the 1password tool on your Arch Linux system.

cd 1password
makepkg -si

Source