my Ubuntu Server 20.04 is running on a Raspberry Pi 4. Now for some reason I get the Error message: Failed to fetch <sources.list links> 404 Not Found [IP: <some_ip>]. I've tried some solutions but could not fix it.
Error Terminal Output (apt update):
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/focal/main/binary-arm64/Packages 404 Not Found [IP: 91.189.91.38 80]
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/focal-security/main/binary-arm64/Packages 404 Not Found [IP: 91.189.91.38 80]
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/focal-updates/main/binary-arm64/Packages 404 Not Found [IP: 91.189.91.38 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.
My sources.list file: (I have updated this list from a solution of this platform)
###### Ubuntu Main Repos
deb http://us.archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse
Ubuntu Update Repos
deb http://us.archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse
deb http://us.archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse
Ubuntu Partner Repo
deb http://archive.canonical.com/ubuntu focal partner
deb-src http://archive.canonical.com/ubuntu focal partner
lsb_release -a output:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.2 LTS
Release: 20.04
Codename: focal
uname -a output:
Linux ubuntu 5.4.0-1028-raspi #31-Ubuntu SMP PREEMPT Wed Jan 20 11:30:45 UTC 2021 aarch64 aarch64 aarch64 GNU/Linux
I will provide more information if needed and would be grateful for any support.
Greetings Finn
Before I tried to add a dpkg architecture with "dpkg --add-architecture i386". After reversing my actions with "dpkg --remove-architecture i386" everything worked just fine. Actually this raises another problem which is how to install SteamCMD on my server? I'm trying to install an ARK Server and regarding steam you have to run the command above. Maybe someone can help me furtherone. I would appreciate it.
Edit: aarch64 doesn't support x86 used by gameservers and the raspberry isn't even capable of handling a gameserver because of performance issues