Forum Discussion

XIII's avatar
XIII
Super Contributor
4 years ago

CLI 2.0 fails to install on Raspberry Pi: 403 Forbidden [IP: 18.64.103.58 443]

When following the Apt guide CLI 2.0 fails to install on Raspberry Pi:


➜ sudo apt update && sudo apt install 1password-cli
Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
Hit:3 https://deb.nodesource.com/node_16.x bullseye InRelease
Err:4 https://downloads.1password.com/linux/debian/armhf stable InRelease
403 Forbidden [IP: 18.64.103.58 443]
Reading package lists... Done
E: Failed to fetch https://downloads.1password.com/linux/debian/armhf/dists/stable/InRelease 403 Forbidden [IP: 18.64.103.58 443]
E: The repository 'https://downloads.1password.com/linux/debian/armhf stable InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.


1Password Version: CLI 2.0.0
Extension Version: n/a
OS Version: Raspberry Pi OS (bullseye)

11 Replies

  • Former Member's avatar
    Former Member

    This may be caused by a bug in our installation instructions. Do you mind printing out this command and letting me know?

    echo $(dpkg --print-architecture)

    We use that line to determine the architecture, but only support amd64, 386, arm, and arm64. I have a feeling it is going to print armhf on your machine.

    Depending on your OS, you can try replacing the $(dpkg --print-architecture) statements in the instructions with either arm or arm64. From my very recent Google search, it looks like Raspberry Pi 3 and above are 64 bit.

    Thanks for reporting this, it is very helpful in improving our installation docs for all users.