Greetings:
I am attempting to install ASL3 on Raspberry Pi OS, not the Raspberry Pi image.
Linux ampersand 6.12.75+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.12.75-1+rpt1 (2026-03-11) aarch64 GNU/Linux
I set this up for testing ampersand-asl initially, but I want to also run ASL3 on the same image. Not both at the same time. I guess I could have just used the ASL3 Raspberry Pi image, stopped allmon3 and asterisk, and run Ampersand on that image, but I wasn't planning on that initially.
I added the ASL package repo, like so:
cd /tmp
wget https://repo.allstarlink.org/public/asl-apt-repos.deb13_all.deb
sudo dpkg -i asl-apt-repos.deb13_all.deb
sudo apt update
and this is what I get. I don't know where armhf is coming from.
root@ampersand:/tmp# apt update
Hit:1 http://deb.debian.org/debian trixie InRelease
Hit:2 http://deb.debian.org/debian trixie-updates InRelease
Hit:3 http://deb.debian.org/debian-security trixie-security InRelease
Hit:4 http://archive.raspberrypi.com/debian trixie InRelease
Get:6 https://pkgs.tailscale.com/stable/debian trixie InRelease
Hit:7 https://repo.allstarlink.org/public trixie InRelease
Hit:5 https://packagecloud.io/ookla/speedtest-cli/debian trixie InRelease
Fetched 6,582 B in 3s (2,081 B/s)
Reading package lists... Error!
Notice: Skipping acquire of configured file 'main/binary-armhf/Packages' as repository 'https://repo.allstarlink.org/public trixie InRelease' doesn't support architecture 'armhf'
Error: Unable to parse package file /var/lib/apt/lists/repo.allstarlink.org_public_dists_trixie_main_binary-arm64_Packages (1)
Warning: You may want to run apt-get update to correct these problems
Error: The package cache file is corrupted
root@ampersand:/tmp#
What am I missing here?