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
'linux' 카테고리의 다른 글
CentOS 8의 가상 하드디스크 용량 증가 (0) | 2020.08.25 |
---|---|
Linux python path설정 & pip3 업데이트 (0) | 2020.08.10 |
/usr/bin/env: `perl': No such file or directory (2) | 2020.08.03 |
How to install java 8 on CentOS 8 (0) | 2020.08.03 |
How to install Python3.7 on CentOS 8 (0) | 2020.07.30 |