[FIXED]Temporary failure resolving Error In Ubuntu

Опубликовано: 02 Июнь 2026
на канале: Slap Ya Administrator
3,314
17

Learn how to resolve these error message.

Err:9 http://security.ubuntu.com/ubuntu focal-updates/universe amd64 libasan5-armel-cross all 9.4.0-1ubuntu1~20.04.2cross2
Temporary failure resolving 'us.archive.ubuntu.com'
Err:10 http://security.ubuntu.com/ubuntu focal-updates/universe amd64 libstdc++6-armel-cross all 10.5.0-1ubuntu1~20.04cross1
Temporary failure resolving 'us.archive.ubuntu.com'
Err:11 http://security.ubuntu.com/ubuntu focal-updates/universe amd64 libubsan1-armel-cross all 10.5.0-1ubuntu1~20.04cross1
Temporary failure resolving 'us.archive.ubuntu.com'
Err:12 http://security.ubuntu.com/ubuntu focal-updates/universe amd64 libgcc-9-dev-armel-cross all 9.4.0-1ubuntu1~20.04.2cross2
Temporary failure resolving 'us.archive.ubuntu.com'
E: Failed to fetch http://security.ubuntu.com/ubuntu/poo... Temporary failure resolving 'us.archive.ubuntu.com'
E: Failed to fetch http://security.ubuntu.com/ubuntu/poo... Temporary failure resolving 'us.archive.ubuntu.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/p... Temporary failure resolving 'us.archive.ubuntu.com'
E: Failed to fetch http://security.ubuntu.com/ubuntu/poo... Temporary failure resolving 'us.archive.ubuntu.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/p... Temporary failure resolving 'us.archive.ubuntu.com'
E: Failed to fetch http://security.ubuntu.com/ubuntu/poo... Temporary failure resolving 'us.archive.ubuntu.com'
E: Failed to fetch http://security.ubuntu.com/ubuntu/poo... Temporary failure resolving 'us.archive.ubuntu.com'
E: Failed to fetch http://security.ubuntu.com/ubuntu/poo... Temporary failure resolving 'us.archive.ubuntu.com'
E: Failed to fetch http://security.ubuntu.com/ubuntu/poo... Temporary failure resolving 'us.archive.ubuntu.com'
E: Failed to fetch http://security.ubuntu.com/ubuntu/poo... Temporary failure resolving 'us.archive.ubuntu.com'
E: Failed to fetch http://security.ubuntu.com/ubuntu/poo... Temporary failure resolving 'us.archive.ubuntu.com'
E: Failed to fetch http://security.ubuntu.com/ubuntu/poo... Temporary failure resolving 'us.archive.ubuntu.com'
E: Failed to fetch http://security.ubuntu.com/ubuntu/poo... Temporary failure resolving 'us.archive.ubuntu.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/p... Temporary failure resolving 'us.archive.ubuntu.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/p... Temporary failure resolving 'us.archive.ubuntu.com'
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/p... Temporary failure resolving 'us.archive.ubuntu.com'
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?


Command featured in my video.

Updating your package lists
sudo apt-get update

Ping google.com
ping -c 4 google.com

Edit the resolv.conf file
sudo nano /etc/resolv.conf

Add the following lines in resolv.conf file.
nameserver 8.8.8.8
nameserver 8.8.4.4

#linux #ubuntu #shell