Advertisement
jens81

Untitled

Sep 20th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. Last login: Thu Sep 20 22:16:14 2018 from 92.246.18.49
  2. ubuntu@ip-172-31-45-140:~$ sudo apt-get -f install
  3. Reading package lists... Done
  4. Building dependency tree
  5. Reading state information... Done
  6. Correcting dependencies... Done
  7. The following packages were automatically installed and are no longer required:
  8. libdbd-mysql-perl libdbi-perl libmysqlclient20 libterm-readkey-perl mariadb-common
  9. Use 'sudo apt autoremove' to remove them.
  10. The following additional packages will be installed:
  11. mysql-server-5.7
  12. Suggested packages:
  13. mailx tinyca
  14. The following NEW packages will be installed:
  15. mysql-server-5.7
  16. 0 upgraded, 1 newly installed, 0 to remove and 23 not upgraded.
  17. 1 not fully installed or removed.
  18. Need to get 0 B/2,597 kB of archives.
  19. After this operation, 48.3 MB of additional disk space will be used.
  20. Do you want to continue? [Y/n] y
  21. Preconfiguring packages ...
  22. (Reading database ... 93623 files and directories currently installed.)
  23. Preparing to unpack .../mysql-server-5.7_5.7.23-0ubuntu0.16.04.1_amd64.deb ...
  24. grep: /etc/mysql/: No such file or directory
  25. Unpacking mysql-server-5.7 (5.7.23-0ubuntu0.16.04.1) ...
  26. Processing triggers for man-db (2.7.5-1) ...
  27. Processing triggers for ureadahead (0.100.0-19) ...
  28. Processing triggers for systemd (229-4ubuntu21.4) ...
  29. Setting up mysql-server-5.7 (5.7.23-0ubuntu0.16.04.1) ...
  30. Installing new version of config file /etc/apparmor.d/usr.sbin.mysqld ...
  31. Installing new version of config file /etc/init.d/mysql ...
  32. Installing new version of config file /etc/logrotate.d/mysql-server ...
  33.  
  34. Configuration file '/etc/mysql/debian-start'
  35. ==> Deleted (by you or by a script) since installation.
  36. ==> Package distributor has shipped an updated version.
  37. What would you like to do about it ? Your options are:
  38. Y or I : install the package maintainer's version
  39. N or O : keep your currently-installed version
  40. D : show the differences between the versions
  41. Z : start a shell to examine the situation
  42. The default action is to keep your current version.
  43. *** debian-start (Y/I/N/O/D/Z) [default=N] ?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement