User Tools

Site Tools


wiki:installing_htop

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
wiki:installing_htop [2017/01/12 19:25] – created walkeradminwiki:installing_htop [2023/03/09 22:35] (current) – external edit 127.0.0.1
Line 11: Line 11:
 \\  \\ 
 Update the repositories to be able to install htop, please check out this wiki page first (or the install will fail) Update the repositories to be able to install htop, please check out this wiki page first (or the install will fail)
-\\  
 \\  \\ 
 [[wiki:centos_7_no_wget_install_epel|CentOs 7 no WGET install EPEL]] [[wiki:centos_7_no_wget_install_epel|CentOs 7 no WGET install EPEL]]
Line 20: Line 19:
 \\  \\ 
 Just download the htop library, and install that Just download the htop library, and install that
 +<file>
 +curl -O https://dl.fedoraproject.org/pub/epel/7Server/x86_64/h/htop-2.0.2-1.el7.x86_64.rpm
 +</file>
 +<color red>The above example is for CentOS 7, use the correct path for your CentOS version</color>
 \\  \\ 
 \\  \\ 
 +Bear in mind that the htop version might change
 +
 +----
 +
 ==== Install htop ==== ==== Install htop ====
 +The installation of htop is very simple, you just need to type in to the console:
 \\  \\ 
 \\  \\ 
-The installation of htop is very simple, you just need to type in to the console:+    yum install htop -y 
 +\\  
 +\\  
 +<file> 
 +yum install htop -y 
 + 
 +Loaded pluginsfastestmirror 
 +Loading mirror speeds from cached hostfile 
 + * epel: epel.check-update.co.uk 
 + * epel-debuginfo: mirrors.coreix.net 
 + * epel-source: mirrors.coreix.net 
 + * epel-testing-debuginfo: mirrors.coreix.net 
 + * epel-testing-source: mirrors.coreix.net 
 +Resolving Dependencies 
 +--> Running transaction check 
 +---> Package htop.x86_64 0:2.0.2-1.el7 will be installed 
 +--> Finished Dependency Resolution 
 + 
 +Dependencies Resolved 
 + 
 +============================================================================================== 
 +Package         Arch                    Version             Repository               Size 
 +============================================================================================== 
 +Installing:     htop                    x86_64              2.0.2-1.el7 epel         98 k 
 + 
 +Transaction Summary 
 +============================================================================================== 
 +Install  1 Package 
 + 
 +Total download size: 98 k 
 +Installed size: 207 k 
 +Downloading packages: 
 +htop-2.0.2-1.el7.x86_64.rpm                                      98 kB  00:00:00 
 +Running transaction check 
 +Running transaction test 
 +Transaction test succeeded 
 +Running transaction 
 +  Installing : htop-2.0.2-1.el7.x86_64                          1/1 
 +  Verifying  : htop-2.0.2-1.el7.x86_64                          1/1 
 + 
 +Installed: 
 +  htop.x86_64 0:2.0.2-1.el7 
 + 
 +Complete! 
 + 
 +</file> 
 + 
 +---- 
 +==== htop Versions ==== 
 +\\  
 +On CentOS 6 and earlier you will get htop v1.x.x.x 
 +\\  
 +\\  
 +On CentOS 7 you get htop v2.x.x.x
 \\  \\ 
 \\  \\ 
-yum install htop.+
wiki/installing_htop.1484249130.txt.gz · Last modified: 2023/03/09 22:35 (external edit)