본문 바로가기
Ubuntu

How to solve Error "Failed to fetch http://security.ubuntu.com/ubuntu/dists/bionic-security/main/binary-armhf/Packages 404 Not Found"

by yongee97 2023. 3. 26.

https://askubuntu.com/questions/705895/how-to-fix-a-failed-to-fetch-binary-armhf-packages-error-during-apt-get-update

 

How to fix a "Failed to fetch binary-armhf/Packages" error during apt-get update?

When I run sudo apt-get update I get the following error: W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/main/binary-armhf/Packages 404 Not Found [IP: 91.189.91.15 80] E: Some...

askubuntu.com

 

 

1. See whether armhf is installed

dpkg --print-foreign-architectures

If you can see "armhf" from output, proceed to 2

 

 

2. remove armhf

sudo dpkg --remove-architecture armhf