{"id":160489,"date":"2025-03-09T10:39:32","date_gmt":"2025-03-09T10:39:32","guid":{"rendered":"https:\/\/linuxiac.com\/?p=160489"},"modified":"2025-03-09T10:39:41","modified_gmt":"2025-03-09T10:39:41","slug":"how-to-install-spotify-on-ubuntu-24-04-lts","status":"publish","type":"post","link":"https:\/\/linuxiac.com\/how-to-install-spotify-on-ubuntu-24-04-lts\/","title":{"rendered":"How to Install Spotify on Ubuntu 24.04 LTS"},"content":{"rendered":"\n<p>Spotify, a digital music and podcast streaming service that gives users access to millions of songs, albums, and podcasts from artists worldwide, needs no introduction. Since you&#8217;re here, you must be looking to add this awesome software to your Ubuntu system. Well, you&#8217;re in the right place.<\/p>\n\n\n\n<p>In this guide, I\u2019ll explain two different ways to install Spotify on Ubuntu 24.04 LTS. The first\u2014and my recommended method\u2014is using a standard APT package. The second option is installing it as a Snap application, which is easier since it\u2019s entirely GUI-based, but it has some drawbacks.<\/p>\n\n\n\n<p>I won\u2019t discuss Snap&#8217;s downsides here since that\u2019s not our focus, but I will say that the main ones are slower startup times, increased disk usage, auto-updates without user control, (sometimes) permissions and file access issues, and so on. That&#8217;s why, to ensure the best user experience, I recommend installing Spoify on Ubuntu as an APT package. The choice is, of course, entirely up to you.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Install Spotify on Ubuntu 24.04 LTS (APT Approach)<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"step-1-refresh-the-packages-list\">Step 1: Install Prerequisites<\/h3>\n\n\n\n<p>Before we begin, install the Curl command-line tool if you haven\u2019t already\u2014it\u2019s needed for the next step.<\/p>\n\n\n<pre class=\"wp-block-code\" aria-describedby=\"shcb-language-1\" data-shcb-language-name=\"Bash\" data-shcb-language-slug=\"bash\"><span><code class=\"hljs language-bash\">sudo apt install curl<\/code><\/span><small class=\"shcb-language\" id=\"shcb-language-1\"><span class=\"shcb-language__label\">Code language:<\/span> <span class=\"shcb-language__name\">Bash<\/span> <span class=\"shcb-language__paren\">(<\/span><span class=\"shcb-language__slug\">bash<\/span><span class=\"shcb-language__paren\">)<\/span><\/small><\/pre>\n\n\n<h3 class=\"wp-block-heading\" id=\"1-import-microsofts-gpg-key\">Step 2: Import Spotify\u2019s GPG Key<\/h3>\n\n\n\n<p>We should download and import Spotify&#8217;s signed GPG keys on our Ubuntu 24.04 system to ensure that the packages we receive to install Spotify are genuine.<\/p>\n\n\n<pre class=\"wp-block-code\" aria-describedby=\"shcb-language-2\" data-shcb-language-name=\"Bash\" data-shcb-language-slug=\"bash\"><span><code class=\"hljs language-bash\">curl -sS https:\/\/download.spotify.com\/debian\/pubkey_C85668DF69375001.gpg | sudo gpg --dearmor --yes -o \/etc\/apt\/trusted.gpg.d\/spotify.gpg<\/code><\/span><small class=\"shcb-language\" id=\"shcb-language-2\"><span class=\"shcb-language__label\">Code language:<\/span> <span class=\"shcb-language__name\">Bash<\/span> <span class=\"shcb-language__paren\">(<\/span><span class=\"shcb-language__slug\">bash<\/span><span class=\"shcb-language__paren\">)<\/span><\/small><\/pre>\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-01.jpg\"><img decoding=\"async\" width=\"963\" height=\"92\" src=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-01.jpg\" alt=\"Download &amp; import Spotify\u2019s GPG key.\" class=\"wp-image-160519\" srcset=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-01.jpg 963w, https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-01-380x36.jpg 380w, https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-01-768x73.jpg 768w\" sizes=\"(max-width: 963px) 100vw, 963px\" \/><\/a><figcaption class=\"wp-element-caption\">Download &amp; import Spotify\u2019s GPG key.<\/figcaption><\/figure>\n\n\n\n<p>Notice that none of the commands generate output.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"3-add-microsofts-visual-studio-code-repository\">Step 3: Add Spotify\u2019s Visual Studio Code Repository<\/h3>\n\n\n\n<p>After importing Spotify\u2019s GPG keys, we\u2019ll add its official repository to our Ubuntu 24.04 LTS system. The best part? From now on, if a new version is released, the update package will be made available with the rest of your system\u2019s regular updates.<\/p>\n\n\n<pre class=\"wp-block-code\" aria-describedby=\"shcb-language-3\" data-shcb-language-name=\"Bash\" data-shcb-language-slug=\"bash\"><span><code class=\"hljs language-bash\"><span class=\"hljs-built_in\">echo<\/span> <span class=\"hljs-string\">\"deb https:\/\/repository.spotify.com stable non-free\"<\/span> | sudo tee \/etc\/apt\/sources.list.d\/spotify.list<\/code><\/span><small class=\"shcb-language\" id=\"shcb-language-3\"><span class=\"shcb-language__label\">Code language:<\/span> <span class=\"shcb-language__name\">Bash<\/span> <span class=\"shcb-language__paren\">(<\/span><span class=\"shcb-language__slug\">bash<\/span><span class=\"shcb-language__paren\">)<\/span><\/small><\/pre>\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-02.jpg\"><img decoding=\"async\" width=\"963\" height=\"118\" src=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-02.jpg\" alt=\"Import official Spotify\u2019s repository.\" class=\"wp-image-160525\" srcset=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-02.jpg 963w, https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-02-380x47.jpg 380w, https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-02-768x94.jpg 768w\" sizes=\"(max-width: 963px) 100vw, 963px\" \/><\/a><figcaption class=\"wp-element-caption\">Import official Spotify\u2019s repository.<\/figcaption><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"4-run-system-update\">Step 4: Run System Update<\/h3>\n\n\n\n<p>Before we proceed with Spotify installation on our Ubuntu 24.04 LTS system, we should update the list of available packages. So, run the below&nbsp;command to refresh Ubuntu\u2019s&nbsp;software repositories index.<\/p>\n\n\n<pre class=\"wp-block-code\" aria-describedby=\"shcb-language-4\" data-shcb-language-name=\"Bash\" data-shcb-language-slug=\"bash\"><span><code class=\"hljs language-bash\">sudo apt update<\/code><\/span><small class=\"shcb-language\" id=\"shcb-language-4\"><span class=\"shcb-language__label\">Code language:<\/span> <span class=\"shcb-language__name\">Bash<\/span> <span class=\"shcb-language__paren\">(<\/span><span class=\"shcb-language__slug\">bash<\/span><span class=\"shcb-language__paren\">)<\/span><\/small><\/pre>\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-03.jpg\"><img decoding=\"async\" width=\"963\" height=\"312\" src=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-03.jpg\" alt=\"Updating Ubuntu\u2019s repositories index.\" class=\"wp-image-160528\" srcset=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-03.jpg 963w, https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-03-380x123.jpg 380w, https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-03-768x249.jpg 768w\" sizes=\"(max-width: 963px) 100vw, 963px\" \/><\/a><figcaption class=\"wp-element-caption\">Updating Ubuntu\u2019s repositories index.<\/figcaption><\/figure>\n\n\n\n<p>As you can see from the output above, the Spotify repository is now available on your system and ready to be used.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"5-install-vs-code-on-ubuntu-2204\">Step 5: Install Spotify on Ubuntu 24.04 LTS<\/h3>\n\n\n\n<p>Everything is already prepared for the actual installation. To install Spotify on Ubuntu 24.04 LTS, run the following command and wait for the installation to complete.<\/p>\n\n\n<pre class=\"wp-block-code\" aria-describedby=\"shcb-language-5\" data-shcb-language-name=\"Bash\" data-shcb-language-slug=\"bash\"><span><code class=\"hljs language-bash\">sudo apt install spotify-client<\/code><\/span><small class=\"shcb-language\" id=\"shcb-language-5\"><span class=\"shcb-language__label\">Code language:<\/span> <span class=\"shcb-language__name\">Bash<\/span> <span class=\"shcb-language__paren\">(<\/span><span class=\"shcb-language__slug\">bash<\/span><span class=\"shcb-language__paren\">)<\/span><\/small><\/pre>\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-04.jpg\"><img decoding=\"async\" width=\"963\" height=\"570\" src=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-04.jpg\" alt=\"Installing Spotify on Ubuntu 24.04 LTS.\" class=\"wp-image-160537\" srcset=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-04.jpg 963w, https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-04-380x225.jpg 380w, https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-04-768x455.jpg 768w\" sizes=\"(max-width: 963px) 100vw, 963px\" \/><\/a><figcaption class=\"wp-element-caption\">Installing Spotify on Ubuntu 24.04 LTS.<\/figcaption><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Step 6: Run Spotify on Ubuntu 24.04 LTS<\/h3>\n\n\n\n<p><span style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><span style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">You can start using Spotify by launching it from Ubuntu&#8217;s dash. Search for \u201c<em>spotify<\/em><\/span>\u201d and click to run it<\/span> when its icon appears.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-05.jpg\"><img decoding=\"async\" width=\"963\" height=\"290\" src=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-05.jpg\" alt=\"Run Spotify on Ubuntu 24.04 LTS.\" class=\"wp-image-160543\" srcset=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-05.jpg 963w, https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-05-380x114.jpg 380w, https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-05-768x231.jpg 768w\" sizes=\"(max-width: 963px) 100vw, 963px\" \/><\/a><figcaption class=\"wp-element-caption\">Run Spotify on Ubuntu 24.04 LTS.<\/figcaption><\/figure>\n\n\n\n<p>And that&#8217;s all! Just log in to your account\u2014or create a free one if you haven\u2019t yet\u2014and start enjoying your favorite artists.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-06.jpg\"><img decoding=\"async\" width=\"1024\" height=\"640\" src=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-06-1024x640.jpg\" alt=\"Spotify runs on Ubuntu 24.04 LTS.\" class=\"wp-image-160546\" srcset=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-06-1024x640.jpg 1024w, https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-06-380x238.jpg 380w, https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-06-768x480.jpg 768w, https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-06-1536x960.jpg 1536w, https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-06.jpg 1680w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption class=\"wp-element-caption\">Spotify runs on Ubuntu 24.04 LTS.<\/figcaption><\/figure>\n\n\n\n<p>If you later decide to uninstall the application (for some reason), you can do so easily by running the <a href=\"https:\/\/linuxiac.com\/apt-command-in-linux\/\" data-type=\"post\" data-id=\"39459\">APT command<\/a> below:<\/p>\n\n\n<pre class=\"wp-block-code\" aria-describedby=\"shcb-language-6\" data-shcb-language-name=\"Bash\" data-shcb-language-slug=\"bash\"><span><code class=\"hljs language-bash\">sudo apt remove spotify-client<\/code><\/span><small class=\"shcb-language\" id=\"shcb-language-6\"><span class=\"shcb-language__label\">Code language:<\/span> <span class=\"shcb-language__name\">Bash<\/span> <span class=\"shcb-language__paren\">(<\/span><span class=\"shcb-language__slug\">bash<\/span><span class=\"shcb-language__paren\">)<\/span><\/small><\/pre>\n\n\n<h2 class=\"wp-block-heading\">Install Spotify on Ubuntu 24.04 LTS (Snap Approach)<\/h2>\n\n\n\n<p>The second way to install Spotify on Ubuntu 22.04 LTS is through the App Center as a Snap package. Just open the App Center, type &#8220;<em>spotify<\/em>&#8221; in the search bar, and click on it when it appears in the results.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-07.jpg\"><img decoding=\"async\" width=\"1024\" height=\"495\" src=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-07-1024x495.jpg\" alt=\"Search for Spotify in the App Center.\" class=\"wp-image-160645\" srcset=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-07-1024x495.jpg 1024w, https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-07-380x184.jpg 380w, https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-07-768x371.jpg 768w, https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-07.jpg 1284w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption class=\"wp-element-caption\">Search for Spotify in the App Center.<\/figcaption><\/figure>\n\n\n\n<p>From here on, things are simple. Just click on the &#8220;<em>Install<\/em>&#8221; button.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-08.jpg\"><img decoding=\"async\" width=\"1024\" height=\"721\" src=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-08-1024x721.jpg\" alt=\"Installing Spotify on Ubuntu 24.04 LTS.\" class=\"wp-image-160651\" srcset=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-08-1024x721.jpg 1024w, https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-08-380x268.jpg 380w, https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-08-768x541.jpg 768w, https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-08.jpg 1221w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption class=\"wp-element-caption\">Installing Spotify on Ubuntu 24.04 LTS.<\/figcaption><\/figure>\n\n\n\n<p>You&#8217;ll be prompted to enter your user password. Just type it in, click &#8220;<em>Authenticate<\/em>,&#8221; and wait for the installation to finish.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-09.jpg\"><img decoding=\"async\" width=\"1024\" height=\"721\" src=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-09-1024x721.jpg\" alt=\"Installing Spotify on Ubuntu 24.04 LTS.\" class=\"wp-image-160654\" srcset=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-09-1024x721.jpg 1024w, https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-09-380x268.jpg 380w, https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-09-768x541.jpg 768w, https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-09.jpg 1221w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption class=\"wp-element-caption\">Installing Spotify on Ubuntu 24.04 LTS.<\/figcaption><\/figure>\n\n\n\n<p>Once Spotify is installed, you can close the App Center, find the app in Ubuntu&#8217;s dash, and launch it. To uninstall it, follow a similar approach using the App Center. This time, however, click the down arrow symbol on the &#8220;<em>Open<\/em>&#8221; button and select &#8220;<em>Uninstall<\/em>&#8221; from the submenu.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-10.jpg\"><img decoding=\"async\" width=\"1024\" height=\"715\" src=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-10-1024x715.jpg\" alt=\"Uninstalling Spotify on Ubuntu 24.04 LTS.\" class=\"wp-image-160663\" srcset=\"https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-10-1024x715.jpg 1024w, https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-10-380x265.jpg 380w, https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-10-768x536.jpg 768w, https:\/\/linuxiac.com\/wp-content\/uploads\/2025\/03\/spotify-ubuntu2404-10.jpg 1169w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption class=\"wp-element-caption\">Uninstalling Spotify on Ubuntu 24.04 LTS.<\/figcaption><\/figure>\n\n\n\n<p>Finally, if you\u2019re more comfortable with the command line, you can install Spotify as a Snap package (saving you all the mouse clicking above) by running in the Terminal app:<\/p>\n\n\n<pre class=\"wp-block-code\" aria-describedby=\"shcb-language-7\" data-shcb-language-name=\"Bash\" data-shcb-language-slug=\"bash\"><span><code class=\"hljs language-bash\">sudo snap install spotify<\/code><\/span><small class=\"shcb-language\" id=\"shcb-language-7\"><span class=\"shcb-language__label\">Code language:<\/span> <span class=\"shcb-language__name\">Bash<\/span> <span class=\"shcb-language__paren\">(<\/span><span class=\"shcb-language__slug\">bash<\/span><span class=\"shcb-language__paren\">)<\/span><\/small><\/pre>\n\n\n<p>To uninstall it:<\/p>\n\n\n<pre class=\"wp-block-code\"><span><code class=\"hljs\">sudo snap remove spotify<\/code><\/span><\/pre>\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>As this guide shows, installing Spotify on Ubuntu 24.04 LTS is straightforward, whether you choose the APT method for a traditional package installation or the Snap approach.<\/p>\n\n\n\n<p>If you encounter any issues, let me know in the comments below, and I&#8217;ll be happy to help. Thanks for your time and for using this tutorial. Happy streaming!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Learn how to install Spotify on Ubuntu 24.04 LTS with this step-by-step guide. Use the APT or Snap approach to enjoy your favorite music.<\/p>\n","protected":false},"author":10,"featured_media":160492,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9,4417],"tags":[5867,4686,4983,5698],"class_list":["post-160489","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","category-linux-knowledge","tag-music-player","tag-spotify","tag-streaming","tag-ubuntu-24-04"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/linuxiac.com\/wp-json\/wp\/v2\/posts\/160489","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linuxiac.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linuxiac.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linuxiac.com\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/linuxiac.com\/wp-json\/wp\/v2\/comments?post=160489"}],"version-history":[{"count":0,"href":"https:\/\/linuxiac.com\/wp-json\/wp\/v2\/posts\/160489\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linuxiac.com\/wp-json\/wp\/v2\/media\/160492"}],"wp:attachment":[{"href":"https:\/\/linuxiac.com\/wp-json\/wp\/v2\/media?parent=160489"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linuxiac.com\/wp-json\/wp\/v2\/categories?post=160489"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linuxiac.com\/wp-json\/wp\/v2\/tags?post=160489"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}