Answer the question
In order to leave comments, you need to log in
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.
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
First, uninstall the manually installed package. Then run sudo apt update and sudo apt upgrade. Then try to install again.
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 questionAsk a Question
731 491 924 answers to any question