{"id":53559,"date":"2020-03-10T12:02:26","date_gmt":"2020-03-10T17:02:26","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/?p=53559"},"modified":"2022-03-01T14:02:34","modified_gmt":"2022-03-01T19:02:34","slug":"install-clamav-on-ubuntu","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/security\/install-clamav-on-ubuntu\/","title":{"rendered":"How to Install ClamAV on Ubuntu"},"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\/2020\/03\/clamav-install-ubuntu-1024x538.jpg\" alt=\"How to Install ClamAV on Ubuntu\" class=\"wp-image-94580\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/03\/clamav-install-ubuntu-1024x538.jpg 1024w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/03\/clamav-install-ubuntu-300x158.jpg 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/03\/clamav-install-ubuntu-768x403.jpg 768w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/03\/clamav-install-ubuntu.jpg 1200w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><\/figure>\n\n\n\n<p><a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/www.clamav.net\/\" target=\"_blank\">ClamAV<\/a> is a popular open source anti-virus (AV) scanner available for Windows, macOS, and Unix-based systems. ClamAV can quarantine and delete infected files, emails, websites, and more. ClamAV is also available as a cPanel server plugin.<\/p>\n\n\n\n<p>Below we\u2019ll cover how to install ClamAV, update the signature database, and run common command-line interface (CLI) commands.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"install\">How to Install and Use ClamAV<\/h2>\n\n\n\n<p class=\"alert alert-info\">You may have to use <code>sudo<\/code> before each command if you\u2019re not already logged in as root (e.g. <code>sudo apt-get update<\/code>).<\/p>\n\n\n\n<p>Installing ClamAV is easy with the Ubuntu APT package.<\/p>\n\n\n\n<ol class=\"article_list wp-block-list\"><li>Update your package lists: <br><pre>sudo apt-get update<\/pre><\/li><li>Install ClamAV: <br><pre>sudo apt-get install clamav clamav-daemon -y<\/pre><\/li><\/ol>\n\n\n\n<p>After you finish the installation, ensure your ClamAV virus signatures are up to date.<\/p>\n\n\n\n<ol class=\"article_list wp-block-list\"><li>Stop the ClamAV process: <br><pre>sudo systemctl stop clamav-freshclam<\/pre><\/li><li>Manually update the ClamAV signature database: <br><pre>sudo freshclam<\/pre><\/li><li>Restart the service to update the database in the background: <br><pre>sudo systemctl start clamav-freshclam<\/pre><\/li><\/ol>\n\n\n\n<p>Below are the most common options for using ClamAV clamscan in the terminal.<\/p>\n\n\n\n<p>Scan all files, starting from the current directory:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">clamscan -r \/<\/pre>\n\n\n\n<p>Scan files but only show infected files:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">clamscan -r -i \/path-to-folder<\/pre>\n\n\n\n<p>Scan files but don\u2019t show <code>OK<\/code> files:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">clamscan -r -o \/path-to-folder<\/pre>\n\n\n\n<p>Scan files and send results of infected files to a results file:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">clamscan -r \/path-to-folder | grep FOUND &gt;&gt; \/path-folder\/file.txt<\/pre>\n\n\n\n<p>Scan files and move infected files to a different directory:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">clamscan -r --move=\/path-to-folder \/path-to-quarantine-folder<\/pre>\n\n\n\n<p class=\"alert alert-info\">You can also create a cron job to run ClamAV scans automatically.<\/p>\n\n\n\n<p>To learn more about clamscan options, check the manual:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">man clamscan<\/pre>\n\n\n\n<p>Those running Linux on a local machine with a window manager can also install the <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/www.inmotionhosting.com\/support\/security\/clamtk-ubuntu-clamav\/\" target=\"_blank\">ClamTK<\/a> graphical wrapper.<\/p>\n\n\n\n<p>Looking for other ways to improve your server security posture? See if <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/sucuri.net\/lp\/promo\/inmotion\/?clickid=QB5RSwS7RxyLT9tQy%3ASR0UvEUkBWzQxahTDQUQ0\" target=\"_blank\">Sucuri\u2019s web application firewall (WAF) is right for you<\/a>. Let us know if you have any further questions.<\/p>\n\n\n<div class=\"jumbotron\"><p>With our <a href=\"https:\/\/www.inmotionhosting.com\/cloud-vps\">Cloud Server Hosting<\/a>, you can deploy a lightning-fast, reliable cloud platform with built-in redundancy \u2013 ensuring the availability of your environment!<\/p><\/div>\n","protected":false},"excerpt":{"rendered":"<p>ClamAV is a popular open source anti-virus (AV) scanner available for Windows, macOS, and Unix-based systems. ClamAV can quarantine and delete infected files, emails, websites, and more. ClamAV is also available as a cPanel server plugin. Below we&#8217;ll cover how to install ClamAV, update the signature database, and run common command-line interface (CLI) commands. How<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/security\/install-clamav-on-ubuntu\/\"> Read More ><\/a><\/p>\n","protected":false},"author":57014,"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":[4299],"tags":[],"class_list":["post-53559","post","type-post","status-publish","format-standard","hentry","category-security"],"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 ClamAV on Ubuntu | InMotion Hosting<\/title>\n<meta name=\"description\" content=\"Learn how to install the ClamAV anti-virus scanner on Ubuntu and get started with the most important CLI commands to protect your 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.inmotionhosting.com\/support\/security\/install-clamav-on-ubuntu\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install ClamAV on Ubuntu | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"Learn how to install the ClamAV anti-virus scanner on Ubuntu and get started with the most important CLI commands to protect your server.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/security\/install-clamav-on-ubuntu\/\" \/>\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-03-10T17:02:26+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-03-01T19:02:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/03\/clamav-install-ubuntu-1024x538.jpg\" \/>\n<meta name=\"author\" content=\"InMotion Hosting Contributor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"InMotion Hosting Contributor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/security\/install-clamav-on-ubuntu\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/security\/install-clamav-on-ubuntu\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644\"},\"headline\":\"How to Install ClamAV on Ubuntu\",\"datePublished\":\"2020-03-10T17:02:26+00:00\",\"dateModified\":\"2022-03-01T19:02:34+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/security\/install-clamav-on-ubuntu\/\"},\"wordCount\":266,\"commentCount\":16,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/security\/install-clamav-on-ubuntu\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/03\/clamav-install-ubuntu-1024x538.jpg\",\"articleSection\":[\"Security\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/security\/install-clamav-on-ubuntu\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/security\/install-clamav-on-ubuntu\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/security\/install-clamav-on-ubuntu\/\",\"name\":\"How to Install ClamAV on Ubuntu | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/security\/install-clamav-on-ubuntu\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/security\/install-clamav-on-ubuntu\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/03\/clamav-install-ubuntu-1024x538.jpg\",\"datePublished\":\"2020-03-10T17:02:26+00:00\",\"dateModified\":\"2022-03-01T19:02:34+00:00\",\"description\":\"Learn how to install the ClamAV anti-virus scanner on Ubuntu and get started with the most important CLI commands to protect your server.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/security\/install-clamav-on-ubuntu\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/security\/install-clamav-on-ubuntu\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/security\/install-clamav-on-ubuntu\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/03\/clamav-install-ubuntu.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/03\/clamav-install-ubuntu.jpg\",\"width\":1200,\"height\":630,\"caption\":\"How to Install ClamAV on Ubuntu\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/security\/install-clamav-on-ubuntu\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install ClamAV on Ubuntu\"}]},{\"@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\/f9a4fc454cd1df128ee8e898d30d4644\",\"name\":\"InMotion Hosting Contributor\",\"description\":\"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!\",\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/inmotion-hosting\/\",\"https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting\"],\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/inmotion-hosting-contributor\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install ClamAV on Ubuntu | InMotion Hosting","description":"Learn how to install the ClamAV anti-virus scanner on Ubuntu and get started with the most important CLI commands to protect your 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.inmotionhosting.com\/support\/security\/install-clamav-on-ubuntu\/","og_locale":"en_US","og_type":"article","og_title":"How to Install ClamAV on Ubuntu | InMotion Hosting","og_description":"Learn how to install the ClamAV anti-virus scanner on Ubuntu and get started with the most important CLI commands to protect your server.","og_url":"https:\/\/www.inmotionhosting.com\/support\/security\/install-clamav-on-ubuntu\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2020-03-10T17:02:26+00:00","article_modified_time":"2022-03-01T19:02:34+00:00","og_image":[{"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/03\/clamav-install-ubuntu-1024x538.jpg","type":"","width":"","height":""}],"author":"InMotion Hosting Contributor","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"InMotion Hosting Contributor","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/security\/install-clamav-on-ubuntu\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/security\/install-clamav-on-ubuntu\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644"},"headline":"How to Install ClamAV on Ubuntu","datePublished":"2020-03-10T17:02:26+00:00","dateModified":"2022-03-01T19:02:34+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/security\/install-clamav-on-ubuntu\/"},"wordCount":266,"commentCount":16,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/security\/install-clamav-on-ubuntu\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/03\/clamav-install-ubuntu-1024x538.jpg","articleSection":["Security"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/security\/install-clamav-on-ubuntu\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/security\/install-clamav-on-ubuntu\/","url":"https:\/\/www.inmotionhosting.com\/support\/security\/install-clamav-on-ubuntu\/","name":"How to Install ClamAV on Ubuntu | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/security\/install-clamav-on-ubuntu\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/security\/install-clamav-on-ubuntu\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/03\/clamav-install-ubuntu-1024x538.jpg","datePublished":"2020-03-10T17:02:26+00:00","dateModified":"2022-03-01T19:02:34+00:00","description":"Learn how to install the ClamAV anti-virus scanner on Ubuntu and get started with the most important CLI commands to protect your server.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/security\/install-clamav-on-ubuntu\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/security\/install-clamav-on-ubuntu\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/security\/install-clamav-on-ubuntu\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/03\/clamav-install-ubuntu.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/03\/clamav-install-ubuntu.jpg","width":1200,"height":630,"caption":"How to Install ClamAV on Ubuntu"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/security\/install-clamav-on-ubuntu\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to Install ClamAV on Ubuntu"}]},{"@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\/f9a4fc454cd1df128ee8e898d30d4644","name":"InMotion Hosting Contributor","description":"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!","sameAs":["https:\/\/www.linkedin.com\/company\/inmotion-hosting\/","https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting"],"url":"https:\/\/www.inmotionhosting.com\/support\/author\/inmotion-hosting-contributor\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":null,"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/53559","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\/57014"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=53559"}],"version-history":[{"count":12,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/53559\/revisions"}],"predecessor-version":[{"id":94581,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/53559\/revisions\/94581"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=53559"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=53559"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=53559"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}