新人求助!!apt安装出问题!
Tofloor
poster avatar
133******53
deepin
2017-11-26 01:26
Author

如图问题怎么解决???谢了。。
Reply Favorite View the author
All Replies
avatar
electricface
deepin
2017-11-26 04:44
#1
运行 sudo apt --fix-broken install
Reply View the author
avatar
RucLinux
deepin
2017-11-26 15:35
#2
已经给出解决方法了。

apt --fix-broken install

话说这个命令怎么和Debian的 apt-get -f install 怎么又不一样了?
Reply View the author
avatar
herdde
deepin
2017-11-26 20:36
#3
https://bbs.deepin.org/post/148963
已经给出解决方法了。

apt --fix-broken install

可以使用 sudo apt install -f
Reply View the author
avatar
mutong
deepin
2017-11-26 21:46
#4
sudo apt-get install mysql-server-5.7  mysql-client-5.7
Reply View the author
avatar
133******53
deepin
2018-01-03 06:50
#5
https://bbs.deepin.org/post/148963
运行 sudo apt --fix-broken install

试过没用。
Reply View the author
avatar
wtz
deepin
2018-01-03 10:26
#6
先检查你的更新源有没有冲突,把/etc/apt/source.list的内容贴上来。
然后
  1. sudo apt update
  2. sudo apt install mysql-server-5.7
Copy the Code

看看输出什么内容。
Reply View the author