I’m encountering problems while trying to install MySQL on my Ubuntu 24.04 system. I’m located in Iran, and I’ve already tried changing the DNS, using a proxy, and updating the source list, but the issue persists.
Here’s what I did:
- Ran
sudo apt update
- Attempted to install MySQL using
sudo apt install mysql-server
However, I received the following errors:
Err:1 http://security.ubuntu.com/ubuntu noble-updates/main amd64 mysql-client-core-8.0 amd64 8.0.37-0ubuntu0.24.04.1 404 Not Found [IP: 10.201.176.243 80] Err:2 http://security.ubuntu.com/ubuntu noble-updates/main amd64 mysql-client-8.0 amd64 8.0.37-0ubuntu0.24.04.1 404 Not Found [IP: 10.201.176.243 80] Err:3 http://security.ubuntu.com/ubuntu noble-updates/main amd64 mysql-server-8.0 amd64 8.0.37-0ubuntu0.24.04.1 404 Not Found [IP: 10.201.176.243 80] E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/m/mysql-8.0/mysql-client-core-8.0_8.0.37-0ubuntu0.24.04.1_amd64.deb 404 Not Found [IP: 10.201.176.243 80] E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/m/mysql-8.0/mysql-client-8.0_8.0.37-0ubuntu0.24.04.1_amd64.deb 404 Not Found [IP: 10.201.176.243 80] E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/m/mysql-8.0/mysql-server-8.0_8.0.37-0ubuntu0.24.04.1_amd64.deb 404 Not Found [IP: 10.201.176.243 80] E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
I’ve also tried running sudo apt-get update and using the –fix-missing flag, but these steps didn’t resolve the issue.
Has anyone faced a similar problem or have any suggestions on how to fix this?
Thanks in advance for your help!