본문 바로가기
컴퓨터일반

센트OS(CentOS7), No package htop available 오류 메시지 해결 방법!!

by 잡다한 처리 2019. 2. 26.
반응형

안녕하세요!! 처리의 블로그 주인장 처리(^-^/)입니다.


예전에는 우분투 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이 잘 나옵니다.

댓글