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
'Ubuntu' 카테고리의 다른 글
[Ubuntu] 한글 설치 (0) | 2024.04.14 |
---|---|
[Ubuntu] Tree 명령어 사용법 (0) | 2023.08.16 |
Terminator 사용 시 Ctrl+Shift+e 를 활용한 화면 분할이 안되는 경우 / 이모지 비활성화 (0) | 2023.03.25 |
[Udev] Udev Rules 적용 (0) | 2023.03.06 |
[Ubuntu]Cmake 버전 Upgrade 방법 (0) | 2023.01.30 |