I have a VM running Ubuntu Server 18.04.
I am trying to install libpostgressql-jdbc-java as root:
apt-get install -y libpostgresql-jdbc-java
This produces the following error:
E: Unable to locate package libpostgresql-jdbc-java
My /etc/apt/sources.list contains these lines:
deb http://archive.ubuntu.com/ubuntu bionic main
deb http://archive.ubuntu.com/ubuntu bionic-security main
deb http://archive.ubuntu.com/ubuntu bionic-updates main
I never modifed the configuration. It's a clean install with updates applied.
What am I doing wrong?
apt policy libpostgresql-jdbc*
tells me that there is a candidate for installation in Universe. – Jos Feb 09 '20 at 14:24