忘了为什么要卸载软件了,总之用 yum remove 命令卸载了很多软件,然后到了这个 glibc 这些,也直接执行了。
然后提示信息也没仔细看,就选了"y", 后果是这台服务器除了能ping通外,连 ssh 都登录不上了,然后给客户那边的系统工程师打电话被训了一顿。
感觉好丢人,后来他们重做了这台Linux服务器,这个事情我一直记录在手机上。
实际上是有很多软件都依赖这个glibc 软件,一旦上面的提示选了"y" 会把这些依赖glibc 的软件也都卸载掉,结果就是ssh server 的软件也卸掉了!
最怕的就是这种操作,半吊子水平往往会导致大的问题,谨记!
补充:
Description: The glibc package contains standard libraries which are used by
: multiple programs on the system. In order to save disk space and
: memory, as well as to make upgrading easier, common system code is
: kept in one place and shared between programs. This particular package
: contains the most important sets of shared libraries: the standard C
: library and the standard math library. Without these two libraries, a
: Linux system will not function.
关于yum 命令相关,下面的文章非常详细:
阅读(3047) | 评论(0) | 转发(0) |