CentOS Stream release 8にhtopを入れる

インストール

TOPはもはや時代遅れ、orzということでhtopをインストールした手順を記すepel→htopで完了

# dnf install epel-release

Last metadata expiration check: 0:55:54 ago on Mon 27 Sep 2021 12:00:13 PM JST.
Dependencies resolved.
================================================================================
 Package                   Architecture   Version          Repository      Size
================================================================================
Installing:
 epel-release              noarch         8-11.el8         extras          24 k
Installing weak dependencies:
 epel-next-release         noarch         8-11.el8         extras          11 k

Transaction Summary
================================================================================
Install  2 Packages

Total download size: 35 k
Installed size: 38 k
Is this ok [y/N]: y
Downloading Packages:
(1/2): epel-next-release-8-11.el8.noarch.rpm    192 kB/s |  11 kB     00:00
(2/2): epel-release-8-11.el8.noarch.rpm         338 kB/s |  24 kB     00:00
--------------------------------------------------------------------------------
Total                                            15 kB/s |  35 kB     00:02
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1
  Installing       : epel-release-8-11.el8.noarch                           1/2
  Installing       : epel-next-release-8-11.el8.noarch                      2/2
  Running scriptlet: epel-next-release-8-11.el8.noarch                      2/2
  Verifying        : epel-next-release-8-11.el8.noarch                      1/2
  Verifying        : epel-release-8-11.el8.noarch                           2/2
Installed products updated.

Installed:
  epel-next-release-8-11.el8.noarch         epel-release-8-11.el8.noarch

Complete!



# dnf search htop
Extra Packages for Enterprise Linux 8 - x86_64  5.4 MB/s |  10 MB     00:01
Extra Packages for Enterprise Linux Modular 8 - 1.5 MB/s | 955 kB     00:00
Extra Packages for Enterprise Linux 8 - Next -  844 kB/s | 1.2 MB     00:01
========================== Name Exactly Matched: htop ==========================
htop.x86_64 : Interactive process viewer


# dnf install htop
Last metadata expiration check: 0:00:12 ago on Mon 27 Sep 2021 12:56:33 PM JST.
Dependencies resolved.
================================================================================
 Package         Architecture      Version                Repository       Size
================================================================================
Installing:
 htop            x86_64            3.0.5-1.el8            epel            142 k

Transaction Summary
================================================================================
Install  1 Package

Total download size: 142 k
Installed size: 326 k
Is this ok [y/N]: y
Downloading Packages:
htop-3.0.5-1.el8.x86_64.rpm                     978 kB/s | 142 kB     00:00
--------------------------------------------------------------------------------
Total                                           332 kB/s | 142 kB     00:00
Extra Packages for Enterprise Linux 8 - x86_64  1.6 MB/s | 1.6 kB     00:00
Importing GPG key 0x2F86D6A1:
 Userid     : "Fedora EPEL (8) <epel@fedoraproject.org>"
 Fingerprint: 94E2 79EB 8D8F 25B2 1810 ADF1 21EA 45AB 2F86 D6A1
 From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-8
Is this ok [y/N]: y
Key imported successfully
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1
  Installing       : htop-3.0.5-1.el8.x86_64                                1/1
  Running scriptlet: htop-3.0.5-1.el8.x86_64                                1/1
  Verifying        : htop-3.0.5-1.el8.x86_64                                1/1
Installed products updated.

Installed:
  htop-3.0.5-1.el8.x86_64

Complete!

画面スクショ

htop

top

コメント