{"id":1052,"date":"2024-08-16T15:05:49","date_gmt":"2024-08-16T15:05:49","guid":{"rendered":"https:\/\/serverhost.com\/blog\/step-by-step-guide-to-installing-thunderbird-deb-on-ubuntu-24-04-avoiding-snap-packages\/"},"modified":"2025-02-03T08:54:36","modified_gmt":"2025-02-03T08:54:36","slug":"step-by-step-guide-to-installing-thunderbird-deb-on-ubuntu-24-04-avoiding-snap-packages","status":"publish","type":"post","link":"https:\/\/serverhost.com\/blog\/step-by-step-guide-to-installing-thunderbird-deb-on-ubuntu-24-04-avoiding-snap-packages\/","title":{"rendered":"Step-by-Step Guide to Installing Thunderbird DEB on Ubuntu 24.04 (Avoiding Snap Packages)"},"content":{"rendered":"<p><p><strong>Interested in experimenting with the new <a href=\"https:\/\/www.omgubuntu.co.uk\/2024\/07\/thunderbird-128-released-with-major-changes\" rel=\"nofollow noopener\" target=\"_blank\">Thunderbird 128<\/a> release without using the standard snap package offered in Ubuntu?<\/strong><\/p>\n<\/p>\n<p><p>You might initially consider using <code>sudo apt install thunderbird<\/code> to install the DEB version of Thunderbird from the Ubuntu 24.04 LTS repositories.<\/p>\n<\/p>\n<p><p>However, much like with Firefox and Chromium, the DEB package of Thunderbird in Ubuntu 24.04 LTS serves as a transitional package. Installing this package will ultimately set up the Thunderbird snap version (and reinstall snapd if it has been previously removed).<\/p>\n<\/p>\n<p><p>In this tutorial, I will demonstrate how to substitute the Thunderbird snap with a DEB version either from the Mozilla Team PPA or Linux Mint \u2013 note that simply adding the PPA is insufficient due to the need to manage package priority settings to prevent conflicts or unintentional overwrites.<\/p>\n<\/p>\n<p><h2>Do you need the Thunderbird DEB?<\/h2>\n<\/p>\n<p><p>The official Thunderbird binary operates independently of the snap version. You can manually download the binary, extract it, transfer to typically \/opt, and set up a desktop launcher to start using it. Like the Firefox binary, it supports in-app updates.<\/p>\n<\/p>\n<p><p>Many use snaps without issue, but it is wise to form an opinion independently rather than just following social media influencers. Despite their popularity, snaps might not be suitable for everyone due to reasons such as integration problems, disk space constraints, larger downloads, and the automatic update feature which doesn&#8217;t provide manual controls. Furthermore, many of the available snaps are not official builds.<\/p>\n<\/p>\n<p><p>It doesn\u2019t have to be an all or nothing situation, though.<\/p>\n<\/p>\n<p><p>My internet access is via a capped data plan so, for example, the massive download size of the <em>LibreOffice<\/em> snap means I use DEB version instead. But when the size difference isn\u2019t an issue and the package is verified, I\u2019m happy to use snaps.<\/p>\n<\/p>\n<p><p>But if you do need\/want Thunderbird DEB, here\u2019s how.<\/p>\n<\/p>\n<p><h2>Install Thunderbird DEB on Ubuntu 24.04<\/h2>\n<\/p>\n<div>\n<p><figure><a href=\"https:\/\/149366088.v2.pressablecdn.com\/wp-content\/uploads\/2024\/07\/thunderbird-128.jpg\" rel=\"nofollow noopener\" target=\"_blank\"><\/a><figcaption>Thunderbird 128 (ESR) in Ubuntu 24.04 LTS<\/figcaption><\/figure>\n<\/p>\n<\/div>\n<p><p>If you installed <em>Thunderbird<\/em> or selected the expanded option when installing Ubuntu 24.04 LTS, the Thunderbird snap will be installed. You should uninstall it before continuing (technically, you don\u2019t need to, but you\u2019ll end up with two Thunderbird launchers).<\/p>\n<\/p>\n<p><p>The process:<\/p>\n<\/p>\n<ol>\n<li><strong>Uninstall the Thunderbird snap<\/strong><\/li>\n<li><strong>Uninstall the Thunderbird DEB wrapper<\/strong><\/li>\n<li><strong>Add the Mozilla Team PPA<\/strong><\/li>\n<li><strong>Set PPA priority (prevents the snap wrapper being installed)<\/strong><\/li>\n<li><strong>Install Thunderbird DEB<\/strong><\/li>\n<\/ol>\n<p><p>Sound good?<\/p>\n<\/p>\n<p><p><strong>Step 1 &amp; 2:<\/strong> You only need to do this if the Thunderbird snap is installed.<\/p>\n<\/p>\n<p><p>Before you proceed, back up any important data or settings prior to remove the snap (unless you\u2019ve not used it, in which case don\u2019t). When ready, open a new <em>Terminal<\/em> window and run:<\/p>\n<\/p>\n<p><pre>sudo snap remove --purge thunderbird &amp;&amp; sudo apt remove thunderbird<\/pre>\n<\/p>\n<p><p><strong>Step 3: <\/strong>Execute the command below to integrate the <a href=\"https:\/\/launchpad.net\/~mozillateam\/+archive\/ubuntu\/ppa\" target=\"_blank\" rel=\"nofollow noopener\">Mozilla Team PPA<\/a> into your <em>Software Sources<\/em>:<\/p>\n<\/p>\n<p><pre>sudo add-apt-repository ppa:mozillateam\/ppa<\/pre>\n<\/p>\n<p><p><strong>Step 4: <\/strong>Next comes a more intricate step!<\/p>\n<\/p>\n<p><p>It&#8217;s necessary to prioritize the PPA above the standard Ubuntu repositories. This adjustment prevents Ubuntu from defaulting to the Thunderbird DEB found in its repositories instead of from the newly added PPA. More critically, it avoids potential update conflicts.<\/p>\n<\/p>\n<p><p>Any text editor, including command-line tools like vim or nano, can be utilized for this task. I&#8217;ll be using <em>GNOME Text Editor<\/em>:<\/p>\n<\/p>\n<p><pre>sudo gnome-text-editor \/etc\/apt\/preferences.d\/mozillateamppa<\/pre>\n<\/p>\n<p><p>Once the window opens (there&#8217;s often a slight delay when running with sudo), insert the following three lines:<\/p>\n<\/p>\n<p><pre>Package: thunderbird*<\/p><p>Pin: release o=LP-PPA-mozillateam<\/p><p>Pin-Priority: 1001<\/pre>\n<\/p>\n<p><p>Ensure your changes are saved before closing the app \u2014 it&#8217;s a good idea to verify you&#8217;ve saved everything.<\/p>\n<\/p>\n<p><p><strong>Step 5:<\/strong> Conclude by adding Thunderbird from the Mozilla Team PPA with <code>apt<\/code>:<\/p>\n<\/p>\n<p><pre>sudo apt install thunderbird<\/pre>\n<\/p>\n<p><p>This completes the installation of Thunderbird as a DEB in Ubuntu 24.04 LTS. Future updates for the app will be handled via the standard <em>Software Updater<\/em> tool.<\/p>\n<\/p>\n<p><p>If you later decide to revert the enhancements mentioned, simply deactivate the Mozilla Team PPA using <em>PPA Purge<\/em>. With the PPA decommissioned, its previously set priority becomes moot, allowing the default Thunderbird packages on Ubuntu to regain precedence.<\/p>\n<p>Enjoy!<\/p>\n<ol>\n<li>snapd maintains backups of previous updates which allows for reverting to an earlier version if a new update proves unstable. For users with limited storage, the accumulation of backups for numerous large applications can be considerable. While there are command-line options available for managing these, no graphical user interface options exist.<\/li>\n<li>This is managed by Ubuntu developers.<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Interested in experimenting with the new Thunderbird 128 release without using the standard snap package offered in Ubuntu? You might initially consider using sudo apt install thunderbird to install the DEB version of Thunderbird from the Ubuntu 24.04 LTS repositories. However, much like with Firefox and Chromium, the DEB package of Thunderbird in Ubuntu 24.04 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1053,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[143,563],"tags":[],"class_list":["post-1052","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-how-to","category-thunderbird"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Step-by-Step Guide to Installing Thunderbird DEB on Ubuntu 24.04 (Avoiding Snap Packages) - ServerHost Hosting Solutions Blog<\/title>\n<meta name=\"description\" content=\"This guide helps you install Thunderbird DEB on Ubuntu 24.04, avoiding Snap packages for a more flexible, efficient, and customizable email client setup on your Linux system.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/serverhost.com\/blog\/step-by-step-guide-to-installing-thunderbird-deb-on-ubuntu-24-04-avoiding-snap-packages\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Step-by-Step Guide to Installing Thunderbird DEB on Ubuntu 24.04 (Avoiding Snap Packages) - ServerHost Hosting Solutions Blog\" \/>\n<meta property=\"og:description\" content=\"This guide helps you install Thunderbird DEB on Ubuntu 24.04, avoiding Snap packages for a more flexible, efficient, and customizable email client setup on your Linux system.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/serverhost.com\/blog\/step-by-step-guide-to-installing-thunderbird-deb-on-ubuntu-24-04-avoiding-snap-packages\/\" \/>\n<meta property=\"og:site_name\" content=\"ServerHost Hosting Solutions Blog\" \/>\n<meta property=\"article:published_time\" content=\"2024-08-16T15:05:49+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-02-03T08:54:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/serverhost.com\/blog\/wp-content\/uploads\/2024\/08\/44fcf0cf417a2c896fc990d2f19c2956.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1008\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\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\":\"WebPage\",\"@id\":\"https:\/\/serverhost.com\/blog\/step-by-step-guide-to-installing-thunderbird-deb-on-ubuntu-24-04-avoiding-snap-packages\/\",\"url\":\"https:\/\/serverhost.com\/blog\/step-by-step-guide-to-installing-thunderbird-deb-on-ubuntu-24-04-avoiding-snap-packages\/\",\"name\":\"Step-by-Step Guide to Installing Thunderbird DEB on Ubuntu 24.04 (Avoiding Snap Packages) - ServerHost Hosting Solutions Blog\",\"isPartOf\":{\"@id\":\"https:\/\/serverhost.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/serverhost.com\/blog\/step-by-step-guide-to-installing-thunderbird-deb-on-ubuntu-24-04-avoiding-snap-packages\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/serverhost.com\/blog\/step-by-step-guide-to-installing-thunderbird-deb-on-ubuntu-24-04-avoiding-snap-packages\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/serverhost.com\/blog\/wp-content\/uploads\/2024\/08\/44fcf0cf417a2c896fc990d2f19c2956.webp\",\"datePublished\":\"2024-08-16T15:05:49+00:00\",\"dateModified\":\"2025-02-03T08:54:36+00:00\",\"author\":{\"@id\":\"https:\/\/serverhost.com\/blog\/#\/schema\/person\/535ebc9c42672d8f79ad3ee8ea563d66\"},\"description\":\"This guide helps you install Thunderbird DEB on Ubuntu 24.04, avoiding Snap packages for a more flexible, efficient, and customizable email client setup on your Linux system.\",\"breadcrumb\":{\"@id\":\"https:\/\/serverhost.com\/blog\/step-by-step-guide-to-installing-thunderbird-deb-on-ubuntu-24-04-avoiding-snap-packages\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/serverhost.com\/blog\/step-by-step-guide-to-installing-thunderbird-deb-on-ubuntu-24-04-avoiding-snap-packages\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/serverhost.com\/blog\/step-by-step-guide-to-installing-thunderbird-deb-on-ubuntu-24-04-avoiding-snap-packages\/#primaryimage\",\"url\":\"https:\/\/serverhost.com\/blog\/wp-content\/uploads\/2024\/08\/44fcf0cf417a2c896fc990d2f19c2956.webp\",\"contentUrl\":\"https:\/\/serverhost.com\/blog\/wp-content\/uploads\/2024\/08\/44fcf0cf417a2c896fc990d2f19c2956.webp\",\"width\":1920,\"height\":1008},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/serverhost.com\/blog\/step-by-step-guide-to-installing-thunderbird-deb-on-ubuntu-24-04-avoiding-snap-packages\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/serverhost.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Step-by-Step Guide to Installing Thunderbird DEB on Ubuntu 24.04 (Avoiding Snap Packages)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/serverhost.com\/blog\/#website\",\"url\":\"https:\/\/serverhost.com\/blog\/\",\"name\":\"ServerHost Hosting Solutions Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/serverhost.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/serverhost.com\/blog\/#\/schema\/person\/535ebc9c42672d8f79ad3ee8ea563d66\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/serverhost.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/b8e5973018461f98bcdda40e69a0a7ae6548c079e5e7a1a0c8b40c0738e0fb52?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/b8e5973018461f98bcdda40e69a0a7ae6548c079e5e7a1a0c8b40c0738e0fb52?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\/\/serverhost.com\/blog\"],\"url\":\"https:\/\/serverhost.com\/blog\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Step-by-Step Guide to Installing Thunderbird DEB on Ubuntu 24.04 (Avoiding Snap Packages) - ServerHost Hosting Solutions Blog","description":"This guide helps you install Thunderbird DEB on Ubuntu 24.04, avoiding Snap packages for a more flexible, efficient, and customizable email client setup on your Linux system.","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:\/\/serverhost.com\/blog\/step-by-step-guide-to-installing-thunderbird-deb-on-ubuntu-24-04-avoiding-snap-packages\/","og_locale":"en_US","og_type":"article","og_title":"Step-by-Step Guide to Installing Thunderbird DEB on Ubuntu 24.04 (Avoiding Snap Packages) - ServerHost Hosting Solutions Blog","og_description":"This guide helps you install Thunderbird DEB on Ubuntu 24.04, avoiding Snap packages for a more flexible, efficient, and customizable email client setup on your Linux system.","og_url":"https:\/\/serverhost.com\/blog\/step-by-step-guide-to-installing-thunderbird-deb-on-ubuntu-24-04-avoiding-snap-packages\/","og_site_name":"ServerHost Hosting Solutions Blog","article_published_time":"2024-08-16T15:05:49+00:00","article_modified_time":"2025-02-03T08:54:36+00:00","og_image":[{"width":1920,"height":1008,"url":"https:\/\/serverhost.com\/blog\/wp-content\/uploads\/2024\/08\/44fcf0cf417a2c896fc990d2f19c2956.webp","type":"image\/webp"}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/serverhost.com\/blog\/step-by-step-guide-to-installing-thunderbird-deb-on-ubuntu-24-04-avoiding-snap-packages\/","url":"https:\/\/serverhost.com\/blog\/step-by-step-guide-to-installing-thunderbird-deb-on-ubuntu-24-04-avoiding-snap-packages\/","name":"Step-by-Step Guide to Installing Thunderbird DEB on Ubuntu 24.04 (Avoiding Snap Packages) - ServerHost Hosting Solutions Blog","isPartOf":{"@id":"https:\/\/serverhost.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/serverhost.com\/blog\/step-by-step-guide-to-installing-thunderbird-deb-on-ubuntu-24-04-avoiding-snap-packages\/#primaryimage"},"image":{"@id":"https:\/\/serverhost.com\/blog\/step-by-step-guide-to-installing-thunderbird-deb-on-ubuntu-24-04-avoiding-snap-packages\/#primaryimage"},"thumbnailUrl":"https:\/\/serverhost.com\/blog\/wp-content\/uploads\/2024\/08\/44fcf0cf417a2c896fc990d2f19c2956.webp","datePublished":"2024-08-16T15:05:49+00:00","dateModified":"2025-02-03T08:54:36+00:00","author":{"@id":"https:\/\/serverhost.com\/blog\/#\/schema\/person\/535ebc9c42672d8f79ad3ee8ea563d66"},"description":"This guide helps you install Thunderbird DEB on Ubuntu 24.04, avoiding Snap packages for a more flexible, efficient, and customizable email client setup on your Linux system.","breadcrumb":{"@id":"https:\/\/serverhost.com\/blog\/step-by-step-guide-to-installing-thunderbird-deb-on-ubuntu-24-04-avoiding-snap-packages\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/serverhost.com\/blog\/step-by-step-guide-to-installing-thunderbird-deb-on-ubuntu-24-04-avoiding-snap-packages\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/serverhost.com\/blog\/step-by-step-guide-to-installing-thunderbird-deb-on-ubuntu-24-04-avoiding-snap-packages\/#primaryimage","url":"https:\/\/serverhost.com\/blog\/wp-content\/uploads\/2024\/08\/44fcf0cf417a2c896fc990d2f19c2956.webp","contentUrl":"https:\/\/serverhost.com\/blog\/wp-content\/uploads\/2024\/08\/44fcf0cf417a2c896fc990d2f19c2956.webp","width":1920,"height":1008},{"@type":"BreadcrumbList","@id":"https:\/\/serverhost.com\/blog\/step-by-step-guide-to-installing-thunderbird-deb-on-ubuntu-24-04-avoiding-snap-packages\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/serverhost.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Step-by-Step Guide to Installing Thunderbird DEB on Ubuntu 24.04 (Avoiding Snap Packages)"}]},{"@type":"WebSite","@id":"https:\/\/serverhost.com\/blog\/#website","url":"https:\/\/serverhost.com\/blog\/","name":"ServerHost Hosting Solutions Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/serverhost.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/serverhost.com\/blog\/#\/schema\/person\/535ebc9c42672d8f79ad3ee8ea563d66","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/serverhost.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/b8e5973018461f98bcdda40e69a0a7ae6548c079e5e7a1a0c8b40c0738e0fb52?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b8e5973018461f98bcdda40e69a0a7ae6548c079e5e7a1a0c8b40c0738e0fb52?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/serverhost.com\/blog"],"url":"https:\/\/serverhost.com\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/serverhost.com\/blog\/wp-json\/wp\/v2\/posts\/1052","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/serverhost.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/serverhost.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/serverhost.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/serverhost.com\/blog\/wp-json\/wp\/v2\/comments?post=1052"}],"version-history":[{"count":1,"href":"https:\/\/serverhost.com\/blog\/wp-json\/wp\/v2\/posts\/1052\/revisions"}],"predecessor-version":[{"id":2009,"href":"https:\/\/serverhost.com\/blog\/wp-json\/wp\/v2\/posts\/1052\/revisions\/2009"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/serverhost.com\/blog\/wp-json\/wp\/v2\/media\/1053"}],"wp:attachment":[{"href":"https:\/\/serverhost.com\/blog\/wp-json\/wp\/v2\/media?parent=1052"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/serverhost.com\/blog\/wp-json\/wp\/v2\/categories?post=1052"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/serverhost.com\/blog\/wp-json\/wp\/v2\/tags?post=1052"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}