{"id":11698,"date":"2019-08-27T19:30:01","date_gmt":"2019-08-27T19:30:01","guid":{"rendered":"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-rhel-8-using-yum\/"},"modified":"2019-08-27T19:31:29","modified_gmt":"2019-08-27T19:31:29","slug":"how-to-install-htop-on-rhel-8-using-yum","status":"publish","type":"post","link":"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-rhel-8-using-yum\/","title":{"rendered":"How to install htop on RHEL 8 using yum"},"content":{"rendered":"<p>&nbsp;<\/p>\n<div>\n<div class=\"my_story\"><img decoding=\"async\" src=\"https:\/\/techolac.com\/wp-content\/uploads\/2019\/08\/rhlogo.gif\" alt=\"\" border=\"0\" \/><\/div>\n<p><span class=\"drop_cap\">I<\/span> am a new user of Red Hat Enterprise Linux 8. How do I install htop on RHEL 8 using the yum command?<br \/>\n<span id=\"more-148178\"><\/span><br \/>\n<em>Introduction<\/em> \u2013 htop is nothing but Interactive process viewer for RHEL (Red Hat Enterprise) 8 Linux . It is just like default top command with an additional set of options and better display on the screen. This page shows <strong>how to install htop on RHEL 8 using yum command<\/strong>.<\/p>\n<p><center><\/center><\/p>\n<div id=\"blocker7a1003a\" style=\"display: none; margin-bottom: 30px; padding: 20px 10px; background: #ffcccc;\">\n<h5>Adblock detected \ud83d\ude31<\/h5>\n<div style=\"text-align: center; border-radius: 5px;\">My website is made possible by displaying online advertisements to my visitors. I get it! Ads are annoying but they help keep this website running. It is hard to keep the site running and producing new content when so many people block ads. Please consider donating money to the nixCraft via <strong>PayPal<\/strong>\/<strong>Bitcoin<\/strong>, or become a <strong>supporter using Patreon<\/strong>.<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<h2>How to install htop on RHEL 8 using yum<\/h2>\n<p>The procedure for installing htop on Red Hat Enterprise Linux 8 is as follows:<\/p>\n<ol>\n<li>Open the terminal window.<\/li>\n<li>For remote RHEL 8 server login using ssh command.<\/li>\n<li>Enable EPEL repo for RHEL 8 server or desktop<\/li>\n<li>Execute <kbd><strong>yum search htop<\/strong><\/kbd> command to search for htop on RHEL 8<\/li>\n<li>Run <kbd><strong>sudo yum install htop<\/strong><\/kbd> to install htop in RHEL 8<\/li>\n<\/ol>\n<p>Let us see all steps and command in details.<\/p>\n<p><code>sudo yum install https:\/\/dl.fedoraproject.org\/pub\/epel\/epel-release-latest-8.noarch.rpm<br \/>\nsudo yum update<\/code><\/p>\n<h2>RHEL 8 install htop<\/h2>\n<p>Let us search for htop package using yum command:<br \/>\n<code>yum search htop<\/code><\/p>\n<pre>Sample outputs:Last metadata expiration check: 0:07:38 ago on Thursday 22 August 2019 04:46:52 PM UTC.\r\n======================================================================== Name Exactly Matched: htop ====\r\nhtop.x86_64 : Interactive process viewer\r\n<\/pre>\n<h3>Get information about htop package<\/h3>\n<p>Run the following command:<br \/>\n<code>yum info htop<\/code><br \/>\nSample outputs:<\/p>\n<pre>Last metadata expiration check: 0:08:20 ago on Thursday 22 August 2019 04:46:52 PM UTC.\r\nAvailable Packages\r\nName         : htop\r\nVersion      : 2.2.0\r\nRelease      : 6.el8\r\nArch         : x86_64\r\nSize         : 112 k\r\nSource       : htop-2.2.0-6.el8.src.rpm\r\nRepo         : epel\r\nSummary      : Interactive process viewer\r\nURL          : http:\/\/hisham.hm\/htop\/\r\nLicense      : GPLv2+\r\nDescription  : htop is an interactive text-mode process viewer for Linux, similar to\r\n             : top(1).\r\n<\/pre>\n<h3>Install htop<\/h3>\n<p>Finally, run the following to install htop on RHEL 8:<br \/>\n<code>sudo yum install htop<\/code><\/p>\n<figure id=\"attachment_148180\" class=\"wp-caption aligncenter\" style=\"width: 599px;\" aria-describedby=\"caption-attachment-148180\"><img decoding=\"async\" class=\"size-full wp-image-148180\" src=\"https:\/\/techolac.com\/wp-content\/uploads\/2019\/08\/Install-htop-on-RHEL-8-using-yum-command.png\" sizes=\"(max-width: 599px) 85vw, 599px\" srcset=\"https:\/\/techolac.com\/wp-content\/uploads\/2019\/08\/Install-htop-on-RHEL-8-using-yum-command.png 599w, https:\/\/techolac.com\/wp-content\/uploads\/2019\/08\/1_Install-htop-on-RHEL-8-using-yum-command-300x282.png 300w\" alt=\"Install htop on RHEL 8 using yum command\" width=\"599\" height=\"564\" \/><figcaption id=\"caption-attachment-148180\" class=\"wp-caption-text\">Installing htop on RHEL 8 using yum command<\/figcaption><\/figure>\n<h2>How to use htop command<\/h2>\n<p>The syntax is:<br \/>\n<code>htop<br \/>\nhtop [options]<br \/>\nhtop [options] arg<\/code><br \/>\n<img decoding=\"async\" class=\"aligncenter size-full wp-image-148181\" src=\"https:\/\/techolac.com\/wp-content\/uploads\/2019\/08\/Running-htop-on-RHEL-8-Linux-server.png\" sizes=\"(max-width: 599px) 85vw, 599px\" srcset=\"https:\/\/techolac.com\/wp-content\/uploads\/2019\/08\/Running-htop-on-RHEL-8-Linux-server.png 599w, https:\/\/techolac.com\/wp-content\/uploads\/2019\/08\/1_Running-htop-on-RHEL-8-Linux-server-289x300.png 289w\" alt=\"Running htop on RHEL 8 Linux server\" width=\"599\" height=\"621\" \/><br \/>\nOne can use a monochrome color scheme, run:<br \/>\n<code>htop -C<br \/>\nhtop --no-color<\/code><br \/>\nWant to see the tree view by default when running htop? Try:<br \/>\n<code>htop -t<br \/>\nhtop --tree <\/code><br \/>\nLet us see only processes of a given user named vivek:<br \/>\n<code>htop -u vivek<br \/>\nhtop --user=vivek<br \/>\nhtop --user=nginx <\/code><br \/>\nLimit and show process for only the given PIDs:<br \/>\n<code>htop -p PID<br \/>\nhtop -p PID1,PID2<br \/>\n--pid=PID,[,PID,PID...]<br \/>\nhtop -p 1342<br \/>\nhtop -p 7435,1367<\/code><\/p>\n<h2>htop keyboard shortcut keys<\/h2>\n<p>The following commands are supported while in htop:<\/p>\n<table>\n<tbody>\n<tr>\n<th>Command<\/th>\n<th>Description<\/th>\n<\/tr>\n<tr>\n<td><kbd><strong>Up arrow key<\/strong><\/kbd><\/td>\n<td>Select (highlight) the previous process in the process list. Scroll the list if necessary.<\/td>\n<\/tr>\n<tr>\n<td><kbd><strong>Down arrow key<\/strong><\/kbd><\/td>\n<td>Select (highlight) the next process in the process list. Scroll the list if necessary.<\/td>\n<\/tr>\n<tr>\n<td><kbd><strong>Left arrow key<\/strong><\/kbd><\/td>\n<td>Scroll the process list left.<\/td>\n<\/tr>\n<tr>\n<td><kbd><strong>Right arrow key<\/strong><\/kbd><\/td>\n<td>Scroll the process list right.<\/td>\n<\/tr>\n<tr>\n<td><kbd><strong>PgUp, PgDn<\/strong><\/kbd><\/td>\n<td>Scroll the process list up or down one window.<\/td>\n<\/tr>\n<tr>\n<td><kbd><strong>Home<\/strong><\/kbd><\/td>\n<td>Scroll to the top of the process list and select the first process.<\/td>\n<\/tr>\n<tr>\n<td><kbd><strong>End<\/strong><\/kbd><\/td>\n<td>Scroll to the bottom of the process list and select the last process.<\/td>\n<\/tr>\n<tr>\n<td><kbd><strong>s<\/strong><\/kbd><\/td>\n<td>Trace process system calls: if strace(1) is installed, pressing this key will attach it to the currently selected process, presenting a live update of system calls issued by the process.<\/td>\n<\/tr>\n<tr>\n<td><kbd><strong>l<\/strong><\/kbd><\/td>\n<td>Display open files for a process: if lsof(1) is installed, pressing this key will display the list of file descriptors opened by the process.<\/td>\n<\/tr>\n<tr>\n<td><kbd><strong>u<\/strong><\/kbd><\/td>\n<td>Show only processes owned by a specified user.<\/td>\n<\/tr>\n<tr>\n<td><kbd><strong>M<\/strong><\/kbd><\/td>\n<td>Sort by memory usage (top compatibility key).<\/td>\n<\/tr>\n<tr>\n<td><kbd><strong>P<\/strong><\/kbd><\/td>\n<td>Sort by processor usage (top compatibility key).<\/td>\n<\/tr>\n<tr>\n<td><kbd><strong>T<\/strong><\/kbd><\/td>\n<td>Sort by time (top compatibility key).<\/td>\n<\/tr>\n<tr>\n<td><kbd><strong>F<\/strong><\/kbd><\/td>\n<td>\u201cFollow\u201d process: if the sort order causes the currently selected process to move in the list, make the selection bar follow it. This is useful for monitoring a process: this way, you can keep a process always visible on screen. When a movement key is used, \u201cfollow\u201d loses effect.<\/td>\n<\/tr>\n<tr>\n<td><kbd><strong>K<\/strong><\/kbd><\/td>\n<td>Hide kernel threads: prevent the threads belonging the kernel to be displayed in the process list. (This is a toggle key.)<\/td>\n<\/tr>\n<tr>\n<td><kbd><strong>H<\/strong><\/kbd><\/td>\n<td>Hide user threads: on systems that represent them differently than ordinary processes (such as recent NPTL-based systems), this can hide threads from userspace processes in the process list. (This is a toggle key.)<\/td>\n<\/tr>\n<tr>\n<td><kbd><strong>p<\/strong><\/kbd><\/td>\n<td>Show full paths to running programs, where applicable. (This is a toggle key.)<\/td>\n<\/tr>\n<tr>\n<td><kbd><strong>Ctrl-L<\/strong><\/kbd><\/td>\n<td>Rfresh the screen.<\/td>\n<\/tr>\n<tr>\n<td><kbd><strong>F1<\/strong><\/kbd><\/td>\n<td>See this help menu.<\/td>\n<\/tr>\n<tr>\n<td><kbd><strong>h<\/strong><\/kbd><\/td>\n<td>Same as above.<\/td>\n<\/tr>\n<tr>\n<td><kbd><strong>?<\/strong><\/kbd><\/td>\n<td>Again, same as above.<\/td>\n<\/tr>\n<tr>\n<td><kbd><strong>F10<\/strong><\/kbd><\/td>\n<td>Quit htop<\/td>\n<\/tr>\n<tr>\n<td><kbd><strong>q<\/strong><\/kbd><\/td>\n<td>Exit htop (same as above)<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>How to get help about htop<\/h2>\n<p>Simply pass the <kbd>--help<\/kbd> option. For example:<br \/>\n<code>htop --help<br \/>\nman htop<\/code><\/p>\n<h2>Conclusion<\/h2>\n<p>This page showed you how to install and use htop on RHEL 8. For more information see htop home page here.<\/p>\n<div class=\"author-info\">\n<div class=\"author-description\">\n<p class=\"author-bio\">\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; I am a new user of Red Hat Enterprise Linux 8. How do I install htop on RHEL 8 using the yum command? Introduction \u2013 htop is nothing but Interactive process viewer for RHEL (Red Hat Enterprise) 8 Linux . It is just like default top command with an additional set of options and [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":11695,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[26],"tags":[1428,624,952,1427,630,629],"class_list":["post-11698","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-linux","tag-1428","tag-htop","tag-install","tag-rhel","tag-rhel-8","tag-yum"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to install htop on RHEL 8 using yum - Techolac<\/title>\n<meta name=\"description\" content=\"How to install htop on RHEL 8 using yum? In this article we will guide u how to install htop on RHEL 8 using yum.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-rhel-8-using-yum\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to install htop on RHEL 8 using yum - Techolac\" \/>\n<meta property=\"og:description\" content=\"How to install htop on RHEL 8 using yum? In this article we will guide u how to install htop on RHEL 8 using yum.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-rhel-8-using-yum\/\" \/>\n<meta property=\"og:site_name\" content=\"Techolac - Computer Technology News\" \/>\n<meta property=\"article:published_time\" content=\"2019-08-27T19:30:01+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-08-27T19:31:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.techolac.com\/wp-content\/uploads\/2019\/08\/Running-htop-on-RHEL-8-Linux-server.png\" \/>\n\t<meta property=\"og:image:width\" content=\"599\" \/>\n\t<meta property=\"og:image:height\" content=\"621\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Editorial Staff\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Editorial Staff\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-rhel-8-using-yum\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-rhel-8-using-yum\/\"},\"author\":{\"name\":\"Editorial Staff\",\"@id\":\"https:\/\/www.techolac.com\/#\/schema\/person\/3c09b621dfc5ef8f09b6f48236a9ae7b\"},\"headline\":\"How to install htop on RHEL 8 using yum\",\"datePublished\":\"2019-08-27T19:30:01+00:00\",\"dateModified\":\"2019-08-27T19:31:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-rhel-8-using-yum\/\"},\"wordCount\":668,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.techolac.com\/#\/schema\/person\/3c09b621dfc5ef8f09b6f48236a9ae7b\"},\"image\":{\"@id\":\"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-rhel-8-using-yum\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.techolac.com\/wp-content\/uploads\/2019\/08\/Running-htop-on-RHEL-8-Linux-server.png\",\"keywords\":[\"8\",\"htop\",\"install\",\"RHEL\",\"RHEL 8\",\"yum\"],\"articleSection\":[\"Linux\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-rhel-8-using-yum\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-rhel-8-using-yum\/\",\"url\":\"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-rhel-8-using-yum\/\",\"name\":\"How to install htop on RHEL 8 using yum - Techolac\",\"isPartOf\":{\"@id\":\"https:\/\/www.techolac.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-rhel-8-using-yum\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-rhel-8-using-yum\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.techolac.com\/wp-content\/uploads\/2019\/08\/Running-htop-on-RHEL-8-Linux-server.png\",\"datePublished\":\"2019-08-27T19:30:01+00:00\",\"dateModified\":\"2019-08-27T19:31:29+00:00\",\"description\":\"How to install htop on RHEL 8 using yum? In this article we will guide u how to install htop on RHEL 8 using yum.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-rhel-8-using-yum\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-rhel-8-using-yum\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-rhel-8-using-yum\/#primaryimage\",\"url\":\"https:\/\/www.techolac.com\/wp-content\/uploads\/2019\/08\/Running-htop-on-RHEL-8-Linux-server.png\",\"contentUrl\":\"https:\/\/www.techolac.com\/wp-content\/uploads\/2019\/08\/Running-htop-on-RHEL-8-Linux-server.png\",\"width\":599,\"height\":621},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-rhel-8-using-yum\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.techolac.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to install htop on RHEL 8 using yum\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.techolac.com\/#website\",\"url\":\"https:\/\/www.techolac.com\/\",\"name\":\"Techolac - Computer Technology News\",\"description\":\"A weblog on emerging technology and internet news, reviews, tips for a broad range of computing technologies.\",\"publisher\":{\"@id\":\"https:\/\/www.techolac.com\/#\/schema\/person\/3c09b621dfc5ef8f09b6f48236a9ae7b\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.techolac.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/www.techolac.com\/#\/schema\/person\/3c09b621dfc5ef8f09b6f48236a9ae7b\",\"name\":\"Editorial Staff\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.techolac.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/46bb6cbf5ea4efe79156ff0f5de0a9602d1d0e5da0cb54b21e05a35d7e23379c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/46bb6cbf5ea4efe79156ff0f5de0a9602d1d0e5da0cb54b21e05a35d7e23379c?s=96&d=mm&r=g\",\"caption\":\"Editorial Staff\"},\"logo\":{\"@id\":\"https:\/\/www.techolac.com\/#\/schema\/person\/image\/\"},\"url\":\"https:\/\/www.techolac.com\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to install htop on RHEL 8 using yum - Techolac","description":"How to install htop on RHEL 8 using yum? In this article we will guide u how to install htop on RHEL 8 using yum.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-rhel-8-using-yum\/","og_locale":"en_US","og_type":"article","og_title":"How to install htop on RHEL 8 using yum - Techolac","og_description":"How to install htop on RHEL 8 using yum? In this article we will guide u how to install htop on RHEL 8 using yum.","og_url":"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-rhel-8-using-yum\/","og_site_name":"Techolac - Computer Technology News","article_published_time":"2019-08-27T19:30:01+00:00","article_modified_time":"2019-08-27T19:31:29+00:00","og_image":[{"width":599,"height":621,"url":"https:\/\/www.techolac.com\/wp-content\/uploads\/2019\/08\/Running-htop-on-RHEL-8-Linux-server.png","type":"image\/png"}],"author":"Editorial Staff","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Editorial Staff","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-rhel-8-using-yum\/#article","isPartOf":{"@id":"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-rhel-8-using-yum\/"},"author":{"name":"Editorial Staff","@id":"https:\/\/www.techolac.com\/#\/schema\/person\/3c09b621dfc5ef8f09b6f48236a9ae7b"},"headline":"How to install htop on RHEL 8 using yum","datePublished":"2019-08-27T19:30:01+00:00","dateModified":"2019-08-27T19:31:29+00:00","mainEntityOfPage":{"@id":"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-rhel-8-using-yum\/"},"wordCount":668,"commentCount":0,"publisher":{"@id":"https:\/\/www.techolac.com\/#\/schema\/person\/3c09b621dfc5ef8f09b6f48236a9ae7b"},"image":{"@id":"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-rhel-8-using-yum\/#primaryimage"},"thumbnailUrl":"https:\/\/www.techolac.com\/wp-content\/uploads\/2019\/08\/Running-htop-on-RHEL-8-Linux-server.png","keywords":["8","htop","install","RHEL","RHEL 8","yum"],"articleSection":["Linux"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-rhel-8-using-yum\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-rhel-8-using-yum\/","url":"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-rhel-8-using-yum\/","name":"How to install htop on RHEL 8 using yum - Techolac","isPartOf":{"@id":"https:\/\/www.techolac.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-rhel-8-using-yum\/#primaryimage"},"image":{"@id":"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-rhel-8-using-yum\/#primaryimage"},"thumbnailUrl":"https:\/\/www.techolac.com\/wp-content\/uploads\/2019\/08\/Running-htop-on-RHEL-8-Linux-server.png","datePublished":"2019-08-27T19:30:01+00:00","dateModified":"2019-08-27T19:31:29+00:00","description":"How to install htop on RHEL 8 using yum? In this article we will guide u how to install htop on RHEL 8 using yum.","breadcrumb":{"@id":"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-rhel-8-using-yum\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-rhel-8-using-yum\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-rhel-8-using-yum\/#primaryimage","url":"https:\/\/www.techolac.com\/wp-content\/uploads\/2019\/08\/Running-htop-on-RHEL-8-Linux-server.png","contentUrl":"https:\/\/www.techolac.com\/wp-content\/uploads\/2019\/08\/Running-htop-on-RHEL-8-Linux-server.png","width":599,"height":621},{"@type":"BreadcrumbList","@id":"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-rhel-8-using-yum\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.techolac.com\/"},{"@type":"ListItem","position":2,"name":"How to install htop on RHEL 8 using yum"}]},{"@type":"WebSite","@id":"https:\/\/www.techolac.com\/#website","url":"https:\/\/www.techolac.com\/","name":"Techolac - Computer Technology News","description":"A weblog on emerging technology and internet news, reviews, tips for a broad range of computing technologies.","publisher":{"@id":"https:\/\/www.techolac.com\/#\/schema\/person\/3c09b621dfc5ef8f09b6f48236a9ae7b"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.techolac.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/www.techolac.com\/#\/schema\/person\/3c09b621dfc5ef8f09b6f48236a9ae7b","name":"Editorial Staff","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.techolac.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/46bb6cbf5ea4efe79156ff0f5de0a9602d1d0e5da0cb54b21e05a35d7e23379c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/46bb6cbf5ea4efe79156ff0f5de0a9602d1d0e5da0cb54b21e05a35d7e23379c?s=96&d=mm&r=g","caption":"Editorial Staff"},"logo":{"@id":"https:\/\/www.techolac.com\/#\/schema\/person\/image\/"},"url":"https:\/\/www.techolac.com\/author\/admin\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/www.techolac.com\/wp-json\/wp\/v2\/posts\/11698","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.techolac.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.techolac.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.techolac.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.techolac.com\/wp-json\/wp\/v2\/comments?post=11698"}],"version-history":[{"count":0,"href":"https:\/\/www.techolac.com\/wp-json\/wp\/v2\/posts\/11698\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.techolac.com\/wp-json\/wp\/v2\/media\/11695"}],"wp:attachment":[{"href":"https:\/\/www.techolac.com\/wp-json\/wp\/v2\/media?parent=11698"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.techolac.com\/wp-json\/wp\/v2\/categories?post=11698"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.techolac.com\/wp-json\/wp\/v2\/tags?post=11698"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}