User Tools

Site Tools


install_htop

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
install_htop [2016/12/19 17:20] – [On Debian and Ubuntu] walkeradmininstall_htop [2023/03/09 22:35] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Install htop ====== ====== Install htop ======
 +<color darkorange>2016</color>
 \\  \\ 
 \\  \\ 
 htop provides a graphical view of processor and memory capability and usage. It is pretty handy on the MFEL to work out if the limit of the processor(s) is being reached. It's a much more capable indicator of resource usage than the MFEL GUI performance indicator. htop provides a graphical view of processor and memory capability and usage. It is pretty handy on the MFEL to work out if the limit of the processor(s) is being reached. It's a much more capable indicator of resource usage than the MFEL GUI performance indicator.
 +\\ 
 +\\ 
 +==== If wget is not installed/working ====
 +\\ 
 +If the wget command is not available, or not working, you can try <color red>curl</color> as an alternative, check out this page for syntax [[wiki:use_curl_as_wget_replacement|Use Curl as wget Replacement]]
 \\  \\ 
 \\  \\ 
Line 51: Line 57:
 \\  \\ 
 \\  \\ 
 +==== Error: xz compression not available ====
 +\\ 
 +If you get the error:
 +\\ 
 +Error: xz compression not available
 +\\ 
 +Then it is due to an EPEL libarary mismatch, and you will have to remove the EPEL and reinstall it.
 +\\ 
 +\\ 
 +The code below will help, but you need to know what version to remove and to install. Just try to remove any version, if its wrong you will get an error, the error will tell you the currently installed version.
 +\\ 
 +    sudo rpm -e epel-release-7-5.noarch
 +    wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
 +    sudo rpm -ivh epel-release-6-8.noarch.rpm
 +    sudo yum clean all
 +    sudo rpmdb -v --rebuilddb
 +    sudo yum -y install libselinux-python
 +\\ 
 +\\ 
 +
install_htop.1482168035.txt.gz · Last modified: 2023/03/09 22:35 (external edit)