using the following command
1.sudo apt update
2.sudo apt install mysql-server
Getting below error
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
mysql-server : Depends: mysql-server-5.7 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Any help ?
sudo apt update
to refresh you database of available packages. Then installmysql-server
from the Ubuntu repositories. – user535733 Mar 04 '21 at 19:54