{"id":58404,"date":"2020-08-11T17:36:28","date_gmt":"2020-08-11T21:36:28","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/?p=58404"},"modified":"2021-08-16T15:35:01","modified_gmt":"2021-08-16T19:35:01","slug":"how-to-install-gnu-emacs","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-install-gnu-emacs\/","title":{"rendered":"How To Install GNU Emacs"},"content":{"rendered":"<div class=\"wp-block-columns\">\n<hr>\n<div class=\"wp-block-column is-vertically-aligned-center\">\n<p>When was the last time a piece of software really wowed you? Emacs is one of those special programs that gives its users a unique sense of control, getting things done, and peace of mind (when used correctly). From software developers to writers and CEOs, there\u2019s something in Emacs for everyone. So you\u2019ve decided to install Emacs, and that\u2019s what we cover in this guide.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center\">\n<div class=\"wp-block-image\">\n\n<figure class=\"aligncenter size-large is-resized\">\n\n<img loading=\"lazy\" decoding=\"async\" class=\"lazy loaded\" src=\"https:\/\/www.inmotionhosting.com\/support\/images\/stories\/emacs.png\" data-src=\"https:\/\/www.inmotionhosting.com\/support\/images\/stories\/emacs.png\" alt=\"How to install emacs on all systems\" width=\"325\" height=\"325\" data-was-processed=\"true\">\n\n<\/figure><\/div>\n\n<\/div>\n<hr>\n<\/div>\n\n<p>\nWe\u2019ll cover all the ways in which you can install Emacs:\n<\/p>\n\n<div id=\"text-table-of-contents\">\n<ul>\n<li><a href=\"#linux-desktop\">How to install Emacs on Linux desktop<\/a><\/li>\n<li><a href=\"#mac\">Mac OS<\/a><\/li>\n<li><a href=\"#windows\">Windows<\/a><\/li>\n<\/ul>\n<\/div>\n\n<p>\nFor command line users, you may consider using Emacs as an alternate to nano or Vim.  You may have already learned how to use Emacs in your Desktop environment and want a remote instance to use for editing files on your server.\n<\/p>\n\n<p>\nOr, if you would simply prefer to have a more powerful command line editor available on your server, this is a guide you should follow.  The steps for installing emacs on <a href=\"#linux-desktop\">Linux desktop<\/a> and server will be the same in your VPS environment.\n<\/p>\n\n<div class=\"alert alert-danger\"><b>NOTE: <\/b>Installing Emacs on your server requires <a href=\"\/support\/amp\/obtain-root-access\/\" target=\"_blank\" title=\"Click here to navigate to our guide and learn what root access is and how to obtain root access yourself.\" rel=\"noopener noreferrer\">root access<\/a> available on a <a href=\"https:\/\/www.inmotionhosting.com\/vps-hosting\" target=\"_blank\" title=\"Click here to navigate to our main site and learn about the VPS hosting plans available.\" rel=\"noopener noreferrer\">VPS<\/a> or <a href=\"https:\/\/www.inmotionhosting.com\/dedicated-servers\" target=\"_blank\" title=\"Click here to navigate to our main site and learn about the Dedicated Server hosting plans available.\" rel=\"noopener noreferrer\">Dedicated Server<\/a>.<\/div>\n\n<p>\n<b>Which Emacs should I use?<\/b> There are many different flavors and \u201cports\u201d of Emacs available on the web. Some of the popular ones include Aquamacs and Spacemacs, which are best suited for a desktop operating system. In this article, I\u2019m focusing on GNU Emacs because it is the classic Emacs version.\n<\/p>\n\n<p>\nBut if you\u2019re interested in trying these various other flavors, you can find more information on their web pages:\n<\/p>\n\n<ul class=\"org-ul\">\n<li><a target=\"_blank\" href=\"https:\/\/aquamacs.org\/\" rel=\"noopener noreferrer\">Aquamacs<\/a><\/li>\n<li><a target=\"_blank\" href=\"https:\/\/spacemacs.org\/\" rel=\"noopener noreferrer\">Spacemacs<\/a><\/li>\n<\/ul>\n\n<p>\nThese alternate ports of Emacs boast some impressive configurations for special purposes.  Aquamacs is best suited for Mac OS users, with special configurations designed for that specific operating system.  Meanwhile, Spacemacs was designed to help Vim users come over to Emacs.  Thus, Spacemacs comes with default Vim commands installed.  Another popular alternative, <a href=\"https:\/\/www.inmotionhosting.com\/blog\/doom-emacs-for-vim-users\/\">Doom Emacs<\/a>, has proved popular in the Emacs community.\n<\/p>\n\n<div id=\"outline-container-org729a383\" class=\"outline-2\">\n<h2 id=\"linux-desktop\"><a id=\"org729a383\"><\/a><a id=\"ID-CE0BC0CD-4301-451C-8FB9-FE378FE4352A\"><\/a>Install Emacs on Linux (Desktop or Server)<\/h2>\n<div class=\"outline-text-2\" id=\"text-linux-desktop\">\n<p>\nIn order to install Emacs in Linux, you can check first to see if your operating system offers a graphical package manager or \u201cshop.\u201d  If not, you can enter the following commands into any terminal emulator.\n<\/p>\n\n<p>\nFor systems in the Red Hat family, which includes CentOS (the default OS for the InMotion VPS package), you can use the <code>yum<\/code> command to get the version of Emacs available in the repository:\n<\/p>\n\n<pre>sudo yum install emacs<\/pre>\n\n<p>\nFor the Debian family, including Ubuntu, you can run this command:\n<\/p>\n\n<pre>sudo apt-get install emacs<\/pre>\n<\/div>\n<\/div>\n\n<div id=\"outline-container-org4158129\" class=\"outline-2\">\n<h2 id=\"mac\"><a id=\"org4158129\"><\/a><a id=\"ID-843892AD-C40C-41F9-A13E-13409823BC1B\"><\/a>Mac OS Emacs Installation<\/h2>\n<div class=\"outline-text-2\" id=\"text-mac\">\n<p>\nInstallation for the Mac OS operation is even easier than Linux.  You don\u2019t even need to open a command line.  All you need to do is visit the official GNU Emacs for Mac OS website, download the installation the file, unzip it, and install as you would any other piece of software on the Mac.\n<\/p>\n<\/div>\n<\/div>\n\n<div id=\"outline-container-org9b3aafb\" class=\"outline-2\">\n<h2 id=\"windows\"><a id=\"org9b3aafb\"><\/a><a id=\"ID-F31EC9AA-61B3-4836-AAAB-D4B553AFC292\"><\/a>Emacs for Windows<\/h2>\n<div class=\"outline-text-2\" id=\"text-windows\">\n<p>\nExecutable files for the Windows operating system are available for download on the main <a target=\"_blank\" href=\"https:\/\/www.gnu.org\/software\/emacs\/download.html\" rel=\"noopener noreferrer\">GNU Emacs page<\/a>.\n<\/p>\n\n<hr>\n\n<p>\nWell done, you now know how to install GNU Emacs on a variety of systems.  If you have any questions or comments, please feel free to drop on below.\n<\/p>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>When was the last time a piece of software really wowed you? Emacs is one of those special programs that gives its users a unique sense of control, getting things done, and peace of mind (when used correctly). From software developers to writers and CEOs, there\u2019s something in Emacs for everyone. So you\u2019ve decided to<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-install-gnu-emacs\/\"> Read More ><\/a><\/p>\n","protected":false},"author":17,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4288],"tags":[],"class_list":["post-58404","post","type-post","status-publish","format-standard","hentry","category-website"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How To Install GNU Emacs | InMotion Hosting<\/title>\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.inmotionhosting.com\/support\/website\/how-to-install-gnu-emacs\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Install GNU Emacs | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"When was the last time a piece of software really wowed you? Emacs is one of those special programs that gives its users a unique sense of control, getting things done, and peace of mind (when used correctly). From software developers to writers and CEOs, there\u2019s something in Emacs for everyone. So you\u2019ve decided to Read More &gt;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-install-gnu-emacs\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2020-08-11T21:36:28+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-08-16T19:35:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/images\/stories\/emacs.png\" \/>\n<meta name=\"author\" content=\"Christopher Maiorana\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Christopher Maiorana\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-install-gnu-emacs\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-install-gnu-emacs\/\"},\"author\":{\"name\":\"Christopher Maiorana\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/c6922c56c84e17079fd558e07b7ef72f\"},\"headline\":\"How To Install GNU Emacs\",\"datePublished\":\"2020-08-11T21:36:28+00:00\",\"dateModified\":\"2021-08-16T19:35:01+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-install-gnu-emacs\/\"},\"wordCount\":527,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-install-gnu-emacs\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/images\/stories\/emacs.png\",\"articleSection\":[\"Website\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-install-gnu-emacs\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-install-gnu-emacs\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-install-gnu-emacs\/\",\"name\":\"How To Install GNU Emacs | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-install-gnu-emacs\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-install-gnu-emacs\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/images\/stories\/emacs.png\",\"datePublished\":\"2020-08-11T21:36:28+00:00\",\"dateModified\":\"2021-08-16T19:35:01+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-install-gnu-emacs\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-install-gnu-emacs\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-install-gnu-emacs\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/images\/stories\/emacs.png\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/images\/stories\/emacs.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-install-gnu-emacs\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How To Install GNU Emacs\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/c6922c56c84e17079fd558e07b7ef72f\",\"name\":\"Christopher Maiorana\",\"description\":\"Christopher Maiorana joined the InMotion community team in 2015 and regularly dispenses tips and tricks in the Support Center, Community Q&A, and the InMotion Hosting Blog.\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/chris-m-4623144b\/\"],\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/christopherm\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How To Install GNU Emacs | InMotion Hosting","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.inmotionhosting.com\/support\/website\/how-to-install-gnu-emacs\/","og_locale":"en_US","og_type":"article","og_title":"How To Install GNU Emacs | InMotion Hosting","og_description":"When was the last time a piece of software really wowed you? Emacs is one of those special programs that gives its users a unique sense of control, getting things done, and peace of mind (when used correctly). From software developers to writers and CEOs, there\u2019s something in Emacs for everyone. So you\u2019ve decided to Read More >","og_url":"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-install-gnu-emacs\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2020-08-11T21:36:28+00:00","article_modified_time":"2021-08-16T19:35:01+00:00","og_image":[{"url":"https:\/\/www.inmotionhosting.com\/support\/images\/stories\/emacs.png","type":"","width":"","height":""}],"author":"Christopher Maiorana","twitter_card":"summary_large_image","twitter_creator":"@InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"Christopher Maiorana","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-install-gnu-emacs\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-install-gnu-emacs\/"},"author":{"name":"Christopher Maiorana","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/c6922c56c84e17079fd558e07b7ef72f"},"headline":"How To Install GNU Emacs","datePublished":"2020-08-11T21:36:28+00:00","dateModified":"2021-08-16T19:35:01+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-install-gnu-emacs\/"},"wordCount":527,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-install-gnu-emacs\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/images\/stories\/emacs.png","articleSection":["Website"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/website\/how-to-install-gnu-emacs\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-install-gnu-emacs\/","url":"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-install-gnu-emacs\/","name":"How To Install GNU Emacs | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-install-gnu-emacs\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-install-gnu-emacs\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/images\/stories\/emacs.png","datePublished":"2020-08-11T21:36:28+00:00","dateModified":"2021-08-16T19:35:01+00:00","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-install-gnu-emacs\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/website\/how-to-install-gnu-emacs\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-install-gnu-emacs\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/images\/stories\/emacs.png","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/images\/stories\/emacs.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/website\/how-to-install-gnu-emacs\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"How To Install GNU Emacs"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/c6922c56c84e17079fd558e07b7ef72f","name":"Christopher Maiorana","description":"Christopher Maiorana joined the InMotion community team in 2015 and regularly dispenses tips and tricks in the Support Center, Community Q&A, and the InMotion Hosting Blog.","sameAs":["https:\/\/www.linkedin.com\/in\/chris-m-4623144b\/"],"url":"https:\/\/www.inmotionhosting.com\/support\/author\/christopherm\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":null,"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/58404","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/17"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=58404"}],"version-history":[{"count":2,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/58404\/revisions"}],"predecessor-version":[{"id":82841,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/58404\/revisions\/82841"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=58404"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=58404"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=58404"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}