From Baby Dolphin, 13 Years ago, written in Plain Text.
Embed
  1. root@server:~# apt-get install mysql-admin
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. You might want to run 'apt-get -f install' to correct these:
  6. The following packages have unmet dependencies:
  7.  libice6 : Depends: x11-common but it is not going to be installed
  8.  libxtst6 : Depends: x11-common but it is not going to be installed
  9.  libxxf86dga1 : Depends: x11-common but it is not going to be installed
  10.  mysql-admin : Depends: libatk1.0-0 (>= 1.29.3) but it is not going to be installed
  11.                Depends: libcairo2 (>= 1.2.4) but it is not going to be installed
  12.                Depends: libcairomm-1.0-1 (>= 1.6.4) but it is not going to be installed
  13.                Depends: libglade2-0 (>= 1:2.6.1) but it is not going to be installed
  14.                Depends: libglibmm-2.4-1c2a (>= 2.24.0) but it is not going to be installed
  15.                Depends: libgtk2.0-0 (>= 2.8.0) but it is not going to be installed
  16.                Depends: libgtkmm-2.4-1c2a (>= 1:2.20.0) but it is not going to be installed
  17.                Depends: libpango1.0-0 (>= 1.14.0) but it is not going to be installed
  18.                Depends: libpangomm-1.4-1 (>= 2.26.0) but it is not going to be installed
  19.                Depends: mysql-gui-tools-common (= 5.0r14+openSUSE-2.1) but it is not going to be installed
  20.                Recommends: mysql-query-browser but it is not going to be installed
  21. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  22. root@server:~# apt-get remove mysql-admin
  23. Reading package lists... Done
  24. Building dependency tree
  25. Reading state information... Done
  26. Package mysql-admin is not installed, so not removed
  27. You might want to run 'apt-get -f install' to correct these:
  28. The following packages have unmet dependencies:
  29.  libice6 : Depends: x11-common but it is not going to be installed
  30.  libxtst6 : Depends: x11-common but it is not going to be installed
  31.  libxxf86dga1 : Depends: x11-common but it is not going to be installed
  32. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  33. root@server:~#
  34.