- nano
1 설치 확인[ | ]
- 명령어
Bash
Copy
rpm -qa | grep nano
- 실행예시(설치됨)
Console
Copy
[root@zetawiki ~]# rpm -qa | grep nano
nano-2.0.9-7.el6.x86_64
- 실행예시(설치안됨)
Console
Copy
[root@zetawiki ~]# rpm -qa | grep nano
2 설치[ | ]
- 명령어
Bash
Copy
yum install nano -y
- 실행예시
Console
Copy
[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 참고[ | ]
편집자 Jmnote bot Jmnote 211.225.19.235
로그인하시면 댓글을 쓸 수 있습니다.