I just upgraded from Ubuntu 18.04 to 19.10. After upgrade I noticed that pgAdmin4 got removed while other softwares are still present and now when I try to install pgadmin4 from the terminal, I get:
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:
pgadmin4 : Depends: pgadmin4-common (= 4.18-1.pgdg18.04+1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
I have installed pgadmin3 but I really want pgadmin4. Is that possible?
pgadmin4
is official repositories either - https://packages.ubuntu.com/search?suite=all§ion=all&arch=any&keywords=pgadmin4&searchon=names (so providing your source may also have been helplful. For best results with 3rd party software, you should remove then prior to release-upgrade & re-add them back after as QA-testing for release-upgrades uses official sources only. – guiverc Feb 24 '20 at 01:47