"CentOS nano 설치"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
(다른 사용자 한 명의 중간 판 하나는 보이지 않습니다)
3번째 줄: 3번째 줄:
==설치 확인==
==설치 확인==
;명령어
;명령어
<source lang='bash'>
<syntaxhighlight lang='bash'>
rpm -qa | grep nanos
rpm -qa | grep nano
</source>
</syntaxhighlight>


;실행예시(설치됨)
;실행예시(설치됨)
<source lang='console'>
<syntaxhighlight lang='console'>
[root@zetawiki ~]# rpm -qa | grep nano  
[root@zetawiki ~]# rpm -qa | grep nano  
nano-2.0.9-7.el6.x86_64
nano-2.0.9-7.el6.x86_64
</source>
</syntaxhighlight>


;실행예시(설치안됨)
;실행예시(설치안됨)
<source lang='console'>
<syntaxhighlight lang='console'>
[root@zetawiki ~]# rpm -qa | grep nano  
[root@zetawiki ~]# rpm -qa | grep nano  
</source>
</syntaxhighlight>


==설치==
==설치==
;명령어
;명령어
<source lang='bash'>
<syntaxhighlight lang='bash'>
yum install nano -y
yum install nano -y
</source>
</syntaxhighlight>


;실행예시
;실행예시
<source lang='console'>
<syntaxhighlight lang='console'>
[root@zetawiki etc]# yum install nano -y
[root@zetawiki etc]# yum install nano -y
Loaded plugins: fastestmirror
Loaded plugins: fastestmirror
62번째 줄: 62번째 줄:


Complete!
Complete!
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==

2022년 8월 18일 (목) 17:17 기준 최신판

nano

1 설치 확인[ | ]

명령어
rpm -qa | grep nano
실행예시(설치됨)
[root@zetawiki ~]# rpm -qa | grep nano 
nano-2.0.9-7.el6.x86_64
실행예시(설치안됨)
[root@zetawiki ~]# rpm -qa | grep nano

2 설치[ | ]

명령어
yum install nano -y
실행예시
[root@zetawiki etc]# yum install nano -y
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package nano.x86_64 0:1.3.12-1.1 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package         Arch              Version                Repository       Size
================================================================================
Installing:
 nano            x86_64            1.3.12-1.1             Daum            482 k

Transaction Summary
================================================================================
Install       1 Package(s)
Upgrade       0 Package(s)

Total download size: 482 k
Downloading Packages:
nano-1.3.12-1.1.x86_64.rpm                               | 482 kB     00:00     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing     : nano                                                     1/1 

Installed:
  nano.x86_64 0:1.3.12-1.1                                                      

Complete!

3 같이 보기[ | ]

4 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}