会翻车吗 大佬有话说 :
centos无法yum update求解
Error:Multilib version problems found. This often means that the root
cause is something else and multilib version checking is just
pointing out that there is a problem. Eg.:
1. You have an upgrade for zlib which is missing some
dependency that another package requires. Yum is trying to
solve this by installing an older version of zlib of the
different architecture. If you exclude the bad architecture
yum will tell you what the root cause is (which package
requires what). You can try redoing the upgrade with
–exclude zlib.otherarch … this should give you an error
message showing the root cause of the problem.
2. You have multiple architectures of zlib installed, but
yum can only see an upgrade for one of those architectures.
If you don’t want/need both architectures anymore then you
can remove the one with the missing update and everything
will work.
3. You have duplicate versions of zlib installed already.
You can use "yum check" to get yum show these errors.
…you can also use –setopt=protected_multilib=false to remove
this checking, however this is almost never the correct thing to
do as something else is very likely to go wrong (often causing
much more problems).
你好,再见 大佬有话说 :
你之前更新的时候SSH是不是断开过???
会翻车吗 大佬有话说 :
你好,再见 大佬有话说 : 2020-5-24 10:26
你之前更新的时候SSH是不是断开过???
是的!
你好,再见 大佬有话说 :
会翻车吗 大佬有话说 : 2020-5-24 10:27
是的!
网上有一些防止SSH断开的方法,你试试
之前我遇到这种情况折腾很久也没弄好,后来我是重装再更新的yc003t
llyang 大佬有话说 :
本帖最后由 llyang 于 2020-5-24 10:49 编辑
安装中SSH断开过,要删除些文件。我碰到过。
不过,我的报错和你不一样。你的是内核问题,似乎。很麻烦了
机器没啥东西的话,reinstall最快