{"id":190,"date":"2015-09-08T08:32:02","date_gmt":"2015-09-08T08:32:02","guid":{"rendered":"https:\/\/www.nonamehosts.com\/blog\/?p=190"},"modified":"2015-09-08T08:32:02","modified_gmt":"2015-09-08T08:32:02","slug":"how-to-install-ncurses-library-on-a-linux-centos-debian","status":"publish","type":"post","link":"https:\/\/www.nonamehosts.com\/blog\/tutorials\/how-to-install-ncurses-library-on-a-linux-centos-debian\/","title":{"rendered":"How to install ncurses library on a Linux (CentOS, Debian)"},"content":{"rendered":"<p style=\"text-align: justify;\">Ncurses library is missing? What it is and how do I install it on a Linux operating system?<\/p>\n<p style=\"text-align: justify;\">Ncurses is a programming library that provides an API which allows the programmer to write text-based user interfaces in a terminal-independent manner. It is a toolkit for developing &#8220;GUI-like&#8221; application software that runs under a terminal emulator. It also optimizes screen changes, in order to reduce the latency experienced when using remote shells.<\/p>\n<p style=\"text-align: justify;\"><!--more--><\/p>\n<figure id=\"attachment_310\" aria-describedby=\"caption-attachment-310\" style=\"width: 800px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/www.nonamehosts.com\/shared-hosting\/\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-310 size-full\" src=\"https:\/\/www.nonamehosts.com\/blog\/wp-content\/uploads\/2015\/03\/web-offer12.png\" alt=\"\" width=\"800\" height=\"215\" \/><\/a><figcaption id=\"caption-attachment-310\" class=\"wp-caption-text\">Web hosting offer &#8211; \u20ac12\/year<\/figcaption><\/figure>\n<h4 style=\"text-align: justify;\">Installing the ncurses library in Debian\/Ubuntu Linux<\/h4>\n<p><strong>You need to install the following two packages:<\/strong><br \/>\nlibncurses5-dev : Developer&#8217;s libraries for ncurses<br \/>\nlibncursesw5-dev : Developer&#8217;s libraries for ncursesw<\/p>\n<p><strong>Type following apt-get command in the terminal to install ncurses header and libs:<\/strong><\/p>\n<pre class=\"lang:sh decode:true\">sudo apt-get install libncurses5-dev libncursesw5-dev<\/pre>\n<h4 style=\"text-align: justify;\">Installing the ncurses library in CentOS\/RHEL<\/h4>\n<p><strong>You need to install the following package:<\/strong><br \/>\nncurses-devel: Developer&#8217;s libraries for ncurses<\/p>\n<p><strong>Type following yum command in the terminal to install ncurses header and libs:<\/strong><\/p>\n<pre class=\"lang:sh decode:true\">sudo yum install ncurses-devel<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Ncurses library is missing? What it is and how do I install it on a Linux operating system? Ncurses is a programming library that provides an API which allows the programmer to write text-based user interfaces in a terminal-independent manner. It is a toolkit for developing &#8220;GUI-like&#8221; application software that runs under a terminal emulator. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[68,83,132],"class_list":["post-190","post","type-post","status-publish","format-standard","hentry","category-tutorials","tag-linux","tag-ncurses","tag-tutorial"],"_links":{"self":[{"href":"https:\/\/www.nonamehosts.com\/blog\/wp-json\/wp\/v2\/posts\/190","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.nonamehosts.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.nonamehosts.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.nonamehosts.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.nonamehosts.com\/blog\/wp-json\/wp\/v2\/comments?post=190"}],"version-history":[{"count":0,"href":"https:\/\/www.nonamehosts.com\/blog\/wp-json\/wp\/v2\/posts\/190\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.nonamehosts.com\/blog\/wp-json\/wp\/v2\/media?parent=190"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.nonamehosts.com\/blog\/wp-json\/wp\/v2\/categories?post=190"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.nonamehosts.com\/blog\/wp-json\/wp\/v2\/tags?post=190"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}