balena-etcher-arm icon indicating copy to clipboard operation
balena-etcher-arm copied to clipboard

404 error and "no release file" error.

Open Botspot opened this issue 3 years ago • 2 comments

I am running Raspberry Pi OS 64-bit, and have run these commands:

pi@raspberrypi:~ $ curl -s https://packagecloud.io/install/repositories/swift-arm/etcher/script.deb.sh | sudo bash
Detected operating system as debian/buster.
Checking for curl...
Detected curl...
Checking for gpg...
Detected gpg...
Running apt-get update... done.
Installing debian-archive-keyring which is needed for installing 
apt-transport-https on many Debian systems.
Installing apt-transport-https... done.
Installing /etc/apt/sources.list.d/swift-arm_etcher.list...done.
Importing packagecloud gpg key... done.
Running apt-get update... done.

The repository is setup! You can now install packages.

The above output looks good to me. But below, when I run sudo apt update, issues appear:

sudo apt update
Hit:1 http://deb.debian.org/debian buster InRelease
Hit:2 http://deb.debian.org/debian-security buster/updates InRelease           
Hit:3 http://deb.debian.org/debian buster-updates InRelease                    
Hit:4 http://archive.raspberrypi.org/debian buster InRelease                   
Ign:5 https://packagecloud.io/swift-arm/etcher/debian buster InRelease         
Err:6 https://packagecloud.io/swift-arm/etcher/debian buster Release
  404  Not Found [IP: 54.193.34.251 443]
Reading package lists... Done                     
E: The repository 'https://packagecloud.io/swift-arm/etcher/debian buster Release' does not have a Release file.
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.

Any ideas?

Botspot avatar Oct 29 '20 21:10 Botspot

There are no 64bit versions, only releases for 32bit armhf at the moment. https://packagecloud.io/swift-arm/etcher

futurejones avatar Oct 29 '20 22:10 futurejones

Okay thank you. Surprisingly, it turns out your 64bit Ubuntu arm64 .deb file actually successfully installs on Raspberry Pi OS 64-bit.

So that's what I opted to use in my app store. Speaking of that, have you heard of my RPi app store called Pi-Apps? It has a lot of cool stuff in it which otherwise would be hard to find/install. And it currently has 13,000+ users.

Botspot avatar Oct 30 '20 01:10 Botspot