Advertisement
OldManRiver

Laptop MySQL Install Errors

Sep 7th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1. Ran:
  2. apt-get -y -f install mysql-server mysql-client mysql-community-server mysql-community-client apache2 libapache2-mod-auth-mysql php5-mysql mysql-workbench phpmyadmin
  3.  
  4. Output:
  5. Reading package lists... Done
  6. Building dependency tree
  7. Reading state information... Done
  8. libapache2-mod-auth-mysql is already the newest version.
  9. mysql-workbench is already the newest version.
  10. apache2 is already the newest version.
  11. phpmyadmin is already the newest version.
  12. mysql-client is already the newest version.
  13. mysql-community-client is already the newest version.
  14. You might want to run 'apt-get -f install' to correct these:
  15. The following packages have unmet dependencies:
  16. mysql-community-client : Breaks: libmysqlclient-dev (< 5.7.14)
  17. php5-mysql : Conflicts: php5-mysqlnd but 5.5.9+dfsg-1ubuntu4.25 is to be installed
  18. php5-mysqlnd : Conflicts: php5-mysql but 5.5.9+dfsg-1ubuntu4.25 is to be installed
  19. plasma-dataengines-workspace : Depends: kdepim-runtime but it is not going to be installed
  20. software-properties-kde : Depends: python3-pykde4 but it is not going to be installed
  21. ubuntu-release-upgrader-qt : Depends: python3-pykde4 but it is not going to be installed
  22. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  23.  
  24. So ran:
  25. apt-get -f install
  26.  
  27. Then ran:
  28. apt-get -y -f install mysql-server mysql-client mysql-community-server mysql-community-client python3-pykde4 kdepim-runtime apache2 php5-mysql mysql-workbench phpmyadmin
  29.  
  30. Output:
  31. Reading package lists... Done
  32. Building dependency tree
  33. Reading state information... Done
  34. mysql-workbench is already the newest version.
  35. apache2 is already the newest version.
  36. phpmyadmin is already the newest version.
  37. mysql-client is already the newest version.
  38. mysql-community-client is already the newest version.
  39. You might want to run 'apt-get -f install' to correct these:
  40. The following packages have unmet dependencies:
  41. kdepim-runtime : Depends: akonadi-server (>= 1.8) but it is not going to be installed
  42. mysql-community-client : Breaks: libmysqlclient-dev (< 5.7.14)
  43. php5-mysql : Conflicts: php5-mysqlnd but 5.5.9+dfsg-1ubuntu4.25 is to be installed
  44. php5-mysqlnd : Conflicts: php5-mysql but 5.5.9+dfsg-1ubuntu4.25 is to be installed
  45. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  46.  
  47. So ran:
  48. apt-get -f install
  49.  
  50. Output:
  51. Reading package lists... Done
  52. Building dependency tree
  53. Reading state information... Done
  54. Correcting dependencies... Done
  55. The following packages were automatically installed and are no longer required:
  56. libdbd-mysql-perl libmecab2 mysql-common-5.6
  57. Use 'apt-get autoremove' to remove them.
  58. The following extra packages will be installed:
  59. libmysqlclient-dev
  60. The following packages will be REMOVED:
  61. plasma-dataengines-workspace plasma-widgets-addons software-properties-kde
  62. ubuntu-release-upgrader-qt
  63. The following packages will be upgraded:
  64. libmysqlclient-dev
  65. 1 upgraded, 0 newly installed, 4 to remove and 99 not upgraded.
  66. 2 not fully installed or removed.
  67. Need to get 0 B/1,181 kB of archives.
  68. After this operation, 7,705 kB disk space will be freed.
  69. Do you want to continue? [Y/n] y
  70. (Reading database ... 249013 files and directories currently installed.)
  71. Preparing to unpack .../libmysqlclient-dev_5.7.23-1ubuntu14.04_amd64.deb ...
  72. Unpacking libmysqlclient-dev (5.7.23-1ubuntu14.04) over (5.5.61-0ubuntu0.14.04.1) ...
  73. dpkg: error processing archive /var/cache/apt/archives/libmysqlclient-dev_5.7.23-1ubuntu14.04_amd64.deb (--unpack):
  74. trying to overwrite '/usr/lib/x86_64-linux-gnu/libmysqlservices.a', which is also in package l
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement