Advertisement
Guest User

Untitled

a guest
Sep 28th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. [my user name]@raspberrypi:~ $ sudo apt-get install mysql-server
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. The following extra packages will be installed:
  6. libaio1 libhtml-template-perl mysql-server-5.5 mysql-server-core-5.5
  7. Suggested packages:
  8. libipc-sharedcache-perl mailx tinyca
  9. The following NEW packages will be installed:
  10. libaio1 libhtml-template-perl mysql-server mysql-server-5.5
  11. mysql-server-core-5.5
  12. 0 upgraded, 5 newly installed, 0 to remove and 15 not upgraded.
  13. Need to get 0 B/4,938 kB of archives.
  14. After this operation, 46.0 MB of additional disk space will be used.
  15. Do you want to continue? [Y/n] y
  16. WARNING: The following packages cannot be authenticated!
  17. libaio1 mysql-server-core-5.5 mysql-server-5.5 libhtml-template-perl
  18. mysql-server
  19. Install these packages without verification? [y/N] y
  20. Preconfiguring packages ...
  21. Selecting previously unselected package libaio1:armhf.
  22. (Reading database ... 121517 files and directories currently installed.)
  23. Preparing to unpack .../libaio1_0.3.110-1_armhf.deb ...
  24. Unpacking libaio1:armhf (0.3.110-1) ...
  25. Selecting previously unselected package mysql-server-core-5.5.
  26. Preparing to unpack .../mysql-server-core-5.5_5.5.52-0+deb8u1_armhf.deb ...
  27. Unpacking mysql-server-core-5.5 (5.5.52-0+deb8u1) ...
  28. Preparing to unpack .../mysql-server-5.5_5.5.52-0+deb8u1_armhf.deb ...
  29. Aborting downgrade from (at least) 10.0 to 5.5.
  30. If are sure you want to downgrade to 5.5, remove the file
  31. /var/lib/mysql/debian-*.flag and try installing again.
  32. dpkg: error processing archive /var/cache/apt/archives/mysql-server-5.5_5.5.52-0+deb8u1_armhf.deb (--unpack):
  33. subprocess new pre-installation script returned error exit status 1
  34. Selecting previously unselected package libhtml-template-perl.
  35. Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ...
  36. Unpacking libhtml-template-perl (2.95-1) ...
  37. Selecting previously unselected package mysql-server.
  38. Preparing to unpack .../mysql-server_5.5.52-0+deb8u1_all.deb ...
  39. Unpacking mysql-server (5.5.52-0+deb8u1) ...
  40. Processing triggers for man-db (2.7.0.2-5) ...
  41. Errors were encountered while processing:
  42. /var/cache/apt/archives/mysql-server-5.5_5.5.52-0+deb8u1_armhf.deb
  43. E: Sub-process /usr/bin/dpkg returned an error code (1)
  44.  
  45. lo Link encap:Local Loopback
  46. inet addr:127.0.0.1 Mask:255.0.0.0
  47. inet6 addr: ::1/128 Scope:Host
  48. UP LOOPBACK RUNNING MTU:65536 Metric:1
  49. RX packets:1096 errors:0 dropped:0 overruns:0 frame:0
  50. TX packets:1096 errors:0 dropped:0 overruns:0 carrier:0
  51. collisions:0 txqueuelen:0
  52. RX bytes:91408 (89.2 KiB) TX bytes:91408 (89.2 KiB)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement