Ubuntu 18.04 LTS: Problem with dependencies installing MySQL 8.0 server
I'm trying to install MySQL on Ubuntu 18.04. To do that, first I have donwload the package with the command:
wget -c https://dev.mysql.com/get/mysql-apt-config_0.8.12-1_all.deb
And then, run the command:
sudo dpkg -i mysql-apt-config_0.8.12-1_all.deb
But I've got a problem with dependencies and I don't know what are these dependencies. This is part of the message that I've got:
Configurando mysql-community-server (8.0.15-1ubuntu18.04) ...
Job for mysql.service failed because the control process exited with error code.
See "systemctl status mysql.service" and "journalctl -xe" for details.
Job for mysql.service failed because the control process exited with error code.
See "systemctl status mysql.service" and "journalctl -xe" for details.
invoke-rc.d: initscript mysql, action "start" failed.
● mysql.service - MySQL Community Server
Loaded: loaded (/lib/systemd/system/mysql.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Tue 2019-03-12 01:06:40 CET; 17ms ago
Docs: man:mysqld(8)
http://dev.mysql.com/doc/refman/en/using-systemd.html
Process: 12302 ExecStart=/usr/sbin/mysqld (code=exited, status=1/FAILURE)
Process: 12263 ExecStartPre=/usr/share/mysql-8.0/mysql-systemd-start pre (code=exited, status=0/SUCCESS)
Main PID: 12302 (code=exited, status=1/FAILURE)
Status: "SERVER_BOOTING"
mar 12 01:06:39 R2D2 systemd[1]: Starting MySQL Community Server...
mar 12 01:06:40 R2D2 systemd[1]: mysql.service: Main process exited, code=exited, status=1/FAILURE
mar 12 01:06:40 R2D2 systemd[1]: mysql.service: Failed with result 'exit-code'.
mar 12 01:06:40 R2D2 systemd[1]: Failed to start MySQL Community Server.
dpkg: error al procesar el paquete mysql-community-server (--configure):
instalado mysql-community-server paquete post-installation guión el subproceso devolvió un error con estado de salida 1
dpkg: problemas de dependencias impiden la configuración de mysql-server:
mysql-server depende de mysql-community-server (= 8.0.15-1ubuntu18.04); sin embargo:
El paquete `mysql-community-server' no está configurado todavía.
dpkg: error al procesar el paquete mysql-server (--configure):
problemas de dependencias - se deja sin configurar
dpkg: problemas de dependencias impiden la configuración de mysql-community-server-dbgsym:
mysql-community-server-dbgsym depende de mysql-community-server (= 8.0.15-1ubuntu18.04); sin embargo:
El paquete `mysql-community-server' no está configurado todavía.
dpkg: error al procesar el paquete mysql-community-server-dbgsym (--configure):
problemas de dependencias - se deja sin configurar
No se escribió un informe «apport» porque el mensaje de error indica que es un mensaje de error asociado a un fallo previo.
No se escribió un informe «apport» porque el mensaje de error indica que es un mensaje de error asociado a un fallo previo.
Se encontraron errores al procesar:
mysql-community-server
mysql-server
mysql-community-server-dbgsym
E: Sub-process /usr/bin/dpkg returned an error code (1)
This is the log that I get consulting with "journalctl -xe":
josecarlos@R2D2:~/Descargas$ journalctl -xe
mar 12 01:35:01 R2D2 CRON[13062]: pam_unix(cron:session): session closed for user root
mar 12 01:36:01 R2D2 org.gnome.Shell.desktop[1874]: (/usr/lib/firefox/firefox:10916): dconf-WARNING **: 01:36:01.2
mar 12 01:36:39 R2D2 sudo[13085]: josecarlos : TTY=pts/0 ; PWD=/home/josecarlos/Descargas ; USER=root ; COMMAND=/u
mar 12 01:36:39 R2D2 sudo[13085]: pam_unix(sudo:session): session opened for user root by (uid=0)
mar 12 01:36:40 R2D2 systemd[1]: Starting MySQL Community Server...
-- Subject: Unit mysql.service has begun start-up
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- Unit mysql.service has begun starting up.
mar 12 01:36:40 R2D2 audit[13150]: AVC apparmor="STATUS" operation="profile_replace" info="same as current profile
mar 12 01:36:40 R2D2 kernel: audit: type=1400 audit(1552351000.784:89): apparmor="STATUS" operation="profile_repla
mar 12 01:36:41 R2D2 systemd[1]: mysql.service: Main process exited, code=exited, status=1/FAILURE
mar 12 01:36:41 R2D2 systemd[1]: mysql.service: Failed with result 'exit-code'.
mar 12 01:36:41 R2D2 systemd[1]: Failed to start MySQL Community Server.
-- Subject: Unit mysql.service has failed
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- Unit mysql.service has failed.
--
-- The result is RESULT.
mar 12 01:36:41 R2D2 sudo[13085]: pam_unix(sudo:session): session closed for user root
EDIT I:
I have downloaded this package: mysql-apt-config_0.8.12-1_all.deb But checking the log, at the beginning it says to me that the process is trying to config mysql-community-server (8.0.15-1ubuntu18.04). It seems that is trying to config another packge, isn't it? Why?
ubuntu mysql
add a comment |
I'm trying to install MySQL on Ubuntu 18.04. To do that, first I have donwload the package with the command:
wget -c https://dev.mysql.com/get/mysql-apt-config_0.8.12-1_all.deb
And then, run the command:
sudo dpkg -i mysql-apt-config_0.8.12-1_all.deb
But I've got a problem with dependencies and I don't know what are these dependencies. This is part of the message that I've got:
Configurando mysql-community-server (8.0.15-1ubuntu18.04) ...
Job for mysql.service failed because the control process exited with error code.
See "systemctl status mysql.service" and "journalctl -xe" for details.
Job for mysql.service failed because the control process exited with error code.
See "systemctl status mysql.service" and "journalctl -xe" for details.
invoke-rc.d: initscript mysql, action "start" failed.
● mysql.service - MySQL Community Server
Loaded: loaded (/lib/systemd/system/mysql.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Tue 2019-03-12 01:06:40 CET; 17ms ago
Docs: man:mysqld(8)
http://dev.mysql.com/doc/refman/en/using-systemd.html
Process: 12302 ExecStart=/usr/sbin/mysqld (code=exited, status=1/FAILURE)
Process: 12263 ExecStartPre=/usr/share/mysql-8.0/mysql-systemd-start pre (code=exited, status=0/SUCCESS)
Main PID: 12302 (code=exited, status=1/FAILURE)
Status: "SERVER_BOOTING"
mar 12 01:06:39 R2D2 systemd[1]: Starting MySQL Community Server...
mar 12 01:06:40 R2D2 systemd[1]: mysql.service: Main process exited, code=exited, status=1/FAILURE
mar 12 01:06:40 R2D2 systemd[1]: mysql.service: Failed with result 'exit-code'.
mar 12 01:06:40 R2D2 systemd[1]: Failed to start MySQL Community Server.
dpkg: error al procesar el paquete mysql-community-server (--configure):
instalado mysql-community-server paquete post-installation guión el subproceso devolvió un error con estado de salida 1
dpkg: problemas de dependencias impiden la configuración de mysql-server:
mysql-server depende de mysql-community-server (= 8.0.15-1ubuntu18.04); sin embargo:
El paquete `mysql-community-server' no está configurado todavía.
dpkg: error al procesar el paquete mysql-server (--configure):
problemas de dependencias - se deja sin configurar
dpkg: problemas de dependencias impiden la configuración de mysql-community-server-dbgsym:
mysql-community-server-dbgsym depende de mysql-community-server (= 8.0.15-1ubuntu18.04); sin embargo:
El paquete `mysql-community-server' no está configurado todavía.
dpkg: error al procesar el paquete mysql-community-server-dbgsym (--configure):
problemas de dependencias - se deja sin configurar
No se escribió un informe «apport» porque el mensaje de error indica que es un mensaje de error asociado a un fallo previo.
No se escribió un informe «apport» porque el mensaje de error indica que es un mensaje de error asociado a un fallo previo.
Se encontraron errores al procesar:
mysql-community-server
mysql-server
mysql-community-server-dbgsym
E: Sub-process /usr/bin/dpkg returned an error code (1)
This is the log that I get consulting with "journalctl -xe":
josecarlos@R2D2:~/Descargas$ journalctl -xe
mar 12 01:35:01 R2D2 CRON[13062]: pam_unix(cron:session): session closed for user root
mar 12 01:36:01 R2D2 org.gnome.Shell.desktop[1874]: (/usr/lib/firefox/firefox:10916): dconf-WARNING **: 01:36:01.2
mar 12 01:36:39 R2D2 sudo[13085]: josecarlos : TTY=pts/0 ; PWD=/home/josecarlos/Descargas ; USER=root ; COMMAND=/u
mar 12 01:36:39 R2D2 sudo[13085]: pam_unix(sudo:session): session opened for user root by (uid=0)
mar 12 01:36:40 R2D2 systemd[1]: Starting MySQL Community Server...
-- Subject: Unit mysql.service has begun start-up
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- Unit mysql.service has begun starting up.
mar 12 01:36:40 R2D2 audit[13150]: AVC apparmor="STATUS" operation="profile_replace" info="same as current profile
mar 12 01:36:40 R2D2 kernel: audit: type=1400 audit(1552351000.784:89): apparmor="STATUS" operation="profile_repla
mar 12 01:36:41 R2D2 systemd[1]: mysql.service: Main process exited, code=exited, status=1/FAILURE
mar 12 01:36:41 R2D2 systemd[1]: mysql.service: Failed with result 'exit-code'.
mar 12 01:36:41 R2D2 systemd[1]: Failed to start MySQL Community Server.
-- Subject: Unit mysql.service has failed
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- Unit mysql.service has failed.
--
-- The result is RESULT.
mar 12 01:36:41 R2D2 sudo[13085]: pam_unix(sudo:session): session closed for user root
EDIT I:
I have downloaded this package: mysql-apt-config_0.8.12-1_all.deb But checking the log, at the beginning it says to me that the process is trying to config mysql-community-server (8.0.15-1ubuntu18.04). It seems that is trying to config another packge, isn't it? Why?
ubuntu mysql
Give it anapt install --fix-missing
for good measure after installing viadpkg
.
– datUser
2 hours ago
Thanks @datUser for your help!!!! But If I run sudo apt install --fix-missing I've got the same error :(
– José Carlos
2 hours ago
You should dosudo apt-get install ./mysql-apt-config_0.8.12-1_all.deb
. That gives you the relevant information.
– Weijun Zhou
1 hour ago
add a comment |
I'm trying to install MySQL on Ubuntu 18.04. To do that, first I have donwload the package with the command:
wget -c https://dev.mysql.com/get/mysql-apt-config_0.8.12-1_all.deb
And then, run the command:
sudo dpkg -i mysql-apt-config_0.8.12-1_all.deb
But I've got a problem with dependencies and I don't know what are these dependencies. This is part of the message that I've got:
Configurando mysql-community-server (8.0.15-1ubuntu18.04) ...
Job for mysql.service failed because the control process exited with error code.
See "systemctl status mysql.service" and "journalctl -xe" for details.
Job for mysql.service failed because the control process exited with error code.
See "systemctl status mysql.service" and "journalctl -xe" for details.
invoke-rc.d: initscript mysql, action "start" failed.
● mysql.service - MySQL Community Server
Loaded: loaded (/lib/systemd/system/mysql.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Tue 2019-03-12 01:06:40 CET; 17ms ago
Docs: man:mysqld(8)
http://dev.mysql.com/doc/refman/en/using-systemd.html
Process: 12302 ExecStart=/usr/sbin/mysqld (code=exited, status=1/FAILURE)
Process: 12263 ExecStartPre=/usr/share/mysql-8.0/mysql-systemd-start pre (code=exited, status=0/SUCCESS)
Main PID: 12302 (code=exited, status=1/FAILURE)
Status: "SERVER_BOOTING"
mar 12 01:06:39 R2D2 systemd[1]: Starting MySQL Community Server...
mar 12 01:06:40 R2D2 systemd[1]: mysql.service: Main process exited, code=exited, status=1/FAILURE
mar 12 01:06:40 R2D2 systemd[1]: mysql.service: Failed with result 'exit-code'.
mar 12 01:06:40 R2D2 systemd[1]: Failed to start MySQL Community Server.
dpkg: error al procesar el paquete mysql-community-server (--configure):
instalado mysql-community-server paquete post-installation guión el subproceso devolvió un error con estado de salida 1
dpkg: problemas de dependencias impiden la configuración de mysql-server:
mysql-server depende de mysql-community-server (= 8.0.15-1ubuntu18.04); sin embargo:
El paquete `mysql-community-server' no está configurado todavía.
dpkg: error al procesar el paquete mysql-server (--configure):
problemas de dependencias - se deja sin configurar
dpkg: problemas de dependencias impiden la configuración de mysql-community-server-dbgsym:
mysql-community-server-dbgsym depende de mysql-community-server (= 8.0.15-1ubuntu18.04); sin embargo:
El paquete `mysql-community-server' no está configurado todavía.
dpkg: error al procesar el paquete mysql-community-server-dbgsym (--configure):
problemas de dependencias - se deja sin configurar
No se escribió un informe «apport» porque el mensaje de error indica que es un mensaje de error asociado a un fallo previo.
No se escribió un informe «apport» porque el mensaje de error indica que es un mensaje de error asociado a un fallo previo.
Se encontraron errores al procesar:
mysql-community-server
mysql-server
mysql-community-server-dbgsym
E: Sub-process /usr/bin/dpkg returned an error code (1)
This is the log that I get consulting with "journalctl -xe":
josecarlos@R2D2:~/Descargas$ journalctl -xe
mar 12 01:35:01 R2D2 CRON[13062]: pam_unix(cron:session): session closed for user root
mar 12 01:36:01 R2D2 org.gnome.Shell.desktop[1874]: (/usr/lib/firefox/firefox:10916): dconf-WARNING **: 01:36:01.2
mar 12 01:36:39 R2D2 sudo[13085]: josecarlos : TTY=pts/0 ; PWD=/home/josecarlos/Descargas ; USER=root ; COMMAND=/u
mar 12 01:36:39 R2D2 sudo[13085]: pam_unix(sudo:session): session opened for user root by (uid=0)
mar 12 01:36:40 R2D2 systemd[1]: Starting MySQL Community Server...
-- Subject: Unit mysql.service has begun start-up
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- Unit mysql.service has begun starting up.
mar 12 01:36:40 R2D2 audit[13150]: AVC apparmor="STATUS" operation="profile_replace" info="same as current profile
mar 12 01:36:40 R2D2 kernel: audit: type=1400 audit(1552351000.784:89): apparmor="STATUS" operation="profile_repla
mar 12 01:36:41 R2D2 systemd[1]: mysql.service: Main process exited, code=exited, status=1/FAILURE
mar 12 01:36:41 R2D2 systemd[1]: mysql.service: Failed with result 'exit-code'.
mar 12 01:36:41 R2D2 systemd[1]: Failed to start MySQL Community Server.
-- Subject: Unit mysql.service has failed
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- Unit mysql.service has failed.
--
-- The result is RESULT.
mar 12 01:36:41 R2D2 sudo[13085]: pam_unix(sudo:session): session closed for user root
EDIT I:
I have downloaded this package: mysql-apt-config_0.8.12-1_all.deb But checking the log, at the beginning it says to me that the process is trying to config mysql-community-server (8.0.15-1ubuntu18.04). It seems that is trying to config another packge, isn't it? Why?
ubuntu mysql
I'm trying to install MySQL on Ubuntu 18.04. To do that, first I have donwload the package with the command:
wget -c https://dev.mysql.com/get/mysql-apt-config_0.8.12-1_all.deb
And then, run the command:
sudo dpkg -i mysql-apt-config_0.8.12-1_all.deb
But I've got a problem with dependencies and I don't know what are these dependencies. This is part of the message that I've got:
Configurando mysql-community-server (8.0.15-1ubuntu18.04) ...
Job for mysql.service failed because the control process exited with error code.
See "systemctl status mysql.service" and "journalctl -xe" for details.
Job for mysql.service failed because the control process exited with error code.
See "systemctl status mysql.service" and "journalctl -xe" for details.
invoke-rc.d: initscript mysql, action "start" failed.
● mysql.service - MySQL Community Server
Loaded: loaded (/lib/systemd/system/mysql.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Tue 2019-03-12 01:06:40 CET; 17ms ago
Docs: man:mysqld(8)
http://dev.mysql.com/doc/refman/en/using-systemd.html
Process: 12302 ExecStart=/usr/sbin/mysqld (code=exited, status=1/FAILURE)
Process: 12263 ExecStartPre=/usr/share/mysql-8.0/mysql-systemd-start pre (code=exited, status=0/SUCCESS)
Main PID: 12302 (code=exited, status=1/FAILURE)
Status: "SERVER_BOOTING"
mar 12 01:06:39 R2D2 systemd[1]: Starting MySQL Community Server...
mar 12 01:06:40 R2D2 systemd[1]: mysql.service: Main process exited, code=exited, status=1/FAILURE
mar 12 01:06:40 R2D2 systemd[1]: mysql.service: Failed with result 'exit-code'.
mar 12 01:06:40 R2D2 systemd[1]: Failed to start MySQL Community Server.
dpkg: error al procesar el paquete mysql-community-server (--configure):
instalado mysql-community-server paquete post-installation guión el subproceso devolvió un error con estado de salida 1
dpkg: problemas de dependencias impiden la configuración de mysql-server:
mysql-server depende de mysql-community-server (= 8.0.15-1ubuntu18.04); sin embargo:
El paquete `mysql-community-server' no está configurado todavía.
dpkg: error al procesar el paquete mysql-server (--configure):
problemas de dependencias - se deja sin configurar
dpkg: problemas de dependencias impiden la configuración de mysql-community-server-dbgsym:
mysql-community-server-dbgsym depende de mysql-community-server (= 8.0.15-1ubuntu18.04); sin embargo:
El paquete `mysql-community-server' no está configurado todavía.
dpkg: error al procesar el paquete mysql-community-server-dbgsym (--configure):
problemas de dependencias - se deja sin configurar
No se escribió un informe «apport» porque el mensaje de error indica que es un mensaje de error asociado a un fallo previo.
No se escribió un informe «apport» porque el mensaje de error indica que es un mensaje de error asociado a un fallo previo.
Se encontraron errores al procesar:
mysql-community-server
mysql-server
mysql-community-server-dbgsym
E: Sub-process /usr/bin/dpkg returned an error code (1)
This is the log that I get consulting with "journalctl -xe":
josecarlos@R2D2:~/Descargas$ journalctl -xe
mar 12 01:35:01 R2D2 CRON[13062]: pam_unix(cron:session): session closed for user root
mar 12 01:36:01 R2D2 org.gnome.Shell.desktop[1874]: (/usr/lib/firefox/firefox:10916): dconf-WARNING **: 01:36:01.2
mar 12 01:36:39 R2D2 sudo[13085]: josecarlos : TTY=pts/0 ; PWD=/home/josecarlos/Descargas ; USER=root ; COMMAND=/u
mar 12 01:36:39 R2D2 sudo[13085]: pam_unix(sudo:session): session opened for user root by (uid=0)
mar 12 01:36:40 R2D2 systemd[1]: Starting MySQL Community Server...
-- Subject: Unit mysql.service has begun start-up
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- Unit mysql.service has begun starting up.
mar 12 01:36:40 R2D2 audit[13150]: AVC apparmor="STATUS" operation="profile_replace" info="same as current profile
mar 12 01:36:40 R2D2 kernel: audit: type=1400 audit(1552351000.784:89): apparmor="STATUS" operation="profile_repla
mar 12 01:36:41 R2D2 systemd[1]: mysql.service: Main process exited, code=exited, status=1/FAILURE
mar 12 01:36:41 R2D2 systemd[1]: mysql.service: Failed with result 'exit-code'.
mar 12 01:36:41 R2D2 systemd[1]: Failed to start MySQL Community Server.
-- Subject: Unit mysql.service has failed
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
--
-- Unit mysql.service has failed.
--
-- The result is RESULT.
mar 12 01:36:41 R2D2 sudo[13085]: pam_unix(sudo:session): session closed for user root
EDIT I:
I have downloaded this package: mysql-apt-config_0.8.12-1_all.deb But checking the log, at the beginning it says to me that the process is trying to config mysql-community-server (8.0.15-1ubuntu18.04). It seems that is trying to config another packge, isn't it? Why?
ubuntu mysql
ubuntu mysql
edited 1 hour ago
José Carlos
asked 3 hours ago
José CarlosJosé Carlos
1415
1415
Give it anapt install --fix-missing
for good measure after installing viadpkg
.
– datUser
2 hours ago
Thanks @datUser for your help!!!! But If I run sudo apt install --fix-missing I've got the same error :(
– José Carlos
2 hours ago
You should dosudo apt-get install ./mysql-apt-config_0.8.12-1_all.deb
. That gives you the relevant information.
– Weijun Zhou
1 hour ago
add a comment |
Give it anapt install --fix-missing
for good measure after installing viadpkg
.
– datUser
2 hours ago
Thanks @datUser for your help!!!! But If I run sudo apt install --fix-missing I've got the same error :(
– José Carlos
2 hours ago
You should dosudo apt-get install ./mysql-apt-config_0.8.12-1_all.deb
. That gives you the relevant information.
– Weijun Zhou
1 hour ago
Give it an
apt install --fix-missing
for good measure after installing via dpkg
.– datUser
2 hours ago
Give it an
apt install --fix-missing
for good measure after installing via dpkg
.– datUser
2 hours ago
Thanks @datUser for your help!!!! But If I run sudo apt install --fix-missing I've got the same error :(
– José Carlos
2 hours ago
Thanks @datUser for your help!!!! But If I run sudo apt install --fix-missing I've got the same error :(
– José Carlos
2 hours ago
You should do
sudo apt-get install ./mysql-apt-config_0.8.12-1_all.deb
. That gives you the relevant information.– Weijun Zhou
1 hour ago
You should do
sudo apt-get install ./mysql-apt-config_0.8.12-1_all.deb
. That gives you the relevant information.– Weijun Zhou
1 hour ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f505764%2fubuntu-18-04-lts-problem-with-dependencies-installing-mysql-8-0-server%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f505764%2fubuntu-18-04-lts-problem-with-dependencies-installing-mysql-8-0-server%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Give it an
apt install --fix-missing
for good measure after installing viadpkg
.– datUser
2 hours ago
Thanks @datUser for your help!!!! But If I run sudo apt install --fix-missing I've got the same error :(
– José Carlos
2 hours ago
You should do
sudo apt-get install ./mysql-apt-config_0.8.12-1_all.deb
. That gives you the relevant information.– Weijun Zhou
1 hour ago