Advertisement
Guest User

Untitled

a guest
Nov 16th, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 KB | None | 0 0
  1. # apt-get install mariadb-server
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. Some packages could not be installed. This may mean that you have
  6. requested an impossible situation or if you are using the unstable
  7. distribution that some required packages have not yet been created
  8. or been moved out of Incoming.
  9. The following information may help to resolve the situation:
  10.  
  11. The following packages have unmet dependencies:
  12. mariadb-server : Depends: mariadb-server-5.5 (>= 5.5.64-1ubuntu0.14.04.1) but it is not going to be installed
  13. E: Unable to correct problems, you have held broken packages.
  14.  
  15. # apt-get install mariadb-server-5.5
  16. Reading package lists... Done
  17. Building dependency tree
  18. Reading state information... Done
  19. Some packages could not be installed. This may mean that you have
  20. requested an impossible situation or if you are using the unstable
  21. distribution that some required packages have not yet been created
  22. or been moved out of Incoming.
  23. The following information may help to resolve the situation:
  24.  
  25. The following packages have unmet dependencies:
  26. mariadb-server-5.5 : Depends: mariadb-client-5.5 (>= 5.5.64-1ubuntu0.14.04.1) but it is not going to be installed
  27. Depends: mariadb-server-core-5.5 (>= 5.5.64-1ubuntu0.14.04.1) but it is not going to be installed
  28. PreDepends: mariadb-common but it is not going to be installed
  29. E: Unable to correct problems, you have held broken packages.
  30.  
  31.  
  32. # dpkg -l | grep -i mariadb
  33. ii libmariadbclient18:amd64 5.5.64-1ubuntu0.14.04.1 amd64 MariaDB database client library
  34. ii mariadb-client-5.5 5.5.64-1ubuntu0.14.04.1 amd64 MariaDB database client binaries
  35. ii mariadb-client-core-5.5 5.5.64-1ubuntu0.14.04.1 amd64 MariaDB database core client binaries
  36. ii mariadb-common 5.5.64-1ubuntu0.14.04.1 all MariaDB common metapackage
  37. rc mariadb-server-5.5 5.5.57-1ubuntu0.14.04.1 amd64 MariaDB database server binaries
  38. ii mariadb-server-core-5.5 5.5.64-1ubuntu0.14.04.1 amd64 MariaDB database core server files
  39.  
  40.  
  41.  
  42. # dpkg -l | grep -i mysql
  43. ii libdbd-mysql-perl 4.025-1ubuntu0.1 amd64 Perl5 database interface to the MySQL database
  44. ii libmysql-java 5.1.28-1 all Java database (JDBC) driver for MySQL
  45. ii libmysqlclient18:amd64 5.5.62-0ubuntu0.14.04.1 amd64 MySQL database client library
  46. ii libmysqlclient18:i386 5.5.62-0ubuntu0.14.04.1 i386 MySQL database client library
  47. ii libqt4-sql-mysql:i386 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 i386 Qt 4 MySQL database driver
  48. ii mysql-apt-config 0.8.13-1 all Auto configuration for MySQL APT Repo.
  49. ii mysql-common 5.7.20-1ubuntu14.04 amd64 MySQL Common
  50. rc mysql-server-5.5 5.5.62-0ubuntu0.14.04.1 amd64 MySQL database server binaries and system database setup
  51. ii mysql-workbench-community 6.3.6-1ubu1404 amd64 MySQL Workbench
  52. ii python-mysqldb 1.2.3-2ubuntu1 amd64 Python interface to MySQL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement