升级CentOS 6.5中VIM7.2到VIM7.4

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了升级CentOS 6.5中VIM7.2到VIM7.4相关的知识,希望对你有一定的参考价值。

升级CentOS 6.5VIM7.2VIM7.4

查看是否安装:

[[email protected] ~]# rpm -qa| grep vim

vim-minimal-7.2.411-1.8.el6.x86_64

vim-common-7.2.411-1.8.el6.x86_64

vim-enhanced-7.2.411-1.8.el6.x86_64

[[email protected] ~]# rpm -evim-minimal-7.2.411-1.8.el6.x86_64 vim-enhanced-7.2.411-1.8.el6.x86_64vim-common-7.2.411-1.8.el6.x86_64 --nodeps

[[email protected] ~]# rpm -aq|grep vim

注:--nodeps 选项是去掉依赖卸载,不加会报:vim-minimal is needed by (installed) sudo-1.8.6p3-15.el6.x86_64 之类的错。

 

II> 编译安装VIM 7.4

一、下载

[[email protected] src]# wgetftp://ftp.vim.org/pub/vim/unix/vim-7.4.tar.bz2

[[email protected] src]# wgetftp://ftp.vim.org/pub/vim/extra/vim-7.2-extra.tar.gz

[[email protected] src]# wgetftp://ftp.vim.org/pub/vim/extra/vim-7.2-lang.tar.gz

 

二、解压缩

[[email protected] src]# tar jxvfvim-7.4.tar.bz2

[[email protected] src]# tar zxvf vim-7.2-extra.tar.gz 

[[email protected] src]# tar zxvfvim-7.2-lang.tar.gz 

[[email protected] src]# mv vim72 vim74

 

三、安装依赖库

[[email protected] src]# yum installncurses-devel -y

 

四、配置confure文件

[[email protected] src]# cd vim74/src

[[email protected] src]# ./configure--with-features=huge --enable-rubyinterp --enable-pythoninterp--enable-luainterp --enable-multibyte --enable-sniff  --enable-fontset --enable-cscope--enable-gui=auto --prefix=/usr  --enable-xsmp--enable-xim --enable-gpm

五、编译

[[email protected] src]# make

 [[email protected]]# make install

六、测试是否升级成功

[[email protected] src]# vim --version

 

七、增加gvim支持

[[email protected] src]# yum install vim-X11-y

 

八、检查是否安装成功

[[email protected] src]# rpm -qa |grep vim

vim-common-7.2.411-1.8.el6.x86_64

vim-X11-7.2.411-1.8.el6.x86_64

 


本文出自 “天真无邪” 博客,请务必保留此出处http://innocence.blog.51cto.com/4313888/1878892

以上是关于升级CentOS 6.5中VIM7.2到VIM7.4的主要内容,如果未能解决你的问题,请参考以下文章

cenots7下vim7.4升级到vim8.2

CentOS 6.5 升级内核到 3.10.28

CentOS 6.5 升级内核到 3.10.28

centOS 6.5下升级mysql,从5.1升级到5.6

Centos 6.5 python 2.6.6 升级到 2.7

Centos 6.5 python 2.6 升级到 2.7