The following occurs when trying to configure Landscape Server 18.03 on a fresh install of Ubuntu Server 18.04:
[user]@[server]:~$ sudo apt install landscape-server-quickstart
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
landscape-server-quickstart : Depends: landscape-server (>= 18.03-
0ubuntu18.04.2) but it is not going to be installed
Depends: postgresql-10-debversion but it is
not installable or
postgresql-9.5-debversion but it is
not installable or
postgresql-9.3-debversion but it is
not installable
E: Unable to correct problems, you have held broken packages.
Edit: For clarification, when I run dpkg --get-selections | grep hold
, there are no held packages. The system is completely up to date. Running it through aptitude
doesn't fix anything, as the only solution it offers is to keep everything at the current version (so basically not installed).