Esse problema é realmente estranho, tentei várias maneiras de resolver, mas nada funcionou. Minha última saída foi:
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "pl_PL.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard 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
Setting up mysql-server-5.5 (5.5.38-0ubuntu0.14.04.1) ...
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
/var/lib/dpkg/info/mysql-server-5.5.postinst: line 146: logger: command not found
ATTENTION: An error has occured. More info is in the syslog!
/var/lib/dpkg/info/mysql-server-5.5.postinst: line 236: logger: command not found
dpkg: error processing package mysql-server-5.5 (--configure):
subprocess installed post-installation script returned error exit status 127
dpkg: dependency problems prevent configuration of mysql-server:
mysql-server depends on mysql-server-5.5; however:
Package mysql-server-5.5 is not configured yet.
dpkg: error processing package mysql-server (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
mysql-server-5.5
mysql-server
E: Sub-process /usr/bin/dpkg returned an error code (1)
Eu realmente não sei como consertar isso, pessoal, por favor me ajudem :)
Respostas:
Tive o mesmo problema com o mysql-server-5.6 e esta solução hs me ajudou:
launchpad: Bug # 392051: Comando do logger [Karmic] não encontrado
Basicamente, o programa
logger
ficou bagunçado;Pode ser recriado reinstalando o pacote
bsdutils
:apt-get --reinstall install bsdutils
ou
aptitude reinstall bsdutils
fonte
Suas "localidades" ainda não foram geradas ou não estão corretamente.
Tente o seguinte:
Depois tente novamente instalar o MySQL.
fonte
Esta é a resposta original referida neste bloco:
https://smyl.es/how-to-fix-ubuntudebian-apt-get-404-not-found-package-repository-errors-saucy-raring-quantal-oneiric-natty/
Atualizar localidades:
Execute este comando abaixo
No seu servidor, ele substituirá todos os URLs do repositório
archive.ubuntu.com
e dosecurity.ubuntu.com
pacote porold-releases.ubuntu.com
fonte