1Password:Installasi di Arch Linux
Appearance
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