Install problem on Raspberry PI 4G 32bit

Hubert Figuiere hub at figuiere.net
Fri Nov 5 12:26:56 UTC 2021


On 2021-11-04 4:47 p.m., bsloannyc wrote:
> Result. I have Internet Connectivity.  How do I resolve?
> 
> Thanks!
> 
> 
> Err:1 http://raspbian.raspberrypi.org/raspbian buster/main armhf
> libappstream-glib8 armhf 0.7.14-1
>    404  Not Found [IP: 93.93.128.193 80]
> Err:2 http://raspbian.raspberrypi.org/raspbian buster/main armhf flatpak
> armhf 1.2.4-1
>    404  Not Found [IP: 93.93.128.193 80]
> Err:3 http://raspbian.raspberrypi.org/raspbian buster/main armhf
> p11-kit-modules armhf 0.23.15-2
>    404  Not Found [IP: 93.93.128.193 80]
> Err:4 http://raspbian.raspberrypi.org/raspbian buster/main armhf p11-kit
> armhf 0.23.15-2
>    404  Not Found [IP: 93.93.128.193 80]
> 

Two things.

1. these are the servers from the Raspberry Pi foundation, not the 
flatpak project. Maybe you need to `apt update` first, as the error is 
that it can't find the package on the server (ie definitely you have 
network connectivity)

2. flatpak on an ARM 32-bits isn't really supported anymore. To be more 
accurate, *Flathub* dropped support for arm32 with the 20.08 runtime 
(August 2020), so it's kind of moot to install flatpak without a 
repository of applications to install from.

If you have the 64-bits OS which runs fine on a Pi 4, it should be better.

Hub


More information about the Flatpak mailing list