안녕하세요!! 처리의 블로그 주인장 처리(^-^/)입니다.
예전에는 우분투 OS를 많이 사용했었는데, 이제는 CentOS가 대세라는 회사 백차석님의 이야기를 듣고
대부분의 리눅스 OS를 CentOS로 사용중입니다.
그래서 시스템모니터 프로세스 관리자인 "htop"을 많이 사용하게 되는데 이번 서버에서는
htop 패키지가 설치가 되지않아 답답한 마음에 검색을 해보니 오류 해결방안이 있어서 소개합니다.
[root@TEST ~]# yum install htop // htop을 설치하고 싶은데 ㅠㅠ
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.kakao.com
* extras: mirror.kakao.com
* updates: mirror.kakao.com
No package htop available. // 에러가 뜹니다.
Error: Nothing to do
[root@TEST ~]#
[root@TEST ~]# yum install epel-release -y // epel 저장소를 추가해줍니다.
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.kakao.com
* extras: mirror.kakao.com
* updates: mirror.kakao.com
Resolving Dependencies
--> Running transaction check
---> Package epel-release.noarch 0:7-11 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
==========================================================
Package Arch Version Repository Size
==========================================================
Installing:
epel-release noarch 7-11 extras 15 k
Transaction Summary
==========================================================
Install 1 Package
Total download size: 15 k
Installed size: 24 k
Downloading packages:
epel-release-7-11.noarch.rpm | 15 kB 00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : epel-release-7-11.noarch 1/1
Verifying : epel-release-7-11.noarch 1/1
Installed:
epel-release.noarch 0:7-11 // 성공적으로 설치가 완료
Complete!
[root@TEST ~]#
[root@TEST ~]# yum install htop -y // 다시 설치를 시도 합니다.
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.kakao.com
* epel: mirror.premi.st
* extras: mirror.kakao.com
* updates: mirror.kakao.com
Resolving Dependencies
--> Running transaction check
---> Package htop.x86_64 0:2.2.0-3.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
==========================================================
Package Arch Version Repository Size
==========================================================
Installing:
htop x86_64 2.2.0-3.el7 epel 103 k
Transaction Summary
==========================================================
Install 1 Package
Total download size: 103 k
Installed size: 218 k
Downloading packages:
warning: /var/cache/yum/x86_64/7/epel/packages/htop-2.2.0-3.el7.x86_64.rpm: Header V3 RSA/SHA256
Signature, key ID 352c64e5: NOKEY================ ] 74 kB/s | 80 kB 00:00:00 ETA
Public key for htop-2.2.0-3.el7.x86_64.rpm is not installed
htop-2.2.0-3.el7.x86_64.rpm | 103 kB 00:00:03
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
Importing GPG key 0x352C64E5:
Userid : "Fedora EPEL (7) <epel@fedoraproject.org>"
Fingerprint: 91e9 7d7c 4a5e 96f1 7f3e 888f 6a2f aea2 352c 64e5
Package : epel-release-7-11.noarch (@extras)
From : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : htop-2.2.0-3.el7.x86_64 1/1
Verifying : htop-2.2.0-3.el7.x86_64 1/1
Installed:
htop.x86_64 0:2.2.0-3.el7 // 설치 완료^^
Complete!
[root@TEST ~]#
설치가 완료되면 역시나~ htop이 잘 나옵니다.
'컴퓨터일반' 카테고리의 다른 글
정규표현식, 온라인 사이트 소개(regex101, RegExr) (0) | 2019.07.31 |
---|---|
HTTPS 차단 우회해서 접속하는 방법 2탄!!(안드로이드, PC) (3) | 2019.02.26 |
HHTPS 차단 우회해서 접속하는 방법(IOS, 안드로이드, PC) (2) | 2019.02.14 |
구글 크롬(Google Chrome), 42버전으로 업데이트 후 "NPAPI 플러그인 활성화 방법" (6) | 2015.04.16 |
유투브(YouTube), 간단한 입력으로 유투브 동영상 다운로드 방법 소개 (2) | 2015.03.16 |
댓글