【发布时间】:2020-03-25 14:09:34
【问题描述】:
问题基本上已经在标题中:因为我无法升级libc6 我按照输出告诉我的操作:删除(或移动)/lib/x86_64-linux-gnu/ld-2.28.so
A copy of the C library was found in an unexpected directory:
'/lib/x86_64-linux-gnu/ld-2.28.so'
It is not safe to upgrade the C library in this situation;
please remove that copy of the C library or get it out of
'/lib/x86_64-linux-gnu' and try again.
但是在执行 mv 命令之后,ssh 正在做一些奇怪的事情,例如:
~$ mv
-bash: /usr/bin/mv: No such file or directory
如您所见,我在我的主目录 ~ 中,但不知何故 Linux 认为我在 /usr/bin/mv 中。知道如何通过 SSH 恢复“正常”吗?
【问题讨论】: