August 14, 2020 · Ubuntu
Ubuntu 18.04 - Fix unable to locate package ***
-
Open the file
/etc/apt/sources.list
-
Add the following lines:
deb http://archive.ubuntu.com/ubuntu bionic multiverse
deb http://archive.ubuntu.com/ubuntu bionic-security multiverse
deb http://archive.ubuntu.com/ubuntu bionic-updates multiverse
deb http://archive.ubuntu.com/ubuntu bionic universe
deb http://archive.ubuntu.com/ubuntu bionic-security universe
deb http://archive.ubuntu.com/ubuntu bionic-updates universe
-
Save the file.
-
sudo apt-get update