标题:[实践OK]linux【centos7】 如何通过yum升级vim7 到vim8 出处:向东博客 专注WEB应用 构架之美 --- 构架之美,在于尽态极妍 | 应用之美,在于药到病除 时间:Sun, 06 Jan 2019 16:59:11 +0000 作者:jackxiang 地址:http://jackxiang.com/post/10030/ 内容: 以下四条命令搞定,谁用谁知道 rpm -Uvh http://mirror.ghettoforge.org/distributions/gf/gf-release-latest.gf.el7.noarch.rpm rpm --import http://mirror.ghettoforge.org/distributions/gf/RPM-GPG-KEY-gf.el7 yum -y remove vim-minimal vim-common vim-enhanced sudo yum -y --enablerepo=gf-plus install vim-enhanced sudo 来自:https://blog.csdn.net/weixin_40545512/article/details/82685927 Generated by Jackxiang's Bo-blog 2.1.1 Release