1Password:Installasi di Arch Linux

Revision as of 00:32, 19 November 2022 by Kangtain (talk | contribs) (Source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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