Advertisement
Guest User

Untitled

a guest
Jul 17th, 2012
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. miguel@Hermes:~$ sudo apt-get install mariadb-server-5.5
  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. mariadb-server-5.5 : Depends: mariadb-client-5.5 (>= 5.5.25-mariadb1~precise) but it is not going to be installed
  8. Depends: mariadb-server-core-5.5 (>= 5.5.25-mariadb1~precise) but it is not going to be installed
  9. PreDepends: mariadb-common but it is not going to be installed
  10. Recommends: libhtml-template-perl but it is not going to be installed
  11. Conflicts: mysql-server-5.5 but 5.5.24-0ubuntu0.12.04.1 is to be installed
  12. mysql-server-5.5 : Depends: mysql-client-5.5 (>= 5.5.24-0ubuntu0.12.04.1)
  13. Depends: mysql-server-core-5.5 (= 5.5.24-0ubuntu0.12.04.1)
  14. PreDepends: mysql-common (>= 5.5.24-0ubuntu0.12.04.1)
  15. Recommends: libhtml-template-perl but it is not going to be installed
  16. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  17. miguel@Hermes:~$ sudo apt-get -f install mariadb-server-5.5
  18. Reading package lists... Done
  19. Building dependency tree
  20. Reading state information... Done
  21. You might want to run 'apt-get -f install' to correct these:
  22. The following packages have unmet dependencies:
  23. mariadb-server-5.5 : Depends: mariadb-client-5.5 (>= 5.5.25-mariadb1~precise) but it is not going to be installed
  24. Depends: mariadb-server-core-5.5 (>= 5.5.25-mariadb1~precise) but it is not going to be installed
  25. PreDepends: mariadb-common but it is not going to be installed
  26. Recommends: libhtml-template-perl but it is not going to be installed
  27. Conflicts: mysql-server-5.5 but 5.5.24-0ubuntu0.12.04.1 is to be installed
  28. mysql-server-5.5 : Depends: mysql-client-5.5 (>= 5.5.24-0ubuntu0.12.04.1)
  29. Depends: mysql-server-core-5.5 (= 5.5.24-0ubuntu0.12.04.1)
  30. PreDepends: mysql-common (>= 5.5.24-0ubuntu0.12.04.1)
  31. Recommends: libhtml-template-perl 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. miguel@Hermes:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement