I'm trying to run 'ifconfig', but I don't have it installed. When I run
I get an error that the IP address isn't found for the repository:
This is followed by instructions (i think), which I don't fully understand.
Any suggestions or explanations would be greatly appreciated.
Code:
sudo apt install net-tools
Code:
Err:6 http://us.archive.ubuntu.com/ubuntu groovy Release 404 Not Found [IP: 91.189.91.39 80] Err:7 http://us.archive.ubuntu.com/ubuntu groovy-updates Release 404 Not Found [IP: 91.189.91.39 80] Err:8 http://us.archive.ubuntu.com/ubuntu groovy-backports Release 404 Not Found [IP: 91.189.91.39 80] Err:9 http://us.archive.ubuntu.com/ubuntu groovy-security Release 404 Not Found [IP: 91.189.91.39 80]
Code:
E: The repository 'http://us.archive.ubuntu.com/ubuntu groovy Release' no longer has a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details.
Comment