Problems with installing MySQL on a linux. Every time I put the command in the terminal:
sudo apt-get install mysql-server
I get this message back:
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
atom : Depends: git
mysql-server : Depends: mysql-server-5.7 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
I do not know what may be happening, it's the first MySQL installation within the OS.