0
Problems with installing Mysql on a linux. Every time I put the remote in the terminal:
sudo apt-get install mysql-server
Return this message to me:
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 no longer know what may be happening, it is the first installation of Mysql within the OS.
Try to rotate the command
apt-get -f install
it must install the necessary dependencies– Wilker
@Leobufalo: What is the distribution and GNU/Linux version you use?
– José Diz
In this example I was using Deepin, but I just did what @Wilker said and solved!!
– Leo Bufalo
@Wilker creates an answer for the author to mark as solution!
– JuniorNunes
@Juniornunes the boy below has already transformed my comment in response explaining the commands.
– Wilker