Installation of vim Install vim by running the following commands: patch -Np1 -i ../vim-6.1-fhs-compliant-vimrc.patch && ./configure --prefix=/usr \ --with-features=huge && make && make install