Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
software:vim [2016/05/29 00:05]
eServices Greece
software:vim [2019/08/21 05:52]
eServices Greece [Requirements]
Line 3: Line 3:
 <wrap left centeralign tip half em>You should remove all vim packages before the following.</wrap> <wrap left centeralign tip half em>You should remove all vim packages before the following.</wrap>
 <WRAP clear/> <WRAP clear/>
 +<sxh bash>
 +yum remove vim
 +</sxh>
 ==== Install centos compilers ==== ==== Install centos compilers ====
 <sxh bash>yum groupinstall 'Development tools'</sxh> <sxh bash>yum groupinstall 'Development tools'</sxh>
  
 ==== Requirements ==== ==== Requirements ====
-<sxh bash>yum install ncurses ncurses-devel lua-devel.x86_64</sxh>+<sxh bash>yum install -y ncurses ncurses-devel lua-devel.x86_64</sxh>
  
 === Build & Install === === Build & Install ===