OS/Rocky Linux

Rocky Linux 9 (9.5) htop install

강서버 2025. 4. 2. 05:39
반응형

1. Add EPEL yum repository (* if not added)

 

Rocky Linux 9 (9.5) EPEL yum repository add

$ sudo dnf install epel-releaseor$ sudo yum install epel-release  [ Execution Log ][gangserver@localhost ~]$ sudo dnf install epel-release마지막 메타자료 만료확인(0:01:06 이전): 2025년 04월 02일 (수) 오전 05시 23분

dasom.net

 

 

2. Install htop

$ sudo dnf install htop

or

$ sudo yum install htop

 

[ Execution Log ]

[gangserver@localhost ~]$ sudo dnf install htop
[sudo] gangserver의 암호: 
Extra Packages for Enterprise Linux 9 - x86_64  5.3 MB/s |  23 MB     00:04    
Extra Packages for Enterprise Linux 9 openh264  1.0 kB/s | 2.5 kB     00:02    
종속성이 해결되었습니다.
================================================================================
 꾸러미              구조            버전                 저장소           크기
================================================================================
설치 중:
 htop                x86_64          3.3.0-1.el9          epel            198 k
종속 꾸러미 설치 중:
 hwloc-libs          x86_64          2.4.1-5.el9          baseos          2.1 M

연결 요약
================================================================================
설치  2 꾸러미

전체 내려받기 크기: 2.3 M
설치된 크기 : 3.5 M
진행할까요? [y/N]: y
꾸러미 내려받기 중:
(1/2): htop-3.3.0-1.el9.x86_64.rpm              599 kB/s | 198 kB     00:00    
(2/2): hwloc-libs-2.4.1-5.el9.x86_64.rpm        2.9 MB/s | 2.1 MB     00:00    
--------------------------------------------------------------------------------
합계                                            1.1 MB/s | 2.3 MB     00:02     
Extra Packages for Enterprise Linux 9 - x86_64  1.6 MB/s | 1.6 kB     00:00    
GPG키 0x3228467C 가져오는 중:
사용자 ID : "Fedora (epel9) <epel@fedoraproject.org>"
지문: FF8A D134 4597 106E CE81 3B91 8A38 72BF 3228 467C
출처 : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-9
진행할까요? [y/N]: y
키 가져오기에 성공했습니다
연결 확인 실행 중
연결 확인에 성공했습니다.
연결 시험 실행 중
연결 시험에 성공했습니다.
연결 실행 중
  준비 중     :                                                             1/1 
  설치 중     : hwloc-libs-2.4.1-5.el9.x86_64                               1/2 
  설치 중     : htop-3.3.0-1.el9.x86_64                                     2/2 
  구현 중     : htop-3.3.0-1.el9.x86_64                                     2/2 
  확인 중     : htop-3.3.0-1.el9.x86_64                                     1/2 
  확인 중     : hwloc-libs-2.4.1-5.el9.x86_64                               2/2 

설치되었습니다:
  htop-3.3.0-1.el9.x86_64             hwloc-libs-2.4.1-5.el9.x86_64            

완료되었습니다!

 


3. Run htop

$ htop

 

반응형