Nachdem ich es versucht sudo apt-get install pgadmin3
habe, erhalte ich folgende Nachricht:
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: libwxbase2.8-0 (>= 2.8.12.1) but it is not installable
Depends: libwxgtk2.8-0 (>= 2.8.12.1) but it is not installable
Recommends: pgagent but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Wie kann ich das beheben?
sudo apt-get install libwxbase2.8-0 libwxgtk2.8-0
. Was ist die Ausgabe jetzt?
apt-get update
vor der Installation ausgeführt?