{"id":22311,"date":"2024-04-30T18:32:08","date_gmt":"2024-04-30T15:32:08","guid":{"rendered":"https:\/\/kifarunix.com\/?p=22311"},"modified":"2024-04-30T18:32:12","modified_gmt":"2024-04-30T15:32:12","slug":"install-thunderbird-on-ubuntu-24-04","status":"publish","type":"post","link":"https:\/\/kifarunix.com\/install-thunderbird-on-ubuntu-24-04\/","title":{"rendered":"Install Thunderbird on Ubuntu 24.04"},"content":{"rendered":"<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1049\" height=\"592\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/install-thunderbird-client-linux.png?v=1714490983\" alt=\"\" class=\"wp-image-22323\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/install-thunderbird-client-linux.png?v=1714490983 1049w, https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/install-thunderbird-client-linux-768x433.png?v=1714490983 768w\" sizes=\"(max-width: 1049px) 100vw, 1049px\" \/><\/figure><\/div>\n\n\n<p>This guide provides a step by step tutorial on how to install Thunderbird on Ubuntu 24.04. <a href=\"https:\/\/www.thunderbird.net\/en-US\/\" target=\"_blank\" rel=\"noreferrer noopener\">Thunderbird<\/a> is a free and opensource cross-platform email, chat, RSS, news and calendaring application that was developed by Mozilla Foundation.<\/p>\n\n\n\n<div class=\"wp-block-rank-math-toc-block\" id=\"rank-math-toc\"><h2>Table of Contents<\/h2><nav><ul><li><a href=\"#thunderbird-features\">Thunderbird Features<\/a><\/li><li><a href=\"#installing-thunderbird-on-ubuntu-24-04\">Installing Thunderbird on Ubuntu 24.04<\/a><ul><li><a href=\"#install-thunderbird-from-flathub-on-ubuntu-24-04\">Install Thunderbird from Flathub on Ubuntu 24.04<\/a><\/li><li><a href=\"#install-thunderbird-from-default-ubuntu-repositories\">Install Thunderbird from Default Ubuntu Repositories<\/a><\/li><li><a href=\"#install-thunderbird-from-snapstore\">Install Thunderbird from Snapstore<\/a><\/li><li><a href=\"#running-thunderbird\">Running Thunderbird<\/a><\/li><li><a href=\"#setup-mail-account\">Setup Mail Account<\/a><\/li><\/ul><\/li><\/ul><\/nav><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"thunderbird-features\">Thunderbird Features<\/h2>\n\n\n\n<p>Thunderbird ships with a lot of features that makes your emailing experience better.<\/p>\n\n\n\n<p>Refer to their <a href=\"https:\/\/www.thunderbird.net\/en-US\/features\/\" target=\"_blank\" rel=\"noreferrer noopener\">features page<\/a> to read more on this.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"installing-thunderbird-on-ubuntu-24-04\">Installing Thunderbird on Ubuntu 24.04<\/h2>\n\n\n\n<p>There are different ways to install Thunderbird mail client on Ubuntu.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Install Thunderbird from Flathub<\/li>\n\n\n\n<li>Install Thunderbird from Default Ubuntu Repositories<\/li>\n\n\n\n<li>Install Thunderbird from Snapstore<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"install-thunderbird-from-flathub-on-ubuntu-24-04\">Install Thunderbird from Flathub on Ubuntu 24.04<\/h3>\n\n\n\n<p>Official Thunderbird application is distributed in Flathub as Flatpak package. This is a recommended method of installing Thunderbird.<\/p>\n\n\n\n<p>Therefore, install and setup Flatpak on Ubuntu 24.04<\/p>\n\n\n\n<p><a href=\"https:\/\/kifarunix.com\/how-to-install-and-use-flatpak-on-ubuntu-24-04\/\" target=\"_blank\" rel=\"noreferrer noopener\">How to Install and Use Flatpak on Ubuntu 24.04<\/a><\/p>\n\n\n\n<p>Once that is done, proceed to install Thunderbird,<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>flatpak search Thunderbird<\/code><\/pre>\n\n\n\n<p>Sample output;<\/p>\n\n\n\n<pre class=\"scroll-box\"><code>Name               Description                                                                                Application ID                 Version         Branch       Remotes\nThunderbird        Thunderbird is a free and open source email, newsfeed, chat, and calendaring client        org.mozilla.Thunderbird        115.10.1        stable       flathub\n<\/code><\/pre>\n\n\n\n<p>Thus, install using the name of application ID;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo flatpak install org.mozilla.Thunderbird<\/code><\/pre>\n\n\n\n<p>Sample installation command;<\/p>\n\n\n\n<pre class=\"scroll-box\"><code>Looking for matches\u2026\n\norg.mozilla.Thunderbird permissions:\n    ipc        network        cups                   pcsc                   pulseaudio              wayland                      x11\n    dri        devel          file access [1]        dbus access [2]        bus ownership [3]       system dbus access [4]\n\n    [1] \/run\/.heim_org.h5l.kcm-socket, xdg-download, xdg-run\/gnupg:ro, xdg-run\/speech-dispatcher:ro, ~\/.gnupg\n    [2] org.a11y.Bus, org.gtk.vfs.*\n    [3] org.mozilla.thunderbird.*, org.mozilla.thunderbird_beta.*\n    [4] org.freedesktop.NetworkManager\n\n\n        ID                                       Branch           Op           Remote           Download\n 1. [\u2713] org.gtk.Gtk3theme.Yaru                   3.22             i            flathub          139.3\u00a0kB \/ 191.5\u00a0kB\n 2. [\u2713] org.mozilla.Thunderbird.Locale           stable           i            flathub            1.2\u00a0MB \/ 42.1\u00a0MB\n 3. [\u2713] org.mozilla.Thunderbird                  stable           i            flathub           90.3\u00a0MB \/ 92.1\u00a0MB\n\nInstallation complete.\n<\/code><\/pre>\n\n\n\n<p>If you ever need to uninstall, then do;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo flatpak uninstall org.mozilla.Thunderbird<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"install-thunderbird-from-default-ubuntu-repositories\">Install Thunderbird from Default Ubuntu Repositories<\/h3>\n\n\n\n<p>While this is usually a good method to install a package, the case is now different for Thunderbird because the Thunderbird package has been replaced by the thunderbird snap.<\/p>\n\n\n\n<p>See;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>apt info thunderbird<\/code><\/pre>\n\n\n\n<pre class=\"scroll-box\"><code>Package: thunderbird\nVersion: 2:1snap1-0ubuntu3\nPriority: optional\nSection: mail\nOrigin: Ubuntu\nMaintainer: Ubuntu Mozilla Team <ubuntu-mozillateam@lists.ubuntu.com>\nBugs: https:\/\/bugs.launchpad.net\/ubuntu\/+filebug\nInstalled-Size: 72.7 kB\nProvides: mail-reader\nPre-Depends: debconf, snapd\nDepends: debconf (>= 0.5) | debconf-2.0\nBreaks: thunderbird-dbg (<< 1:115.8.1+build1+snap1), thunderbird-dev (<< 1:115.8.1+build1+snap1), thunderbird-geckodriver (<< 1:115.8.1+build1+snap1), thunderbird-mozsymbols (<< 1:115.8.1+build1+snap1)\nReplaces: thunderbird-dbg (<< 1:115.8.1+build1+snap1), thunderbird-dev (<< 1:115.8.1+build1+snap1), thunderbird-mozsymbols (<< 1:115.8.1+build1+snap1)\nTask: ubuntu-desktop, ubuntu-desktop-default-languages, ubuntu-desktop-default-languages, ubuntu-desktop-default-languages, ubuntu-desktop-default-languages, ubuntu-desktop-default-languages, ubuntu-desktop-default-languages, ubuntu-desktop-default-languages, ubuntu-desktop-default-languages, ubuntu-desktop-raspi, xubuntu-desktop, ubuntu-budgie-desktop-default-languages, ubuntu-unity-live, ubuntucinnamon-desktop-minimal, ubuntucinnamon-desktop\nDownload-Size: 25.5 kB\nAPT-Sources: http:\/\/archive.ubuntu.com\/ubuntu noble\/main amd64 Packages\nDescription: Transitional package - thunderbird -> thunderbird snap\n This is a transitional dummy package. It can safely be removed.\n .\n thunderbird is now replaced by the thunderbird snap.\n<\/code><\/pre>\n\n\n\n<p>Therefore, even if you run the command, <strong>sudo apt install thunderbird<\/strong>, it will install it via snap!<\/p>\n\n\n\n<p>So, if you like it that way, then install it, otherwise, see the section below on how to install from Snapstore.<\/p>\n\n\n\n<p>In case you need to uninstall, then you have to run;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo snap remove thunderbird<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"install-thunderbird-from-snapstore\">Install Thunderbird from Snapstore<\/h3>\n\n\n\n<p>As you have already seen in the installation from default repository above, Thunderbird is now packaged as snap.<\/p>\n\n\n\n<p>Ubuntu 24.04 comes with snap already installed and setup. Thus, check Thunderbird package information;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>snap info thunderbird<\/code><\/pre>\n\n\n\n<pre class=\"scroll-box\"><code>name:      thunderbird\nsummary:   Mozilla Thunderbird email application\npublisher: Canonical\u2713\nstore-url: https:\/\/snapcraft.io\/thunderbird\ncontact:   https:\/\/launchpad.net\/distros\/ubuntu\/+source\/thunderbird\nlicense:   MPL-2.0\ndescription: |\n  Thunderbird is a free and open source email, newsfeed, chat, and calendaring client, that\u2019s easy\n  to set up and customize. One of the core principles of Thunderbird is the use and promotion of\n  open standards - this focus is a rejection of our world of closed platforms and services that\n  can\u2019t communicate with each other. We want our users to have freedom and choice in how they\n  communicate.\nsnap-id: k1Ml1O9GzSO2QftV0ZlWSbUfQ78nN460\nchannels:\n  latest\/stable:    115.10.1-1 2024-04-18 (470) 143MB -\n  latest\/candidate: 124.0-1    2024-04-18 (472) 150MB -\n  latest\/beta:      126.0b2-2  2024-04-30 (476) 152MB -\n  latest\/edge:      \u2191\n<\/code><\/pre>\n\n\n\n<p>You can then install it as follows;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo snap install thunderbird<\/code><\/pre>\n\n\n\n<pre class=\"scroll-box\"><code>[sudo] password for kifarunix: \nthunderbird 115.10.1-1 from Canonical\u2713 installed\n<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"running-thunderbird\">Running Thunderbird<\/h3>\n\n\n\n<p>You can now launch Thunderbird from your applications menu.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1914\" height=\"437\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/thunderbird-ubuntu-24.04.png?v=1714483633\" alt=\"\" class=\"wp-image-22312\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/thunderbird-ubuntu-24.04.png?v=1714483633 1914w, https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/thunderbird-ubuntu-24.04-768x175.png?v=1714483633 768w, https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/thunderbird-ubuntu-24.04-1536x351.png?v=1714483633 1536w\" sizes=\"(max-width: 1914px) 100vw, 1914px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"setup-mail-account\">Setup Mail Account<\/h3>\n\n\n\n<p>When the Thunderbird client is launched, you can add your existing Email account.<\/p>\n\n\n\n<p>The wizard will guide you through the setup<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Enter your name that will appear as from in the outgoing messages.<\/li>\n\n\n\n<li>Enter your email address e.g\u00a0kifarunix@gmail.com,\u00a0xxxx@domain.<\/li>\n\n\n\n<li>Enter your mail authentication password (<em>You can skip setting password at this stage<\/em>).<a href=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/04\/thunderbird-ui.png\"><\/a><\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1035\" height=\"797\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/setup-existing-account.png?v=1714490261\" alt=\"setup existing account\" class=\"wp-image-22314\" style=\"width:820px;height:auto\" title=\"Install Thunderbird Mail Client on Ubuntu 22.04\/Ubuntu 20.04 2\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/setup-existing-account.png?v=1714490261 1035w, https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/setup-existing-account-768x591.png?v=1714490261 768w\" sizes=\"(max-width: 1035px) 100vw, 1035px\" \/><\/figure>\n\n\n\n<p>Click\u00a0<strong>Continue<\/strong>\u00a0to set up your email configurations.<\/p>\n\n\n\n<p>If your configuration settings are available in Mozilla ISP database, your setup should be successful and you should see such a screen as shown below;<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1038\" height=\"802\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/email-account-details-on-mozilla-isp-database.png?v=1714490293\" alt=\"thunderbird mozilla ISP database\" class=\"wp-image-22315\" title=\"Install Thunderbird Mail Client on Ubuntu 22.04\/Ubuntu 20.04 3\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/email-account-details-on-mozilla-isp-database.png?v=1714490293 1038w, https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/email-account-details-on-mozilla-isp-database-768x593.png?v=1714490293 768w\" sizes=\"(max-width: 1038px) 100vw, 1038px\" \/><\/figure>\n\n\n\n<p>Click <strong>Done<\/strong> to proceed (<em>Note that OAuth2 authentication method is used  by default<\/em>).<a href=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/04\/setup-thunderbird-mail-account.png\"><\/a><\/p>\n\n\n\n<p>If you encounter an error saying\u00a0<strong>\u201c<em>Thunderbird failed to find the settings for your email account<\/em>\u201c<\/strong>, you have to set up your configurations manually (<strong>by clicking configure manually<\/strong>) specifying your SMTP\/IMAP server, type of encryption, type of authentication. See screenshot below as an example;<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1130\" height=\"867\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/manual-configs-email-thunderbird.png?v=1714490332\" alt=\"\" class=\"wp-image-22316\" title=\"Install Thunderbird Mail Client on Ubuntu 22.04\/Ubuntu 20.04 4\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/manual-configs-email-thunderbird.png?v=1714490332 1130w, https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/manual-configs-email-thunderbird-768x589.png?v=1714490332 768w\" sizes=\"(max-width: 1130px) 100vw, 1130px\" \/><\/figure>\n\n\n\n<p><a href=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/04\/setup-account-manually.png\"><\/a><\/p>\n\n\n\n<p>Click <strong>Re-test<\/strong> to confirm if all is good and then click\u00a0<strong>Done\u00a0<\/strong>to finalize the setup.<\/p>\n\n\n\n<p>If you are using a Gmail account as in our example, you will be redirected to your Google account sign in page.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1136\" height=\"869\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/gmail-account-sign-in.png?v=1714490360\" alt=\"\" class=\"wp-image-22317\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/gmail-account-sign-in.png?v=1714490360 1136w, https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/gmail-account-sign-in-768x587.png?v=1714490360 768w\" sizes=\"(max-width: 1136px) 100vw, 1136px\" \/><\/figure>\n\n\n\n<p>Click\u00a0<strong>Next\u00a0<\/strong>to enter the account password and continue. If you have 2 FA setup, complete the authentication process and proceed.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1140\" height=\"862\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/account-password.png?v=1714490380\" alt=\"\" class=\"wp-image-22318\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/account-password.png?v=1714490380 1140w, https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/account-password-768x581.png?v=1714490380 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" \/><\/figure>\n\n\n\n<p>In the next page, you will be prompted to allow Mozilla Thunderbird as a trusted application to access your Gmail account in order to read, compose and sent your emails.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1140\" height=\"862\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/allow-gmail-trust-thunderbird.png?v=1714490396\" alt=\"\" class=\"wp-image-22319\" title=\"Install Thunderbird Mail Client on Ubuntu 22.04\/Ubuntu 20.04 5\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/allow-gmail-trust-thunderbird.png?v=1714490396 1140w, https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/allow-gmail-trust-thunderbird-768x581.png?v=1714490396 768w\" sizes=\"(max-width: 1140px) 100vw, 1140px\" \/><\/figure>\n\n\n\n<p><a href=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/04\/thunderbird-google_sign-in.png\"><\/a>Click\u00a0<strong>Allow<\/strong>\u00a0to finalize your email setup.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1131\" height=\"855\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/account-setup-success-thunderbird.png?v=1714490448\" alt=\"\" class=\"wp-image-22320\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/account-setup-success-thunderbird.png?v=1714490448 1131w, https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/account-setup-success-thunderbird-768x581.png?v=1714490448 768w\" sizes=\"(max-width: 1131px) 100vw, 1131px\" \/><\/figure>\n\n\n\n<p>Thunderbird is now setup to send and receive mail messages from your Gmail account.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1136\" height=\"867\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/thunderbird-email-acc-inbox.png?v=1714490527\" alt=\"\" class=\"wp-image-22321\" title=\"Install Thunderbird Mail Client on Ubuntu 22.04\/Ubuntu 20.04 6\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/thunderbird-email-acc-inbox.png?v=1714490527 1136w, https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/thunderbird-email-acc-inbox-768x586.png?v=1714490527 768w\" sizes=\"(max-width: 1136px) 100vw, 1136px\" \/><\/figure>\n\n\n\n<p><a href=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/04\/thunderbird-gmail-account.png\"><\/a>Great, that is all it takes to install Thunderbird on Ubuntu. Feel free to explore it. Click Get Messages to view your mails, write to compose\u2026<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This guide provides a step by step tutorial on how to install Thunderbird on Ubuntu 24.04. Thunderbird is a free and opensource cross-platform email, chat,<\/p>\n","protected":false},"author":10,"featured_media":12099,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"rank_math_lock_modified_date":false,"footnotes":""},"categories":[121,272],"tags":[7468,7396,7469],"class_list":["post-22311","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-howtos","category-email","tag-install-thunderbird-ubuntu-24-04","tag-ubuntu-24-04","tag-ubuntu-24-04-email-client","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-50","resize-featured-image"],"_links":{"self":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/22311"}],"collection":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/comments?post=22311"}],"version-history":[{"count":5,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/22311\/revisions"}],"predecessor-version":[{"id":22326,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/22311\/revisions\/22326"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/media\/12099"}],"wp:attachment":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/media?parent=22311"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/categories?post=22311"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/tags?post=22311"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}