Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.07 KB | None | 0 0
  1. imran@imran-System-Product-Name:~$ sudo apt-get remove --purge 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.   libdbd-mysql-perl libdbi-perl libterm-readkey-perl mysql-client-5.5
  7. Use 'apt-get autoremove' to remove them.
  8. The following packages will be REMOVED:
  9.   mysql-server* mysql-server-5.5*
  10. 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
  11. 2 not fully installed or removed.
  12. After this operation, 32.8 MB disk space will be freed.
  13. Do you want to continue? [Y/n] y
  14. (Reading database ... 164304 files and directories currently installed.)
  15. Removing mysql-server (5.5.40-0ubuntu0.14.04.1) ...
  16. Removing mysql-server-5.5 (5.5.40-0ubuntu0.14.04.1) ...
  17. Purging configuration files for mysql-server-5.5 (5.5.40-0ubuntu0.14.04.1) ...
  18. dpkg: warning: while removing mysql-server-5.5, directory '/etc/mysql' not empty so not removed
  19. Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
  20. imran@imran-System-Product-Name:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement