CentOS 8에 Vim 설치


$ sudo dnf search vim
$ sudo dnf info vim-minimal
$ sudo dnf info vim-enhanced
$ yum install vim-enhanced

 

 

사용방법

 

$ vim filename
$ vim /path/to/file
$ vim [options] my-code.sh



참고


https://www.cyberciti.biz/faq/how-to-install-vim-on-centos-8-using-dnf-yum/

 

How to install vim on CentOS 8 using dnf/yum - nixCraft

Are you missing VIM on CentOS 8? Here is how to easily install a version of the VIM editor which includes recent enhancements on CentOS 8 Linux using dnf.

www.cyberciti.biz

 

+ Recent posts