Problem scenario
You run an apt-get command, and you get an error about a .deb file’s source not being found. For example you try to run an apt-get command to install a package, but you are blocked by this error:
“E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/postgresql-9.5/libpq-dev_9.5.6-0ubuntu0.16.04_amd64.deb 404 Not Found [IP:…”
An updated version for the deb file may have superseded the older version. Or the repository server’s hostname may have changed or its IP address has changed.
…
Continue reading “Where Are the apt-get Repo Configuration Files for a Debian/Ubuntu Linux Server?”