Skip to content

Instantly share code, notes, and snippets.

Created February 10, 2016 09:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/3275dc5e67b64c8be18b to your computer and use it in GitHub Desktop.
Save anonymous/3275dc5e67b64c8be18b to your computer and use it in GitHub Desktop.
LC_ALL=c apt-get --purge 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 0 not upgraded.
1 not fully installed or removed.
After this operation, 52.4 MB disk space will be freed.
Do you want to continue? [Y/n] y
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "it",
LC_ALL = "c",
LANG = "it_IT.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to a fallback locale ("it_IT.UTF-8").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
dpkg: warning: files list file for package 'libdbi-perl' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libdbd-mysql-perl' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libterm-readkey-perl' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'mysql-client-core-5.6' missing; assuming package has no files currently installed
(Reading database ... 328095 files and directories currently installed.)
Removing mysql-server-5.6 (5.6.28-0ubuntu0.15.10.1) ...
/bin/bash: warning: setlocale: LC_ALL: cannot change locale (c)
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
/bin/bash: warning: setlocale: LC_ALL: cannot change locale (c)
/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