{"id":4621,"date":"2018-08-28T18:43:39","date_gmt":"2018-08-28T18:43:39","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/2018\/08\/28\/ubuntu-server-overview\/"},"modified":"2025-01-14T18:13:36","modified_gmt":"2025-01-14T23:13:36","slug":"ubuntu-server-overview","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/ubuntu-server-overview\/","title":{"rendered":"Ubuntu Server: A General Overview"},"content":{"rendered":"\n<p><a href=\"https:\/\/www.ubuntu.com\" target=\"_blank\" rel=\"noopener\"><strong>Ubuntu<\/strong><\/a> is a free, open-source operating system based on Linux, developed and maintained by a company called <strong>Canonical<\/strong>. It was created by a group of Debian developers led by Mark Shuttleworth formed Canonical, Ltd. in 2005. They also created the Ubuntu Foundation to provide support and development of Ubuntu. They currently release upgrades on a 6-month schedule.<\/p>\n\n\n\n<p class=\"alert alert-info\"><strong><em>Ubuntu<\/em><\/strong> is an ancient African word meaning &#8216;humanity to others.&#8217;<\/p>\n\n\n\n<p>Ubuntu Server is a version of the Ubuntu operating system designed specifically for servers, which are computers that host and manage resources or services used by other devices. It is optimized for performance and reliability, providing developers and IT professionals with a lightweight, secure, and flexible environment to run applications and services. It\u2019s built on Linux, an open-source operating system known for its stability and efficiency, which makes Ubuntu Server a popular choice among web developers and businesses worldwide.<\/p>\n\n\n\n<p>For website developers creating web applications, Ubuntu Server is essential because it provides a robust platform for hosting websites, databases, and services. It includes support for popular web technologies like Apache, Nginx, MySQL, and PHP (often bundled together as the LAMP or LEMP stack), which are commonly used to power dynamic websites and applications. Ubuntu Server\u2019s compatibility with cloud services and virtualization platforms also makes it a top choice for deploying scalable, high-performance applications, whether on a private server or in a cloud environment like AWS, Google Cloud, or Azure.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Noble Numbat Ubuntu Release<\/h2>\n\n\n\n<p>The <a href=\"https:\/\/ubuntu.com\/download\/server\" target=\"_blank\" rel=\"noreferrer noopener\">current release<\/a> is version 24.04.1 LTS, nicknamed Noble Numbat. LTS stands for Long Term Support and provides five years of free security and maintenance updates, which can be extended to 10 years with Ubuntu Pro.<\/p>\n\n\n\n<p>The <a href=\"https:\/\/discourse.ubuntu.com\/t\/ubuntu-24-04-lts-noble-numbat-release-notes\/39890\">24.04.1 release notes<\/a> include upgrades and support for the following components of Ubuntu Server:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>NGINX v1.24\n<ul class=\"wp-block-list\">\n<li>OpenSSL 3.0 compatibility<\/li>\n\n\n\n<li>TLSv1.3 protocol enabled by default<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>PHP v8.3.6<\/li>\n\n\n\n<li>Apache2 v2.4.58\n<ul class=\"wp-block-list\">\n<li>HTTP\/2 support<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>PostgreSQL v16.2<\/li>\n\n\n\n<li>Django v4.2.11<\/li>\n\n\n\n<li>Docker v24.0.7 &#8211; container application development<\/li>\n\n\n\n<li>exim4 v4.97 &#8211; mail transport agent<\/li>\n\n\n\n<li>HAProxy v2.8.5 &#8211; load balancing<\/li>\n\n\n\n<li>Clamav anti-virus toolkit updates<\/li>\n\n\n\n<li>High Availability and Clustering\n<ul class=\"wp-block-list\">\n<li>Pacemaker v2.1.6<\/li>\n\n\n\n<li>OpenStack 2024.1 (Caracal) release<\/li>\n\n\n\n<li>Ceph updates for compatibility with the 19.2.0 (Squid) release<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">File Systems supported by Ubuntu<\/h3>\n\n\n\n<p><strong>Ubuntu Server<\/strong> supports various file systems (FS). The recommended system you should use depends on your storage needs. The man page for the 18.04 version includes the following list: <i>ext, ext2, ext3, ext4, hpfs, iso9660, JFS, minix, msdos, ncpfs nfs, ntfs, proc, Reiserfs, smb, sysv, umsdos, vfat, XFS, xiafs, and ZFS<\/i>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Package Management for Ubuntu<\/h3>\n\n\n\n<p>There are a couple of package management tools available to you in <strong>Ubuntu<\/strong>. One is <strong><em>dpkg<\/em><\/strong> and the other is <strong><em>APT<\/em><\/strong>. <strong><em>Dpkg<\/em><\/strong> can be used to install, remove and build packages, but it can&#8217;t automatically download and install these packages or the package dependencies. It&#8217;s best used for locally installed packages. <strong>APT<\/strong> is another command-line tool that you can use to install or upgrade packages in your Ubuntu installation. The <b>APT<\/b> system can also be accessed using <strong>Aptitude<\/strong>. Aptitude is a text-based menu-driven system of APT. It is not as flexible or powerful as the command-line version, but it provides a quick and easy way to install, remove or upgrade packages. For more detailed information on each of these options check out the man pages (<i>man dpkg<\/i> or <i>man apt<\/i> in a terminal console).<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Init System for Ubuntu<\/h3>\n\n\n\n<p>The INIT system or process is the first process that is executed when starting up Linux or Unix-based operating system. Ubuntu has been using Systemd since version 14. Previous to that the init system in use was Upstart.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Other Ubuntu Install Options and Architectures<\/h2>\n\n\n\n<p><strong>Ubuntu Server<\/strong> supports server provisioning using MAAS (Metal as a Service). This option allows you to deal with servers as a whole instead of as individual systems. This allows for the construction of data centers and networks while providing for support for multiple operating systems such as CentOS, Red Hat Enterprise Linux (RHEL) and Windows. There is also support for OpenStack and different server architectures like ARM, POWER, and IBM Z.<\/p>\n\n\n\n<p>If you need expert help with your Ubuntu installation, check out:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Ask Ubuntu<\/li>\n\n\n\n<li>IRC-based support<\/li>\n\n\n\n<li>Ubuntu Forums<\/li>\n<\/ul>\n\n\n\n<p>Learn more from our <a href=\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/\">Cloud Server Hosting Product Guide<\/a>.<\/p>\n\n\n<div class=\"jumbotron\">\r\n<p>If you don\u2019t need cPanel, don't pay for it. Only pay for what you need with our scalable <a href=\"https:\/\/www.inmotionhosting.com\/cloud-vps\">Cloud VPS Hosting<\/a>.<\/p>\r\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/design.inmotionhosting.com\/assets\/icons\/standard\/check-blue.svg\" alt=\"check mark\" width=\"24\" height=\"24\" \/>CentOS, Debian, or Ubuntu    <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/design.inmotionhosting.com\/assets\/icons\/standard\/check-blue.svg\" alt=\"check mark\" width=\"24\" height=\"24\" \/>No Bloatware    <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/design.inmotionhosting.com\/assets\/icons\/standard\/check-blue.svg\" alt=\"check mark\" width=\"24\" height=\"24\" \/>SSH and Root Access<\/p>\r\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Ubuntu is a free, open-source operating system based on Linux, developed and maintained by a company called Canonical. It was created by a group of Debian developers led by Mark Shuttleworth formed Canonical, Ltd. in 2005. They also created the Ubuntu Foundation to provide support and development of Ubuntu. They currently release upgrades on a<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/ubuntu-server-overview\/\"> Read More ><\/a><\/p>\n","protected":false},"author":7,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4360],"tags":[],"class_list":["post-4621","post","type-post","status-publish","format-standard","hentry","category-software"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Ubuntu Server: A General Overview | InMotion Hosting<\/title>\n<meta name=\"description\" content=\"Learn about the history, installation, and other options for the server version.\" \/>\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\/edu\/software\/ubuntu-server-overview\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Ubuntu Server: A General Overview | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"Learn about the history, installation, and other options for the server version.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/ubuntu-server-overview\/\" \/>\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=\"2018-08-28T18:43:39+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-01-14T23:13:36+00:00\" \/>\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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/ubuntu-server-overview\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/ubuntu-server-overview\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/8d626175dd3b70ee90a172bdb09a460b\"},\"headline\":\"Ubuntu Server: A General Overview\",\"datePublished\":\"2018-08-28T18:43:39+00:00\",\"dateModified\":\"2025-01-14T23:13:36+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/ubuntu-server-overview\/\"},\"wordCount\":693,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"articleSection\":[\"Software\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/ubuntu-server-overview\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/ubuntu-server-overview\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/ubuntu-server-overview\/\",\"name\":\"Ubuntu Server: A General Overview | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"datePublished\":\"2018-08-28T18:43:39+00:00\",\"dateModified\":\"2025-01-14T23:13:36+00:00\",\"description\":\"Learn about the history, installation, and other options for the server version.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/ubuntu-server-overview\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/ubuntu-server-overview\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/ubuntu-server-overview\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Ubuntu Server: A General Overview\"}]},{\"@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\/8d626175dd3b70ee90a172bdb09a460b\",\"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\/arn\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Ubuntu Server: A General Overview | InMotion Hosting","description":"Learn about the history, installation, and other options for the server version.","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\/edu\/software\/ubuntu-server-overview\/","og_locale":"en_US","og_type":"article","og_title":"Ubuntu Server: A General Overview | InMotion Hosting","og_description":"Learn about the history, installation, and other options for the server version.","og_url":"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/ubuntu-server-overview\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2018-08-28T18:43:39+00:00","article_modified_time":"2025-01-14T23:13:36+00:00","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":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/ubuntu-server-overview\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/ubuntu-server-overview\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/8d626175dd3b70ee90a172bdb09a460b"},"headline":"Ubuntu Server: A General Overview","datePublished":"2018-08-28T18:43:39+00:00","dateModified":"2025-01-14T23:13:36+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/ubuntu-server-overview\/"},"wordCount":693,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"articleSection":["Software"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/software\/ubuntu-server-overview\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/ubuntu-server-overview\/","url":"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/ubuntu-server-overview\/","name":"Ubuntu Server: A General Overview | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"datePublished":"2018-08-28T18:43:39+00:00","dateModified":"2025-01-14T23:13:36+00:00","description":"Learn about the history, installation, and other options for the server version.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/ubuntu-server-overview\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/software\/ubuntu-server-overview\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/ubuntu-server-overview\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"Ubuntu Server: A General Overview"}]},{"@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\/8d626175dd3b70ee90a172bdb09a460b","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\/arn\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":{"id":4360,"name":"Software","slug":"software","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/software\/"},"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/4621","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\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=4621"}],"version-history":[{"count":7,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/4621\/revisions"}],"predecessor-version":[{"id":129017,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/4621\/revisions\/129017"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=4621"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=4621"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=4621"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}