Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1891076
  • 博文数量: 389
  • 博客积分: 7877
  • 博客等级: 少将
  • 技术积分: 4521
  • 用 户 组: 普通用户
  • 注册时间: 2007-12-10 14:02
文章分类

全部博文(389)

文章存档

2024年(1)

2022年(1)

2021年(1)

2020年(1)

2019年(1)

2018年(3)

2017年(6)

2016年(4)

2015年(8)

2014年(15)

2013年(31)

2012年(19)

2011年(47)

2010年(33)

2009年(105)

2008年(109)

2007年(4)

分类: LINUX

2015-01-07 21:25:10

忘了为什么要卸载软件了,总之用 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 命令相关,下面的文章非常详细:

阅读(2910) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~