Fixing Temporary failure in name Resolution in Linux(Debian or Ubuntu based)
Step1: Check if /etc/resolv.conf file is empty or lacking permissions if it’s empty: create the file, sudo nano /etc/resolv.conf Then add, nameserver (your default gateway ip) If you don’t know what your default gateway is type in, ip r | grep default Or, simply add nameserver 8.8.8.8 and save the file Restart network manager, service network-manager restart for old distros […]