{"id":2154,"date":"2024-03-20T11:15:42","date_gmt":"2024-03-20T10:15:42","guid":{"rendered":"https:\/\/hoganhost.com.ng\/blog\/?p=2154"},"modified":"2024-08-12T13:20:14","modified_gmt":"2024-08-12T12:20:14","slug":"how-to-install-nano-editor-on-almalinux-or-rocky-linux-9-8","status":"publish","type":"post","link":"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/how-to-install-nano-editor-on-almalinux-or-rocky-linux-9-8\/","title":{"rendered":"How to install Nano Editor on Almalinux or Rocky Linux 9\/8"},"content":{"rendered":"<p>Nano Text Editor is a command line utility to create files. It was the first release in 1999 to replace the older Pico Editor. To make it available for everyone, Nano was published under a free &amp; open source license, hence widely used in both Unix and Linux-based systems.<\/p>\n<p>Like\u00a0\u00a0<span class=\"google-anno-t\">VIM<\/span>, Nano is also a lightweight text editor but offers a user-friendly interface, so that even beginners can easily use it. As there is no graphical user interface, Nano is a good option to use not only on Desktop but even on Linux servers where CLI is used to edit scripts, configuration files, and other available text-based files.<\/p>\n<p>The minimalistic interface of Nano displays only the most important information, such as the filename, line number, and cursor position. This makes it easy to navigate through text files and edit them quickly.<\/p>\n<p>Furthermore, operating Nano is also easy with the help of various keyboard shortcuts. For example, to save the file after editing user can use the Ctrl+O shortcut; in a similar way Ctrl+X can be used to exit the editor; whereas to cut the current line use Ctrl+K and Ctrl+U to uncut the previously cut line.<\/p>\n<p>Apart from basic editing it also supports advanced features like syntax highlighting, auto-indentation, regular expression search and replace multiple buffers, and macros. These features make it a powerful tool for editing and manipulating text files.<\/p>\n<p><strong>Let\u2019s see the steps to install the Nano Text editor on Almalinux or Rocky Linux 9 and 8.<\/strong><\/p>\n<h2 id=\"h-1-update-your-linux\" class=\"wp-block-heading\"><span id=\"1_Update_your_Linux\">1. Update your Linux<\/span><\/h2>\n<p>Go to your command terminal of Rocky or Almalinux and run the system update command. It will apply the latest available system updates on our Linux as well as rebuild the repo cache of DNF.<\/p>\n<pre class=\"wp-block-code language-bash\" tabindex=\"0\"><code class=\"language-bash\" lang=\"bash\"><span class=\"token function\">sudo<\/span> dnf update -y<\/code><\/pre>\n<h2 id=\"h-2-installing-nano-on-almalinux-or-rocky\" class=\"wp-block-heading\"><span id=\"2_Installing_Nano_on_Almalinux_or_Rocky\">2. Installing Nano on Almalinux or Rocky<\/span><\/h2>\n<p>For downloading and installing the Nano text editor, we don\u2019t need to add any additional repository because it is a popular command package that is available to install via the system\u2019s default repository on most of the Linux distros.<\/p>\n<pre class=\"wp-block-code language-bash\" tabindex=\"0\"><code class=\"language-bash\" lang=\"bash\"><span class=\"token function\">sudo<\/span> dnf <span class=\"token function\">install<\/span> <span class=\"token function\">nano<\/span> -y<\/code><\/pre>\n<p><img fetchpriority=\"high\" decoding=\"async\" class=\"wp-image-2155 aligncenter\" src=\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/03\/Installing-Nano-on-Almalinux-or-Rocky-300x225.png\" alt=\"\" width=\"680\" height=\"510\" srcset=\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/03\/Installing-Nano-on-Almalinux-or-Rocky-300x225.png 300w, https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/03\/Installing-Nano-on-Almalinux-or-Rocky-768x576.png 768w, https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/03\/Installing-Nano-on-Almalinux-or-Rocky.png 800w\" sizes=\"(max-width: 680px) 100vw, 680px\" \/><\/p>\n<h2 id=\"h-3-open-nano-linux-text-editor\" class=\"wp-block-heading\"><span id=\"3_Open_Nano_Linux_text_Editor\">3. Open Nano Linux text Editor<\/span><\/h2>\n<p>To use the installed nano editor you can either create a new file to add the content you want or edit the existing file on your Linux system.<\/p>\n<p>Simply in your Terminal type \u2013\u00a0<strong>nano<\/strong>\u00a0followed by the name of the file you want to edit. For example, to edit a file called\u00a0<strong>demo.txt<\/strong>, you would type:<\/p>\n<pre class=\"wp-block-code language-bash\" tabindex=\"0\"><code class=\"language-bash\" lang=\"bash\"><span class=\"token function\">nano<\/span> demo.txt<\/code><\/pre>\n<p>In the same way, if you want to create a new file, type nano and then the name of the file you want to create.\u00a0<strong>Example<\/strong>:<\/p>\n<pre class=\"wp-block-code language-bash\" tabindex=\"0\"><code class=\"language-bash\" lang=\"bash\"><span class=\"token function\">nano<\/span> newfilename<\/code><\/pre>\n<p>To save your changes and exit Nano Editor, press\u00a0<strong>Ctrl+X<\/strong>, then\u00a0<strong>Y<\/strong>, and then\u00a0<strong>Enter<\/strong>\u00a0key.<\/p>\n<h2 id=\"h-4-important-commands-or-shortcuts-to-use-text-editor\" class=\"wp-block-heading\"><span id=\"4_Important_commands_or_shortcuts_to_use_Text_Editor\">4. Important commands or shortcuts to use Text Editor<\/span><\/h2>\n<p>If you are not familiar with Nano already then here are some commands to use once this Text editor is installed on your AlmaLinux or Rocky Linux.<\/p>\n<div class=\"code-block code-block-3\">\n<div>\n<div class=\"ads-line\">\n<div class=\"vi_ad__wrapper-sticky\">\n<div class=\"vi_box__wrapper-sticky\">\n<div class=\"adsbyvli\" data-ad-slot=\"vi_15055111374\" data-ad-mode=\"sticky\" data-id=\"vi_15055111374_1\">\n<h3 id=\"h-opening-a-file\" class=\"wp-block-heading\"><span id=\"Opening_a_File\">Opening a File:<\/span><\/h3>\n<p>To open any existing file using the nano on Almalinux or Rocky, here is the command.<\/p>\n<pre class=\"wp-block-code language-bash\" tabindex=\"0\"><code class=\"language-bash\" lang=\"bash\"><span class=\"token function\">nano<\/span> filename<\/code><\/pre>\n<h3 id=\"h-saving-a-file\" class=\"wp-block-heading\"><span id=\"Saving_a_File\">Saving a File:<\/span><\/h3>\n<p>After editing or creating any file we can use a keyboard shortcut given below to save the file with changes but without closing it.<\/p>\n<pre class=\"wp-block-code language-bash\" tabindex=\"0\"><code class=\"language-bash\" lang=\"bash\">Ctrl + O<\/code><\/pre>\n<h3 id=\"h-exiting-nano-editor\" class=\"wp-block-heading\"><span id=\"Exiting_Nano_Editor\">Exiting Nano Editor:<\/span><\/h3>\n<p>Many new users keep struggling when it comes to exiting the Nano editor properly. So, for that you can use:<\/p>\n<pre class=\"wp-block-code language-bash\" tabindex=\"0\"><code class=\"language-bash\" lang=\"bash\">Ctrl + X<\/code><\/pre>\n<p>Before exiting the editor, if there are unsaved changes the same will be prompted by the Nano to save before exiting.<\/p>\n<h3 id=\"h-moving-cursor\" class=\"wp-block-heading\"><span id=\"Moving_Cursor\">Moving Cursor:<\/span><\/h3>\n<p>To select the lines on the editor or some particular text we can move the\u00a0<strong>cursor\u00a0<\/strong>using\u00a0<strong>arrow\u00a0<\/strong>keys or mouse<\/p>\n<h3 id=\"h-editing-text\" class=\"wp-block-heading\"><span id=\"Editing_Text\">Editing Text:<\/span><\/h3>\n<p>Unlike the\u00a0\u00a0<span class=\"google-anno-t\">VIM<\/span>\u00a0editor, we don\u2019t need to press the INSERT button to add some text to the file like any traditional GUI Linux text editor you can directly type or delete text from it.<\/p>\n<h3 id=\"h-copying-and-pasting-text-in-nano-editor\" class=\"wp-block-heading\"><span id=\"Copying_and_Pasting_Text_in_Nano_Editor\">Copying and Pasting Text in Nano Editor:<\/span><\/h3>\n<ul>\n<li><strong>Alt + A\u00a0<\/strong>for marking the text to be copied. You can also use<strong>\u00a0<\/strong>the<strong>\u00a0Shift+arrow<\/strong>\u00a0keys to select the Text.<\/li>\n<li><strong>Alt+6<\/strong>\u00a0to copy marked or selected text on the Nano editor.<\/li>\n<li><strong>Ctrl + K\u00a0<\/strong>for cutting the marked text.<\/li>\n<li><strong>Ctrl + U\u00a0<\/strong>for pasting the cut text.<\/li>\n<\/ul>\n<h3 id=\"h-undo-and-redo-nano-editor-text\" class=\"wp-block-heading\"><span id=\"Undo_and_Redo_Nano_editor_text\">Undo and Redo Nano editor text:<\/span><\/h3>\n<ul>\n<li>Alt+U\u00a0 for undoing the last change.<\/li>\n<li>Alt + R for redoing the last change.<\/li>\n<\/ul>\n<h3 id=\"h-searching-and-replacing\" class=\"wp-block-heading\"><span id=\"Searching_and_Replacing\">Searching and Replacing:<\/span><\/h3>\n<ul>\n<li><strong>Ctrl + W<\/strong>\u00a0for searching for a specific text in the file on Nano editor.<\/li>\n<li><strong>Ctrl + R<\/strong>\u00a0for replacing a specific text in the file.<\/li>\n<\/ul>\n<h3 id=\"h-help\" class=\"wp-block-heading\"><span id=\"Help\">Help:<\/span><\/h3>\n<ul>\n<li><strong>Ctrl + G<\/strong>\u00a0for displaying the Nano Editor help page with a list of commands.<\/li>\n<\/ul>\n<h3 id=\"h-exiting-with-saving-or-discarding-changes\" class=\"wp-block-heading\"><span id=\"Exiting_with_Saving_or_Discarding_Changes\">Exiting with Saving or Discarding Changes:<\/span><\/h3>\n<ul>\n<li><strong>Ctrl + X t<\/strong>o exit, followed by\u00a0<strong>Y<\/strong>\u00a0to save changes or<strong>\u00a0N<\/strong>\u00a0to discard changes.<\/li>\n<\/ul>\n<p>These are some of the basic commands you can use in Nano Editor on Linux. It has many other advanced features, such as Indent marked regions, syntax highlighting, turning\u00a0visible whitespace on\/off, refreshing the screen, start\/stop recording of macro, and more which one can learn from the Nano Editor\u2019s official\u00a0<a href=\"https:\/\/www.nano-editor.org\/docs.php\" target=\"_blank\" rel=\"noopener\">documentation<\/a>\u00a0page or using the help page within the editor.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Nano Text Editor is a command line utility to create files. It was the first release in 1999 to replace [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2155,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"default","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[62,57],"tags":[],"class_list":["post-2154","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-alma-linux","category-rocky-linux"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to install Nano Editor on Almalinux or Rocky Linux 9\/8 - HoganHost blog<\/title>\n<meta name=\"description\" content=\"Nano Text Editor is a command line utility to create files. It was the first release in 1999 to replace the older Pico Editor. To make\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/how-to-install-nano-editor-on-almalinux-or-rocky-linux-9-8\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to install Nano Editor on Almalinux or Rocky Linux 9\/8 - HoganHost blog\" \/>\n<meta property=\"og:description\" content=\"Nano Text Editor is a command line utility to create files. It was the first release in 1999 to replace the older Pico Editor. To make\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/how-to-install-nano-editor-on-almalinux-or-rocky-linux-9-8\/\" \/>\n<meta property=\"og:site_name\" content=\"HoganHost blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/HoganHost\" \/>\n<meta property=\"article:published_time\" content=\"2024-03-20T10:15:42+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-12T12:20:14+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/03\/Installing-Nano-on-Almalinux-or-Rocky.png\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Abigal okon\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@hoganhostng\" \/>\n<meta name=\"twitter:site\" content=\"@hoganhostng\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Abigal okon\" \/>\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:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/how-to-install-nano-editor-on-almalinux-or-rocky-linux-9-8\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/how-to-install-nano-editor-on-almalinux-or-rocky-linux-9-8\/\"},\"author\":{\"name\":\"Abigal okon\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/af16a18c6cc966b92a6cb13b500f3f0a\"},\"headline\":\"How to install Nano Editor on Almalinux or Rocky Linux 9\/8\",\"datePublished\":\"2024-03-20T10:15:42+00:00\",\"dateModified\":\"2024-08-12T12:20:14+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/how-to-install-nano-editor-on-almalinux-or-rocky-linux-9-8\/\"},\"wordCount\":836,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/how-to-install-nano-editor-on-almalinux-or-rocky-linux-9-8\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/03\/Installing-Nano-on-Almalinux-or-Rocky.png\",\"articleSection\":[\"Alma Linux\",\"Rocky Linux\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/how-to-install-nano-editor-on-almalinux-or-rocky-linux-9-8\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/how-to-install-nano-editor-on-almalinux-or-rocky-linux-9-8\/\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/how-to-install-nano-editor-on-almalinux-or-rocky-linux-9-8\/\",\"name\":\"How to install Nano Editor on Almalinux or Rocky Linux 9\/8 - HoganHost blog\",\"isPartOf\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/how-to-install-nano-editor-on-almalinux-or-rocky-linux-9-8\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/how-to-install-nano-editor-on-almalinux-or-rocky-linux-9-8\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/03\/Installing-Nano-on-Almalinux-or-Rocky.png\",\"datePublished\":\"2024-03-20T10:15:42+00:00\",\"dateModified\":\"2024-08-12T12:20:14+00:00\",\"description\":\"Nano Text Editor is a command line utility to create files. It was the first release in 1999 to replace the older Pico Editor. To make\",\"breadcrumb\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/how-to-install-nano-editor-on-almalinux-or-rocky-linux-9-8\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/how-to-install-nano-editor-on-almalinux-or-rocky-linux-9-8\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/how-to-install-nano-editor-on-almalinux-or-rocky-linux-9-8\/#primaryimage\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/03\/Installing-Nano-on-Almalinux-or-Rocky.png\",\"contentUrl\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/03\/Installing-Nano-on-Almalinux-or-Rocky.png\",\"width\":800,\"height\":600},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/how-to-install-nano-editor-on-almalinux-or-rocky-linux-9-8\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/hoganhost.com.ng\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to install Nano Editor on Almalinux or Rocky Linux 9\/8\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#website\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/\",\"name\":\"HoganHost blog\",\"description\":\"Keeping you connected to everything from HoganHost\",\"publisher\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/hoganhost.com.ng\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#organization\",\"name\":\"HoganHost\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/09\/hogan-host.png\",\"contentUrl\":\"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/09\/hogan-host.png\",\"width\":466,\"height\":387,\"caption\":\"HoganHost\"},\"image\":{\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/facebook.com\/HoganHost\",\"https:\/\/x.com\/hoganhostng\",\"https:\/\/instagram.com\/officialhoganhost\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/af16a18c6cc966b92a6cb13b500f3f0a\",\"name\":\"Abigal okon\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ef2272070d016c06ee69b30adce7c4e4b4faaa5c899c4b9224a5b1a43b1fb8d0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ef2272070d016c06ee69b30adce7c4e4b4faaa5c899c4b9224a5b1a43b1fb8d0?s=96&d=mm&r=g\",\"caption\":\"Abigal okon\"},\"sameAs\":[\"https:\/\/hoganhost.com.ng\/blog\"],\"url\":\"https:\/\/hoganhost.com.ng\/blog\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to install Nano Editor on Almalinux or Rocky Linux 9\/8 - HoganHost blog","description":"Nano Text Editor is a command line utility to create files. It was the first release in 1999 to replace the older Pico Editor. To make","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:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/how-to-install-nano-editor-on-almalinux-or-rocky-linux-9-8\/","og_locale":"en_US","og_type":"article","og_title":"How to install Nano Editor on Almalinux or Rocky Linux 9\/8 - HoganHost blog","og_description":"Nano Text Editor is a command line utility to create files. It was the first release in 1999 to replace the older Pico Editor. To make","og_url":"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/how-to-install-nano-editor-on-almalinux-or-rocky-linux-9-8\/","og_site_name":"HoganHost blog","article_publisher":"https:\/\/facebook.com\/HoganHost","article_published_time":"2024-03-20T10:15:42+00:00","article_modified_time":"2024-08-12T12:20:14+00:00","og_image":[{"width":800,"height":600,"url":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/03\/Installing-Nano-on-Almalinux-or-Rocky.png","type":"image\/png"}],"author":"Abigal okon","twitter_card":"summary_large_image","twitter_creator":"@hoganhostng","twitter_site":"@hoganhostng","twitter_misc":{"Written by":"Abigal okon","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/how-to-install-nano-editor-on-almalinux-or-rocky-linux-9-8\/#article","isPartOf":{"@id":"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/how-to-install-nano-editor-on-almalinux-or-rocky-linux-9-8\/"},"author":{"name":"Abigal okon","@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/af16a18c6cc966b92a6cb13b500f3f0a"},"headline":"How to install Nano Editor on Almalinux or Rocky Linux 9\/8","datePublished":"2024-03-20T10:15:42+00:00","dateModified":"2024-08-12T12:20:14+00:00","mainEntityOfPage":{"@id":"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/how-to-install-nano-editor-on-almalinux-or-rocky-linux-9-8\/"},"wordCount":836,"commentCount":0,"publisher":{"@id":"https:\/\/hoganhost.com.ng\/blog\/#organization"},"image":{"@id":"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/how-to-install-nano-editor-on-almalinux-or-rocky-linux-9-8\/#primaryimage"},"thumbnailUrl":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/03\/Installing-Nano-on-Almalinux-or-Rocky.png","articleSection":["Alma Linux","Rocky Linux"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/how-to-install-nano-editor-on-almalinux-or-rocky-linux-9-8\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/how-to-install-nano-editor-on-almalinux-or-rocky-linux-9-8\/","url":"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/how-to-install-nano-editor-on-almalinux-or-rocky-linux-9-8\/","name":"How to install Nano Editor on Almalinux or Rocky Linux 9\/8 - HoganHost blog","isPartOf":{"@id":"https:\/\/hoganhost.com.ng\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/how-to-install-nano-editor-on-almalinux-or-rocky-linux-9-8\/#primaryimage"},"image":{"@id":"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/how-to-install-nano-editor-on-almalinux-or-rocky-linux-9-8\/#primaryimage"},"thumbnailUrl":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/03\/Installing-Nano-on-Almalinux-or-Rocky.png","datePublished":"2024-03-20T10:15:42+00:00","dateModified":"2024-08-12T12:20:14+00:00","description":"Nano Text Editor is a command line utility to create files. It was the first release in 1999 to replace the older Pico Editor. To make","breadcrumb":{"@id":"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/how-to-install-nano-editor-on-almalinux-or-rocky-linux-9-8\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/how-to-install-nano-editor-on-almalinux-or-rocky-linux-9-8\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/how-to-install-nano-editor-on-almalinux-or-rocky-linux-9-8\/#primaryimage","url":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/03\/Installing-Nano-on-Almalinux-or-Rocky.png","contentUrl":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2024\/03\/Installing-Nano-on-Almalinux-or-Rocky.png","width":800,"height":600},{"@type":"BreadcrumbList","@id":"https:\/\/hoganhost.com.ng\/blog\/server\/alma-linux\/how-to-install-nano-editor-on-almalinux-or-rocky-linux-9-8\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/hoganhost.com.ng\/blog\/"},{"@type":"ListItem","position":2,"name":"How to install Nano Editor on Almalinux or Rocky Linux 9\/8"}]},{"@type":"WebSite","@id":"https:\/\/hoganhost.com.ng\/blog\/#website","url":"https:\/\/hoganhost.com.ng\/blog\/","name":"HoganHost blog","description":"Keeping you connected to everything from HoganHost","publisher":{"@id":"https:\/\/hoganhost.com.ng\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hoganhost.com.ng\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/hoganhost.com.ng\/blog\/#organization","name":"HoganHost","url":"https:\/\/hoganhost.com.ng\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/09\/hogan-host.png","contentUrl":"https:\/\/hoganhost.com.ng\/blog\/wp-content\/uploads\/2022\/09\/hogan-host.png","width":466,"height":387,"caption":"HoganHost"},"image":{"@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/HoganHost","https:\/\/x.com\/hoganhostng","https:\/\/instagram.com\/officialhoganhost"]},{"@type":"Person","@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/af16a18c6cc966b92a6cb13b500f3f0a","name":"Abigal okon","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hoganhost.com.ng\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ef2272070d016c06ee69b30adce7c4e4b4faaa5c899c4b9224a5b1a43b1fb8d0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ef2272070d016c06ee69b30adce7c4e4b4faaa5c899c4b9224a5b1a43b1fb8d0?s=96&d=mm&r=g","caption":"Abigal okon"},"sameAs":["https:\/\/hoganhost.com.ng\/blog"],"url":"https:\/\/hoganhost.com.ng\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/posts\/2154","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/comments?post=2154"}],"version-history":[{"count":1,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/posts\/2154\/revisions"}],"predecessor-version":[{"id":2156,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/posts\/2154\/revisions\/2156"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/media\/2155"}],"wp:attachment":[{"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/media?parent=2154"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/categories?post=2154"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hoganhost.com.ng\/blog\/wp-json\/wp\/v2\/tags?post=2154"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}