Skip to content

Instantly share code, notes, and snippets.

@meshivam
Last active December 14, 2015 13:28
Show Gist options
  • Save meshivam/b55f19514432bee73ac4 to your computer and use it in GitHub Desktop.
Save meshivam/b55f19514432bee73ac4 to your computer and use it in GitHub Desktop.
mysql remove package error
root@bluegene:/etc/apt# apt-get remove mysql-server-5.6
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
mysql-server-5.6
0 upgraded, 0 newly installed, 1 to remove and 19 not upgraded.
1 not fully installed or removed.
After this operation, 52.7 MB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 399494 files and directories currently installed.)
Removing mysql-server-5.6 (5.6.27-0ubuntu0.15.04.1) ...
/var/lib/dpkg/info/mysql-server-5.6.postrm: line 53: /usr/share/mysql-common/configure-symlinks: No such file or directory
dpkg: error processing package mysql-server-5.6 (--remove):
subprocess installed post-removal script returned error exit status 1
Errors were encountered while processing:
mysql-server-5.6
E: Sub-process /usr/bin/dpkg returned an error code (1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment