Operation System/Unix & Linux
vi: command not found
- -
728x90
반응형
vi 유틸리티 설치 방법
ssh
CentOS
[root@d86a1cc708f1 ~]# yum install -y vim
[root@d86a1cc708f1 ~]# vi
~
~
~
~ VIM - Vi IMproved
~
~ version 8.1.3741
~ by Bram Moolenaar et al.
~ Modified by team+vim@tracker.debian.org
~ Vim is open source and freely distributable
~
~ Sponsor Vim development!
~ type :help sponsor<Enter> for information
~
~ type :q<Enter> to exit
~ type :help<Enter> or <F1> for on-line help
~ type :help version8<Enter> for version info
Ubuntu
root@2e7d55ea6f88:~# apt-get install -y vim
root@2e7d55ea6f88:~# vi
~
~
~
~ VIM - Vi IMproved
~
~ version 8.1.3741
~ by Bram Moolenaar et al.
~ Modified by team+vim@tracker.debian.org
~ Vim is open source and freely distributable
~
~ Sponsor Vim development!
~ type :help sponsor<Enter> for information
~
~ type :q<Enter> to exit
~ type :help<Enter> or <F1> for on-line help
~ type :help version8<Enter> for version info
- 패키지 매니저로 설치가 불가능한 경우 아래 링크를 통해 직접 파일로 다운 받아 설치를 합니다.
Linux libarary 파일 다운로드
리눅스 환경에서 yum 또는 apt-get과 같은 패키지 관리자로 패키지를 다운 받지 못할 때 파일로 준비해야 합니다. Repository CentOS Index of /centos mirror.navercorp.com CentOS 버전에 맞게 탐색을 합니다. I..
junsuyoun.tistory.com
728x90
반응형
'Operation System > Unix & Linux' 카테고리의 다른 글
error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory (0) | 2022.09.25 |
---|---|
lsof: command not found (0) | 2022.09.25 |
ssh: command not found (0) | 2022.09.25 |
ifconfig: command not found (0) | 2022.09.25 |
netstat: command not found (0) | 2022.09.25 |
소중한 공감 감사합니다