{"id":94330,"date":"2022-02-22T13:50:39","date_gmt":"2022-02-22T18:50:39","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/?p=94330"},"modified":"2025-03-10T14:05:30","modified_gmt":"2025-03-10T18:05:30","slug":"install-rubygems-on-linux","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/install-rubygems-on-linux\/","title":{"rendered":"How To Install RubyGems On Linux"},"content":{"rendered":"<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"538\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/02\/How-To-Install-RubyGems-on-Linux-1024x538.png\" alt=\"How to install RubyGems on Linux\" class=\"wp-image-94331\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/02\/How-To-Install-RubyGems-on-Linux-1024x538.png 1024w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/02\/How-To-Install-RubyGems-on-Linux-300x158.png 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/02\/How-To-Install-RubyGems-on-Linux-768x403.png 768w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/02\/How-To-Install-RubyGems-on-Linux.png 1200w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/figure>\n\n\n\n<p>\nRubyGems is a popular package manager for the Ruby programming language.  RubyGems allows you to download and manage \u201cgems\u201d, or software packets, that you can use in your own Ruby programs.  Many Ruby programs, like the <a href=\"https:\/\/www.inmotionhosting.com\/support\/website\/jekyll\/how-to-install-jekyll\/\">Jekyll content management system<\/a> are actually gems, and the plugins you can use for Jekyll are also gems.  Installing RubyGems on your <a href=\"\/vps-hosting\/linux-vps\">Linux server<\/a>, or local workstation, can help you easily manage a vast library of gems.\n<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"#install-rubygems-linux\">How to Install RubyGems on Linux<\/a><\/li><li><a href=\"#package-manager\">Using Package Managers<\/a> <ul><li><a href=\"#apt\">Using The <code>apt<\/code> Package Manager (Debian, Ubuntu)<\/a><\/li><li><a href=\"#yum\">Using The <code>yum<\/code> Package Manager (CentOS, Fedora)<\/a> <\/li><\/ul><\/li><li><a href=\"#install-from-source\">Installing RubyGems From Source<\/a><\/li><\/ul>\n\n\n<!-- Shortcode [cloud-server-cta5] does not exist -->\n\n\n\n<h2 class=\"wp-block-heading\" id=\"install-rubygems-linux\">How to Install RubyGems on Linux<\/h2>\n\n\n\n<p> There are a few different ways to install RubyGems on Linux.  The path you choose will depend on your comfort level, which version you want, and other factors.  You can install RubyGems from source or use some of the popular Linux package managers available for your distribution.  <\/p>\n\n\n\n<p>This article will cover the <code>apt<\/code> package manager available for Debian-based distributions like Ubuntu, as well as the <code>yum<\/code> package manager available for most RedHat-based Linux distributions such as CentOS and Fedora.  This article also assumes that you have already installed a full version of Ruby in your system. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"package-manager\">Using Package Managers<\/h2>\n\n\n\n<p> It is generally recommended that you not install RubyGems or subsequent gems as the root user.  This is why the command below uses the <code>sudo<\/code>. <\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"apt\">Using The <code>apt<\/code> Package Manager (Debian, Ubuntu)<\/h3>\n\n\n\n<p>\nTo install RubyGems with the <code>apt<\/code> package manager, you can use the following command:\n<\/p>\n\n\n\n<pre id=\"org0f1530b\" class=\"wp-block-preformatted example\">sudo apt install rubygems\n<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"yum\">Using The <code>yum<\/code> Package Manager (CentOS, Fedora)<\/h3>\n\n\n\n<p>\nTo install RubyGems with the <code>yum<\/code> package manager, you can use the following command:\n<\/p>\n\n\n\n<pre id=\"org7fab40d\" class=\"wp-block-preformatted example\">sudo yum install rubygems\n<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"install-from-source\">Installing RubyGems From Source<\/h2>\n\n\n\n<p> Installing RubyGems from source is a little more complicated than the above options.  So why install from source?  <\/p>\n\n\n\n<p>Sometimes, the software versions available in package manager repositories are not the latest and greatest but rather a more stable, earlier version.  This is fine for most day-to-day usage of package managers, but can create problems if you require the absolute latest and greatest packages.  In those instances, installing from source, where possible, is the best option. <\/p>\n\n\n\n<p>\nTo install RubyGems from source, you will need to download a copy of the latest source code from the <a href=\"https:\/\/rubygems.org\/pages\/download\">RubyGems website<\/a>.\n<\/p>\n\n\n\n<p>\nThe following commands use <code>wget<\/code> to download the RubyGems source code package.  However, this is not required.  You can download the package archive in any style you prefer as long as you can access it easily on the command line.  If you would like to use <code>wget<\/code>, you will want to make sure it is installed on your system.\n<\/p>\n\n\n\n<p> From the RubyGems website, select which format you want to download the package as (.zip, tarball, or otherwise).  For usage with <code>wget<\/code> you only need the live download link for the \u201cTGZ\u201d format, which you can copy from your web browser. <\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"678\" height=\"345\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/02\/rubygems_install_002.png\" alt=\"\" class=\"wp-image-94332\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/02\/rubygems_install_002.png 678w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/02\/rubygems_install_002-300x153.png 300w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/figure><\/div>\n\n\n\n<p>\nOnce you have the link for the package, you can proceed to use <code>wget<\/code> to download the package to the desired location.  Many users prefer to download package archives to the <code>\/tmp<\/code> directory, because they will be automatically trashed by the operating system on reboot:\n<\/p>\n\n\n\n<pre id=\"orgac02e8f\" class=\"wp-block-preformatted example\">cd \/tmp\n<\/pre>\n\n\n\n<p>\nTo the proceed with the download (bear in mind your version may be different):\n<\/p>\n\n\n\n<pre id=\"orgf038013\" class=\"wp-block-preformatted example\">wget https:\/\/rubygems.org\/rubygems\/rubygems-3.3.7.tgz\n<\/pre>\n\n\n\n<p>\nNow, you can open the archive with the <code>tar<\/code> command:\n<\/p>\n\n\n\n<pre id=\"orgf6df43e\" class=\"wp-block-preformatted example\">tar xvf rubygems-3.3.7\n<\/pre>\n\n\n\n<p>\nChange into the new directory:\n<\/p>\n\n\n\n<pre id=\"org540656d\" class=\"wp-block-preformatted example\">cd rubygems-3.3.7\/\n<\/pre>\n\n\n\n<p>\nComplete the installation by running the installation command:\n<\/p>\n\n\n\n<pre id=\"org37dd34b\" class=\"wp-block-preformatted example\">ruby setup.rb\n<\/pre>\n\n\n\n<hr class=\"wp-block-separator\">\n\n\n\n<p>\nThat\u2019s it!  You now know how to install RubyGems in your Linux server or desktop environment.  If you have any questions or comments feel free to drop them below:\n<\/p>\n","protected":false},"excerpt":{"rendered":"<p>RubyGems is a popular package manager for the Ruby programming language. RubyGems allows you to download and manage \u201cgems\u201d, or software packets, that you can use in your own Ruby programs. Many Ruby programs, like the Jekyll content management system are actually gems, and the plugins you can use for Jekyll are also gems. Installing<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/install-rubygems-on-linux\/\"> 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":[4308],"tags":[],"class_list":["post-94330","post","type-post","status-publish","format-standard","hentry","category-linux"],"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 RubyGems On Linux | 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\/server\/linux\/install-rubygems-on-linux\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Install RubyGems On Linux | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"RubyGems is a popular package manager for the Ruby programming language. RubyGems allows you to download and manage \u201cgems\u201d, or software packets, that you can use in your own Ruby programs. Many Ruby programs, like the Jekyll content management system are actually gems, and the plugins you can use for Jekyll are also gems. Installing Read More &gt;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/install-rubygems-on-linux\/\" \/>\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=\"2022-02-22T18:50:39+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-03-10T18:05:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/02\/How-To-Install-RubyGems-on-Linux-1024x538.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\/server\/linux\/install-rubygems-on-linux\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/install-rubygems-on-linux\/\"},\"author\":{\"name\":\"Christopher Maiorana\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/c6922c56c84e17079fd558e07b7ef72f\"},\"headline\":\"How To Install RubyGems On Linux\",\"datePublished\":\"2022-02-22T18:50:39+00:00\",\"dateModified\":\"2025-03-10T18:05:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/install-rubygems-on-linux\/\"},\"wordCount\":579,\"commentCount\":2,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/install-rubygems-on-linux\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/02\/How-To-Install-RubyGems-on-Linux-1024x538.png\",\"articleSection\":[\"Linux\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/install-rubygems-on-linux\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/install-rubygems-on-linux\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/install-rubygems-on-linux\/\",\"name\":\"How To Install RubyGems On Linux | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/install-rubygems-on-linux\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/install-rubygems-on-linux\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/02\/How-To-Install-RubyGems-on-Linux-1024x538.png\",\"datePublished\":\"2022-02-22T18:50:39+00:00\",\"dateModified\":\"2025-03-10T18:05:30+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/install-rubygems-on-linux\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/install-rubygems-on-linux\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/install-rubygems-on-linux\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/02\/How-To-Install-RubyGems-on-Linux.png\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/02\/How-To-Install-RubyGems-on-Linux.png\",\"width\":1200,\"height\":630},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/install-rubygems-on-linux\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How To Install RubyGems On Linux\"}]},{\"@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 RubyGems On Linux | 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\/server\/linux\/install-rubygems-on-linux\/","og_locale":"en_US","og_type":"article","og_title":"How To Install RubyGems On Linux | InMotion Hosting","og_description":"RubyGems is a popular package manager for the Ruby programming language. RubyGems allows you to download and manage \u201cgems\u201d, or software packets, that you can use in your own Ruby programs. Many Ruby programs, like the Jekyll content management system are actually gems, and the plugins you can use for Jekyll are also gems. Installing Read More >","og_url":"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/install-rubygems-on-linux\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2022-02-22T18:50:39+00:00","article_modified_time":"2025-03-10T18:05:30+00:00","og_image":[{"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/02\/How-To-Install-RubyGems-on-Linux-1024x538.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\/server\/linux\/install-rubygems-on-linux\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/install-rubygems-on-linux\/"},"author":{"name":"Christopher Maiorana","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/c6922c56c84e17079fd558e07b7ef72f"},"headline":"How To Install RubyGems On Linux","datePublished":"2022-02-22T18:50:39+00:00","dateModified":"2025-03-10T18:05:30+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/install-rubygems-on-linux\/"},"wordCount":579,"commentCount":2,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/install-rubygems-on-linux\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/02\/How-To-Install-RubyGems-on-Linux-1024x538.png","articleSection":["Linux"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/server\/linux\/install-rubygems-on-linux\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/install-rubygems-on-linux\/","url":"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/install-rubygems-on-linux\/","name":"How To Install RubyGems On Linux | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/install-rubygems-on-linux\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/install-rubygems-on-linux\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/02\/How-To-Install-RubyGems-on-Linux-1024x538.png","datePublished":"2022-02-22T18:50:39+00:00","dateModified":"2025-03-10T18:05:30+00:00","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/install-rubygems-on-linux\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/server\/linux\/install-rubygems-on-linux\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/install-rubygems-on-linux\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/02\/How-To-Install-RubyGems-on-Linux.png","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2022\/02\/How-To-Install-RubyGems-on-Linux.png","width":1200,"height":630},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/install-rubygems-on-linux\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"How To Install RubyGems On Linux"}]},{"@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\/94330","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=94330"}],"version-history":[{"count":2,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/94330\/revisions"}],"predecessor-version":[{"id":129602,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/94330\/revisions\/129602"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=94330"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=94330"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=94330"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}