{"id":11964,"date":"2019-08-31T18:41:34","date_gmt":"2019-08-31T18:41:34","guid":{"rendered":"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-ubuntu-linux-using-apt\/"},"modified":"2019-08-31T18:42:19","modified_gmt":"2019-08-31T18:42:19","slug":"how-to-install-htop-on-ubuntu-linux-using-apt","status":"publish","type":"post","link":"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-ubuntu-linux-using-apt\/","title":{"rendered":"How to install htop on Ubuntu Linux using apt"},"content":{"rendered":"<div>\n<div class=\"my_story\"><img decoding=\"async\" src=\"https:\/\/techolac.com\/wp-content\/uploads\/2019\/08\/ubuntu-logo.jpg\" alt=\"\" border=\"0\" \/><\/div>\n<p><span class=\"drop_cap\">I<\/span> like htop output, but it is not installed by default on my Ubuntu cloud server. How do I install htop on Ubuntu Linux 18.04 LTS server?<br \/>\n<span id=\"more-148140\"><\/span><br \/>\nHtop is a free and open source ncurses-based process viewer for Linux. It is released under GPL license. htop is similar to top command on Linux but allows you to scroll vertically and horizontally. This page explains two different methods to install htop on Ubuntu Linux.<\/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>Procedure to install htop on Ubuntu Linux<\/h2>\n<ol>\n<li>Open the terminal application for the local system. For remote system use the ssh command<\/li>\n<li>Update your Ubuntu system, run: <kbd><strong>sudo apt update &amp;&amp; sudo apt upgrade<\/strong><\/kbd><\/li>\n<li>Install htop on Ubuntu using apt: <kbd><strong>apt install htop<\/strong><\/kbd><\/li>\n<li>To install the latest version of htop on Ubuntu Linux: <kbd><strong>snap install htop<\/strong><\/kbd><\/li>\n<li>Launch htop, type: <kbd><strong>htop<\/strong><\/kbd><\/li>\n<\/ol>\n<p>Let us see all steps and command in details.<\/p>\n<h2>Ubuntu Linux Linux install htop<\/h2>\n<p>First, update the system using apt command or apt-get command:<br \/>\n<code>sudo apt update<br \/>\nsudo apt upgrade<\/code><br \/>\nLet us search for htop package, run:<br \/>\n<code>apt-cache search htop<\/code><br \/>\nSample outputs:<\/p>\n<pre>htop - interactive processes viewer\r\naha - ANSI color to HTML converter\r\nlibauthen-oath-perl - Perl module for OATH One Time Passwords\r\npftools - build and search protein and DNA generalized profiles<\/pre>\n<h2>Get information about htop package<\/h2>\n<p>Run the following command:<br \/>\n<code>apt show htop<\/code><\/p>\n<div class=\"wp_syntax\" style=\"position: relative;\">\n<table>\n<tbody>\n<tr>\n<td class=\"code\">\n<pre class=\"ini\" style=\"font-family: monospace;\">Package: htop\r\nVersion: 2.1.0-3\r\nPriority: optional\r\nSection: utils\r\nOrigin: Ubuntu\r\nMaintainer: Ubuntu Developers &lt;ubuntu-devel-discuss@lists.ubuntu.com&gt;\r\nOriginal-Maintainer: Daniel Lange &lt;DLange@debian.org&gt;\r\nBugs: https:\/\/bugs.launchpad.net\/ubuntu\/+filebug\r\nInstalled-Size: 221 kB\r\nDepends: libc6 (&gt;<span style=\"color: #000066; font-weight: bold;\">=<\/span><span style=\"color: #660066;\"> 2.15), libncursesw5 (&gt;<span style=\"color: #000066; font-weight: bold;\">=<\/span> 6), libtinfo5 (&gt;<span style=\"color: #000066; font-weight: bold;\">=<\/span> 6)<\/span>\r\nSuggests: lsof, strace\r\nHomepage: https:\/\/hisham.hm\/htop\/\r\nTask: cloud-image, server, lubuntu-desktop-share, lubuntu-gtk-desktop, lubuntu-desktop, lubuntu-qt-desktop\r\nSupported: 5y\r\nDownload-Size: 80.0 kB\r\nAPT-Manual-Installed: yes\r\nAPT-Sources: http:\/\/in.archive.ubuntu.com\/ubuntu bionic\/main amd64 Packages\r\nDescription: interactive processes viewer\r\n Htop is an ncursed-based process viewer similar to top, but it\r\n allows one to scroll the list vertically and horizontally to see\r\n all processes and their full command lines.\r\n .\r\n Tasks related to processes (killing, renicing) can be done without\r\n entering their PIDs.<\/pre>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p class=\"theCode\" style=\"display: none;\">Package: htop<br \/>\nVersion: 2.1.0-3<br \/>\nPriority: optional<br \/>\nSection: utils<br \/>\nOrigin: Ubuntu<br \/>\nMaintainer: Ubuntu Developers &lt;ubuntu-devel-discuss@lists.ubuntu.com&gt;<br \/>\nOriginal-Maintainer: Daniel Lange &lt;DLange@debian.org&gt;<br \/>\nBugs: https:\/\/bugs.launchpad.net\/ubuntu\/+filebug<br \/>\nInstalled-Size: 221 kB<br \/>\nDepends: libc6 (&gt;= 2.15), libncursesw5 (&gt;= 6), libtinfo5 (&gt;= 6)<br \/>\nSuggests: lsof, strace<br \/>\nHomepage: https:\/\/hisham.hm\/htop\/<br \/>\nTask: cloud-image, server, lubuntu-desktop-share, lubuntu-gtk-desktop, lubuntu-desktop, lubuntu-qt-desktop<br \/>\nSupported: 5y<br \/>\nDownload-Size: 80.0 kB<br \/>\nAPT-Manual-Installed: yes<br \/>\nAPT-Sources: http:\/\/in.archive.ubuntu.com\/ubuntu bionic\/main amd64 Packages<br \/>\nDescription: interactive processes viewer<br \/>\nHtop is an ncursed-based process viewer similar to top, but it<br \/>\nallows one to scroll the list vertically and horizontally to see<br \/>\nall processes and their full command lines.<br \/>\n.<br \/>\nTasks related to processes (killing, renicing) can be done without<br \/>\nentering their PIDs.<\/p>\n<\/div>\n<h2>Install htop <span style=\"color: #6666cc;\">using apt or apt-get<\/span><\/h2>\n<p>Now you know package name. It is time to install the same:<br \/>\n<code>sudo apt install htop<\/code><br \/>\nOR<br \/>\n<code>sudo apt-get install htop<\/code><br \/>\n<img decoding=\"async\" class=\"aligncenter size-full wp-image-148141\" src=\"https:\/\/techolac.com\/wp-content\/uploads\/2019\/08\/install-htop-on-Ubuntu-using-apt-command.png\" sizes=\"(max-width: 599px) 85vw, 599px\" srcset=\"https:\/\/techolac.com\/wp-content\/uploads\/2019\/08\/install-htop-on-Ubuntu-using-apt-command.png 599w, https:\/\/techolac.com\/wp-content\/uploads\/2019\/08\/1_install-htop-on-Ubuntu-using-apt-command-300x207.png 300w\" alt=\"install htop on Ubuntu using apt command\" width=\"599\" height=\"414\" \/><\/p>\n<h2>How to install the <span style=\"color: #009900;\">latest version of htop using snap<\/span><\/h2>\n<p>Search for htop using the snap command:<br \/>\n<code>snap search htop<\/code><br \/>\nSample outputs:<\/p>\n<div class=\"wp_syntax\" style=\"position: relative;\">\n<table>\n<tbody>\n<tr>\n<td class=\"code\">\n<pre class=\"ini\" style=\"font-family: monospace;\">Name  Version  Publisher  Notes  Summary\r\nhtop  2.2.0    maxiberta  -      Interactive processes viewer<\/pre>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p class=\"theCode\" style=\"display: none;\">Name Version Publisher Notes Summary<br \/>\nhtop 2.2.0 maxiberta &#8211; Interactive processes viewer<\/p>\n<\/div>\n<p>Next, install it using the snap, run:<br \/>\n<code>sudo snap install htop<\/code><br \/>\nSample outputs:<\/p>\n<div class=\"wp_syntax\" style=\"position: relative;\">\n<table>\n<tbody>\n<tr>\n<td class=\"code\">\n<pre class=\"ini\" style=\"font-family: monospace;\"><span style=\"color: #000066; font-weight: bold;\">[sudo]<\/span> password for vivek: \r\nhtop 2.2.0 from Maximiliano Bertacchini (maxiberta) installed<\/pre>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p class=\"theCode\" style=\"display: none;\">[sudo] password for vivek:<br \/>\nhtop 2.2.0 from Maximiliano Bertacchini (maxiberta) installed<\/p>\n<\/div>\n<h2>How to use htop command<\/h2>\n<p>The syntax is:<br \/>\n<code>htop<br \/>\nhtop [options]<\/code><br \/>\n<img decoding=\"async\" class=\"aligncenter size-full wp-image-148142\" src=\"https:\/\/techolac.com\/wp-content\/uploads\/2019\/08\/Running-htop-on-an-Ubuntu-Linux-server.png\" sizes=\"(max-width: 599px) 85vw, 599px\" srcset=\"https:\/\/techolac.com\/wp-content\/uploads\/2019\/08\/Running-htop-on-an-Ubuntu-Linux-server.png 599w, https:\/\/techolac.com\/wp-content\/uploads\/2019\/08\/1_Running-htop-on-an-Ubuntu-Linux-server-296x300.png 296w\" alt=\"Running htop on an Ubuntu Linux server\" width=\"599\" height=\"608\" \/><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 command keyboard shortcut keys<\/h2>\n<p>Now that you install htop on Ubuntu. It is time to learn keyboard shortcuts. The following commands are supported while in htop session:<\/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 type:<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 Ubuntu Linux 16.04\/18.04 LTS. For more information see htop home page online here.<\/p>\n<div class=\"author-info\">\n<div class=\"author-description\">\n<h2 class=\"author-title\"><span class=\"author-heading\">Posted by:<\/span> <span class=\"vcard author\"><span class=\"fn\"> Vivek Gite<\/span><\/span><\/h2>\n<p class=\"author-bio\">The author is the creator of nixCraft and a seasoned sysadmin, DevOps engineer, and a trainer for the Linux operating system\/Unix shell scripting. Get the <strong>latest tutorials on SysAdmin, Linux\/Unix and open source topics via RSS\/XML feed<\/strong> or weekly email newsletter.<\/p>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>I like htop output, but it is not installed by default on my Ubuntu cloud server. How do I install htop on Ubuntu Linux 18.04 LTS server? Htop is a free and open source ncurses-based process viewer for Linux. It is released under GPL license. htop is similar to top command on Linux but allows [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":11965,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[26],"tags":[1494,624,952,407,134],"class_list":["post-11964","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-linux","tag-apt","tag-htop","tag-install","tag-linux","tag-ubuntu"],"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 Ubuntu Linux using apt - Techolac<\/title>\n<meta name=\"description\" content=\"I like htop output, but it is not installed by default on my Ubuntu cloud server. How do I install htop on Ubuntu Linux 18.04 LTS server?\" \/>\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-ubuntu-linux-using-apt\/\" \/>\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 Ubuntu Linux using apt - Techolac\" \/>\n<meta property=\"og:description\" content=\"I like htop output, but it is not installed by default on my Ubuntu cloud server. How do I install htop on Ubuntu Linux 18.04 LTS server?\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-ubuntu-linux-using-apt\/\" \/>\n<meta property=\"og:site_name\" content=\"Techolac - Computer Technology News\" \/>\n<meta property=\"article:published_time\" content=\"2019-08-31T18:41:34+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-08-31T18:42:19+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.techolac.com\/wp-content\/uploads\/2019\/08\/1567276896_Running-htop-on-an-Ubuntu-Linux-server.png\" \/>\n\t<meta property=\"og:image:width\" content=\"599\" \/>\n\t<meta property=\"og:image:height\" content=\"608\" \/>\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=\"6 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-ubuntu-linux-using-apt\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-ubuntu-linux-using-apt\/\"},\"author\":{\"name\":\"Editorial Staff\",\"@id\":\"https:\/\/www.techolac.com\/#\/schema\/person\/3c09b621dfc5ef8f09b6f48236a9ae7b\"},\"headline\":\"How to install htop on Ubuntu Linux using apt\",\"datePublished\":\"2019-08-31T18:41:34+00:00\",\"dateModified\":\"2019-08-31T18:42:19+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-ubuntu-linux-using-apt\/\"},\"wordCount\":916,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.techolac.com\/#\/schema\/person\/3c09b621dfc5ef8f09b6f48236a9ae7b\"},\"image\":{\"@id\":\"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-ubuntu-linux-using-apt\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.techolac.com\/wp-content\/uploads\/2019\/08\/1567276896_Running-htop-on-an-Ubuntu-Linux-server.png\",\"keywords\":[\"apt\",\"htop\",\"install\",\"Linux\",\"Ubuntu\"],\"articleSection\":[\"Linux\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-ubuntu-linux-using-apt\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-ubuntu-linux-using-apt\/\",\"url\":\"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-ubuntu-linux-using-apt\/\",\"name\":\"How to install htop on Ubuntu Linux using apt - Techolac\",\"isPartOf\":{\"@id\":\"https:\/\/www.techolac.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-ubuntu-linux-using-apt\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-ubuntu-linux-using-apt\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.techolac.com\/wp-content\/uploads\/2019\/08\/1567276896_Running-htop-on-an-Ubuntu-Linux-server.png\",\"datePublished\":\"2019-08-31T18:41:34+00:00\",\"dateModified\":\"2019-08-31T18:42:19+00:00\",\"description\":\"I like htop output, but it is not installed by default on my Ubuntu cloud server. How do I install htop on Ubuntu Linux 18.04 LTS server?\",\"breadcrumb\":{\"@id\":\"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-ubuntu-linux-using-apt\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-ubuntu-linux-using-apt\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-ubuntu-linux-using-apt\/#primaryimage\",\"url\":\"https:\/\/www.techolac.com\/wp-content\/uploads\/2019\/08\/1567276896_Running-htop-on-an-Ubuntu-Linux-server.png\",\"contentUrl\":\"https:\/\/www.techolac.com\/wp-content\/uploads\/2019\/08\/1567276896_Running-htop-on-an-Ubuntu-Linux-server.png\",\"width\":599,\"height\":608},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-ubuntu-linux-using-apt\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.techolac.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to install htop on Ubuntu Linux using apt\"}]},{\"@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 Ubuntu Linux using apt - Techolac","description":"I like htop output, but it is not installed by default on my Ubuntu cloud server. How do I install htop on Ubuntu Linux 18.04 LTS server?","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-ubuntu-linux-using-apt\/","og_locale":"en_US","og_type":"article","og_title":"How to install htop on Ubuntu Linux using apt - Techolac","og_description":"I like htop output, but it is not installed by default on my Ubuntu cloud server. How do I install htop on Ubuntu Linux 18.04 LTS server?","og_url":"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-ubuntu-linux-using-apt\/","og_site_name":"Techolac - Computer Technology News","article_published_time":"2019-08-31T18:41:34+00:00","article_modified_time":"2019-08-31T18:42:19+00:00","og_image":[{"width":599,"height":608,"url":"https:\/\/www.techolac.com\/wp-content\/uploads\/2019\/08\/1567276896_Running-htop-on-an-Ubuntu-Linux-server.png","type":"image\/png"}],"author":"Editorial Staff","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Editorial Staff","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-ubuntu-linux-using-apt\/#article","isPartOf":{"@id":"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-ubuntu-linux-using-apt\/"},"author":{"name":"Editorial Staff","@id":"https:\/\/www.techolac.com\/#\/schema\/person\/3c09b621dfc5ef8f09b6f48236a9ae7b"},"headline":"How to install htop on Ubuntu Linux using apt","datePublished":"2019-08-31T18:41:34+00:00","dateModified":"2019-08-31T18:42:19+00:00","mainEntityOfPage":{"@id":"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-ubuntu-linux-using-apt\/"},"wordCount":916,"commentCount":0,"publisher":{"@id":"https:\/\/www.techolac.com\/#\/schema\/person\/3c09b621dfc5ef8f09b6f48236a9ae7b"},"image":{"@id":"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-ubuntu-linux-using-apt\/#primaryimage"},"thumbnailUrl":"https:\/\/www.techolac.com\/wp-content\/uploads\/2019\/08\/1567276896_Running-htop-on-an-Ubuntu-Linux-server.png","keywords":["apt","htop","install","Linux","Ubuntu"],"articleSection":["Linux"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-ubuntu-linux-using-apt\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-ubuntu-linux-using-apt\/","url":"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-ubuntu-linux-using-apt\/","name":"How to install htop on Ubuntu Linux using apt - Techolac","isPartOf":{"@id":"https:\/\/www.techolac.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-ubuntu-linux-using-apt\/#primaryimage"},"image":{"@id":"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-ubuntu-linux-using-apt\/#primaryimage"},"thumbnailUrl":"https:\/\/www.techolac.com\/wp-content\/uploads\/2019\/08\/1567276896_Running-htop-on-an-Ubuntu-Linux-server.png","datePublished":"2019-08-31T18:41:34+00:00","dateModified":"2019-08-31T18:42:19+00:00","description":"I like htop output, but it is not installed by default on my Ubuntu cloud server. How do I install htop on Ubuntu Linux 18.04 LTS server?","breadcrumb":{"@id":"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-ubuntu-linux-using-apt\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-ubuntu-linux-using-apt\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-ubuntu-linux-using-apt\/#primaryimage","url":"https:\/\/www.techolac.com\/wp-content\/uploads\/2019\/08\/1567276896_Running-htop-on-an-Ubuntu-Linux-server.png","contentUrl":"https:\/\/www.techolac.com\/wp-content\/uploads\/2019\/08\/1567276896_Running-htop-on-an-Ubuntu-Linux-server.png","width":599,"height":608},{"@type":"BreadcrumbList","@id":"https:\/\/www.techolac.com\/linux\/how-to-install-htop-on-ubuntu-linux-using-apt\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.techolac.com\/"},{"@type":"ListItem","position":2,"name":"How to install htop on Ubuntu Linux using apt"}]},{"@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\/11964","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=11964"}],"version-history":[{"count":0,"href":"https:\/\/www.techolac.com\/wp-json\/wp\/v2\/posts\/11964\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.techolac.com\/wp-json\/wp\/v2\/media\/11965"}],"wp:attachment":[{"href":"https:\/\/www.techolac.com\/wp-json\/wp\/v2\/media?parent=11964"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.techolac.com\/wp-json\/wp\/v2\/categories?post=11964"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.techolac.com\/wp-json\/wp\/v2\/tags?post=11964"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}