OS/CentOS

CentOS Stream 9 htop install

강서버 2025. 9. 22. 07:11
반응형

 

1. (If epel-release is not installed) Please install it by referring to the url below.

https://gangserver.tistory.com/370

 

 

2. Install htop

$ sudo dnf install htop

 

[ Execution Log ]
[gangserver@localhost ~]$ sudo dnf install htop
[sudo] gangserver의 암호: 
마지막 메타자료 만료확인(0:13:51 이전): 2025년 09월 22일 (월) 오전 06시 39분 11초.
종속성이 해결되었습니다.
================================================================================
 꾸러미              구조            버전                 저장소           크기
================================================================================
설치 중:
 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              626 kB/s | 198 kB     00:00    
(2/2): hwloc-libs-2.4.1-5.el9.x86_64.rpm        116 kB/s | 2.1 MB     00:18    
--------------------------------------------------------------------------------
합계                                            117 kB/s | 2.3 MB     00:20     
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 
  확인 중     : 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             hwloc-libs-2.4.1-5.el9.x86_64            

완료되었습니다!

 

 

3. Run htop

[gangserver@localhost ~]$ htop

 

반응형