在使用vim编辑文本时,vim ss 没有任何反应
习惯性解决方案:
卸载vim,从新安装vim 仍然无效vim
vim aa
出现:vim: error while loading shared libraries: /lib64/libgpm.so.2: file too short缓存
yum provides *libgpm.so.2ide
yum reinstall -y gpm-libs-1.20.7-5.el7.x86_64测试
vim aacode
vim: error while loading shared libraries: /usr/lib64/perl5/CORE/libperl.so: file too short
yum reinstall -y perl-libsblog
yum updaterem
yum makecacheit
yum remove -y vim*
yum install -y vim*class