Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. root@vps-zap373328-2:~# apt-get install mysql-server-5.5
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. The following packages were automatically installed and are no longer required:
  6. libreadline5 mariadb-common
  7. Use 'apt-get autoremove' to remove them.
  8. Suggested packages:
  9. tinyca
  10. The following NEW packages will be installed:
  11. mysql-server-5.5
  12. 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  13. 6 not fully installed or removed.
  14. Need to get 0 B/1878 kB of archives.
  15. After this operation, 32.5 MB of additional disk space will be used.
  16. Preconfiguring packages ...
  17. (Reading database ... 23546 files and directories currently installed.)
  18. Preparing to unpack .../mysql-server-5.5_5.5.62-0+deb8u1_amd64.deb ...
  19. Aborting downgrade from (at least) 10.0 to 5.5.
  20. If are sure you want to downgrade to 5.5, remove the file
  21. /var/lib/mysql/debian-*.flag and try installing again.
  22. dpkg: error processing archive /var/cache/apt/archives/mysql-server-5.5_5.5.62-0+deb8u1_amd64.deb (--unpack):
  23. subprocess new pre-installation script returned error exit status 1
  24. Errors were encountered while processing:
  25. /var/cache/apt/archives/mysql-server-5.5_5.5.62-0+deb8u1_amd64.deb
  26. E: Sub-process /usr/bin/dpkg returned an error code (1)
  27. root@vps-zap373328-2:~# apt-get install apache2
  28. Reading package lists... Done
  29. Building dependency tree
  30. Reading state information... Done
  31. apache2 is already the newest version.
  32. You might want to run 'apt-get -f install' to correct these:
  33. The following packages have unmet dependencies:
  34. mysql-server : Depends: mysql-server-5.5 but it is not going to be installed
  35. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement