1Password:Installasi di Arch Linux: Difference between revisions
Appearance
Created page with "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. <syntaxhighlight lang="bash"> curl -sS https://downloads.1password.com/linux/keys/1password.asc | gpg --import </syntaxhighlight> Now, run the git command to download the 1password package file from your system. <syntaxhighlight lang="bash"> git clone https://..." |
No edit summary |
||
| Line 25: | Line 25: | ||
{{DISPLAYTITLE:Installasi 1Password di Arch Linux}} | {{DISPLAYTITLE:Installasi 1Password di Arch Linux}} | ||
[[Category:Linux]] | |||
[[Category:Arch Linux]] | |||
[[Category:Tutorial]] | |||
[[Category:Software]] | |||
Revision as of 20:54, 18 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