S
S
Sergey Burduzha2021-06-05 11:29:29
linux
Sergey Burduzha, 2021-06-05 11:29:29

How to solve dependency problem with mysql installation in ubuntu?

Good afternoon.
I have been looking for information on how to solve the problem of dependencies for several hours now.

HoO14pT.png

At first, I didn't want to bother installing mysql via the terminal, but just download the deb package from mysql.com mysql-server-comunity.

After installation this error appeared.

Thanks in advance for your help.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Rsa97, 2021-06-05
@Rsa97

First, uninstall the manually installed package. Then run sudo apt update and sudo apt upgrade. Then try to install again.

V
Vladimir Onokhov, 2021-06-05
@teralph2d

sudo apt update
sudo apt autoremove mysql-server mysql-client
sudo apt install mysql-server mysql-client

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question