I tried to install pgAdmin III for my ubuntu 17.10 without successful either via command line or software center:
sudo apt-get install pgadmin3
Resulted in
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:
pgadmin3 : Depends: pgadmin3-data (= 1.22.2-1) but 1.22.2-2.pgdg17.04+1 is to be installed
E: Unable to correct problems, you have held broken packages.
Installing from software center, I got an error as screenshot below:
How do I check what is wrong and get pgAdmin III installed successfully? Thanks.