{"id":46971,"date":"2024-07-30T17:07:30","date_gmt":"2024-07-30T17:07:30","guid":{"rendered":"https:\/\/ubuntuhandbook.org\/?p=46971"},"modified":"2025-11-13T13:59:07","modified_gmt":"2025-11-13T13:59:07","slug":"install-setup-retroarch-ubuntu","status":"publish","type":"post","link":"https:\/\/ubuntuhandbook.org\/index.php\/2024\/07\/install-setup-retroarch-ubuntu\/","title":{"rendered":"Install RetroArch Game Emulator 1.21 in Ubuntu 24.04 | 22.04"},"content":{"rendered":"<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/03\/retroarch-icon.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"alignleft size-thumbnail wp-image-43783\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/03\/retroarch-icon-250x250.webp\" alt=\"\" width=\"250\" height=\"250\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/03\/retroarch-icon-250x250.webp 250w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/03\/retroarch-icon-300x300.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/03\/retroarch-icon-600x600.webp 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/03\/retroarch-icon-768x768.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/03\/retroarch-icon.webp 1200w\" sizes=\"auto, (max-width: 250px) 100vw, 250px\" \/><\/a><\/p>\n<p>This tutorial shows how to install and setup RetroArch (v1.21 updated) to play classic video games, including Arcade, Atari, Commodore, Nintendo, Sony Playstation games, in Ubuntu PC or laptop.<\/p>\n<p>RetroArch is a free open-source cross-platform front-end for emulators, game engines, media players, and other applications. It&#8217;s the reference frontend for the libretro API, that offers several uncommon technical features, such as multi-pass shader support, real-time rewinding, and video recording.<\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/retroarch-120.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-47949\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/retroarch-120-700x525.webp\" alt=\"\" width=\"610\" height=\"458\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/retroarch-120-700x525.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/retroarch-120-300x225.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/retroarch-120-768x576.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/retroarch-120.webp 960w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/a><\/p>\n<p><!--more--><\/p>\n<p>Different to other game emulators (e.g, Dolphin, PPSSPP), RetroArch has a built-in <b>Online Updater<\/b> allows to download free games as easy as few mouse clicks. So, any one can play the games without worrying about legal issues.<\/p>\n<h3>Step 1: Install RetroArch<\/h3>\n<p>RetroArch is available to install in Linux through a few different package formats. They include:<\/p>\n<ul>\n<li><b>Snap<\/b> &#8211; runs in sandbox.<\/li>\n<li><b>Deb (Ubuntu PPA)<\/b> &#8211; native package format.<\/li>\n<li><b>Flatpak<\/b> &#8211; runs in sandbox environment.<\/li>\n<\/ul>\n<p>User can choose to install any one of them as prefer.<\/p>\n<h4>Option 1: Install the Snap package<\/h4>\n<p>Snap is the easiest way to get the app in Ubuntu. It runs in sandbox environment and installs updates automatically.<\/p>\n<p>And, RetroArch Snap package so far supports all current Ubuntu releases on <code>amd64<\/code>, <code>arm64\/armhf<\/code>, and <code>ppc64el<\/code> CPU platforms.<\/p>\n<p>To install the package, simply launch App Center (or Ubuntu Software for Ubuntu 22.04 &amp; earlier), then search &amp; install RetroArch.<\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/retroarch120-snapstore.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-47948\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/retroarch120-snapstore-700x461.webp\" alt=\"\" width=\"610\" height=\"402\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/retroarch120-snapstore-700x461.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/retroarch120-snapstore-300x198.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/retroarch120-snapstore-768x506.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/retroarch120-snapstore.webp 990w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/a><\/p>\n<p>For choice, user may also press <code>Ctrl+Alt+T<\/code> to open up a terminal window, then run the command below instead to install the snap package:<\/p>\n<pre>sudo snap install retroarch<\/pre>\n<p>After installation, launch it either by searching from start menu (Gnome overview) or by runing <code>\/snap\/bin\/retroarch<\/code> command in terminal.<\/p>\n<h4>Option 2: Ubuntu PPA (Deb package)<\/h4>\n<p>Ubuntu includes the native <code>.deb<\/code> package for the emulator in system repositories, but old!<\/p>\n<p>For the most recent version, there&#8217;s an <a href=\"https:\/\/launchpad.net\/~libretro\/+archive\/ubuntu\/stable\" target=\"_blank\" rel=\"noopener\">official Ubuntu PPA<\/a>, so far supports <strong>Ubuntu 22.04<\/strong> and <strong>Ubuntu 24.04<\/strong> on <code>amd64<\/code> (Intel\/AMD) and <code>arm64\/armhf<\/code> (e.g., RasPi) platforms.<\/p>\n<p><b>To add the PPA<\/b>, open terminal (Ctrl+Alt+T) and run command:<\/p>\n<pre>sudo add-apt-repository ppa:libretro\/stable<\/pre>\n<p><i>Type user password (no asterisk feedback, just type in mind) when it asks and hit Enter to continue.<\/i><\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/retroarch-ppa.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-46974\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/retroarch-ppa-700x505.webp\" alt=\"\" width=\"610\" height=\"440\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/retroarch-ppa-700x505.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/retroarch-ppa-300x216.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/retroarch-ppa.webp 706w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/a><\/p>\n<p><b>Then, install the deb package<\/b> from PPA by running command:<\/p>\n<pre>sudo apt install retroarch<\/pre>\n<p><i>Linux Mint needs to manually run <code>sudo apt update<\/code> to refresh cache first, while it&#8217;s done automatically in Ubuntu when adding PPA.<\/i><\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/apt-retroarch.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-46975\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/apt-retroarch-700x505.webp\" alt=\"\" width=\"610\" height=\"440\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/apt-retroarch-700x505.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/apt-retroarch-300x216.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/apt-retroarch.webp 706w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/a><\/p>\n<p>After installation, launch it from start menu or by running <code>retroarch<\/code> command from terminal. And, <b>Software Updater<\/b> will show you updates for the emulator if any.<\/p>\n<h4>Option 3: Flatpak Package<\/h4>\n<p><b>Both the Deb and Snap packages of RetroArch so far lack window border in Ubuntu with default Wayland session. User can choose to switch back Xorg session (from login screen via bottom-right gear menu), or install Flatpak package instead.<\/b><\/p>\n<p>Like Snap, the <a href=\"https:\/\/flathub.org\/apps\/org.libretro.RetroArch\" target=\"_blank\" rel=\"noopener\">Flatpak package<\/a> also runs in sandbox environment, and so far it supports most Linux (including all current Ubuntu releases) on <code>amd64<\/code> and <code>arm64<\/code> platforms.<\/p>\n<p><b>For Ubuntu, first enable Flatpak support<\/b> by running command in terminal (Ctrl+Alt+T):<\/p>\n<pre>sudo apt install flatpak<\/pre>\n<p>While other Linux can follow the official <a href=\"https:\/\/flatpak.org\/setup\" target=\"_blank\" rel=\"noopener\">setup guide<\/a> to enable this package format support.<\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/03\/apt-flatpak-noble.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-45732\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/03\/apt-flatpak-noble-700x501.webp\" alt=\"\" width=\"610\" height=\"437\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/03\/apt-flatpak-noble-700x501.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/03\/apt-flatpak-noble-300x215.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/03\/apt-flatpak-noble-768x550.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/03\/apt-flatpak-noble.webp 786w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/a><\/p>\n<p><b>Then, install RetroArch Flatpak package<\/b> using the command below:<\/p>\n<pre>flatpak install https:\/\/dl.flathub.org\/repo\/appstream\/org.libretro.RetroArch.flatpakref<\/pre>\n<p><i>Or use the command in the screenshot below if you&#8217;ve added the Flathub.org repository into your system.<\/i><\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/flatpak-retroarch.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-46976\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/flatpak-retroarch-700x543.webp\" alt=\"\" width=\"610\" height=\"473\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/flatpak-retroarch-700x543.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/flatpak-retroarch-300x233.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/flatpak-retroarch-768x595.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/flatpak-retroarch.webp 810w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/a><\/p>\n<p>Like the previous 2 package formats, user may search for and launch the Flatpak version of RetroArch from start menu (log out and back in if app icon not visible).<\/p>\n<p>Or, run <code>flatpak run org.libretro.RetroArch<\/code> command to start the Flatpak edition of the emulator from terminal.<\/p>\n<p>To update the software package, use command:<\/p>\n<pre>flatpak update org.libretro.RetroArch<\/pre>\n<h3>Step 2: Download Cores &amp; Games<\/h3>\n<p>Before being able to load games, user need to first download cores. <b>A core would be a stand alone emulator works as a &#8220;plugin&#8221; for RetroArch.<\/b><\/p>\n<p>User can install as many cores as possible, and load only one core at the same time for emulating game roms that it is capable of.<\/p>\n<p><b>1.<\/b> First, launch RetroArch and go to &#8220;<code>Main Menu<\/code> -&gt; <code>Online Updater<\/code>&#8220;. Next, scroll down and click update Assets, Database, GLSL shaders, etc, by clicking on corresponding menu options.<\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/retroarch-onlineupdater.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-46977\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/retroarch-onlineupdater-700x410.webp\" alt=\"\" width=\"610\" height=\"357\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/retroarch-onlineupdater-700x410.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/retroarch-onlineupdater-300x176.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/retroarch-onlineupdater-768x449.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/retroarch-onlineupdater-1536x899.webp 1536w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/retroarch-onlineupdater-1320x772.webp 1320w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/retroarch-onlineupdater.webp 1545w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/a><\/p>\n<p><b>Tips: RetroArch Deb package uses blue user interface with different menu organization, go to &#8220;Settings -&gt; Drivers -&gt; Menu&#8221; and set to &#8220;ozone&#8221; for the interface as the screenshots in this step shown you.<\/b><\/p>\n<p><b>2.<\/b> In the <code>Online Updater<\/code> page, next click <code>Core Downloader<\/code> option in top, then click download as many cores (emulator plugins) as you want.<\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/download-cores.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-46978\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/download-cores-700x483.webp\" alt=\"\" width=\"610\" height=\"421\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/download-cores-700x483.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/download-cores-300x207.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/download-cores-768x530.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/download-cores-1320x911.webp 1320w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/download-cores.webp 1419w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/a><\/p>\n<p><b>3.<\/b> After downloaded cores, navigate back to <code>Online Updater<\/code>, then choose <code>Content Downloader<\/code>. Finally, browse and click download games.<\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/download-contents.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-46979\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/download-contents-700x371.webp\" alt=\"\" width=\"610\" height=\"323\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/download-contents-700x371.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/download-contents-300x159.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/download-contents-768x407.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/download-contents-1536x813.webp 1536w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/download-contents-1320x699.webp 1320w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/download-contents.webp 1847w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/a><\/p>\n<h3>Step 3: Load Games and Enjoy<\/h3>\n<p>After downloaded the cores (emulators) and game files, it&#8217;s time to load your favorite games.<\/p>\n<p><b>Tips: before loading a game, you may first go to &#8220;Settings -&gt; Input -&gt; RetroPad Binds&#8221; to map your keyboard keys or game console buttons.<\/b><\/p>\n<p>First, go to &#8220;Main Menu -&gt; Load Core&#8221; then select a core (emulator) to load. In the bottom left, it will show you the loading core along with software version.<\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/load-core.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-46980\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/load-core-700x430.webp\" alt=\"\" width=\"610\" height=\"375\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/load-core-700x430.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/load-core-300x184.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/load-core-768x472.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/load-core-1320x811.webp 1320w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/load-core.webp 1503w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/a><\/p>\n<p>Next, go to &#8220;Main Menu -&gt; Load Content&#8221;. Then either browse &#8220;Downloads&#8221; folder for the games the current core is capable of loading, or go to &#8220;\/home\/USER&#8221; for game ROMs in your user home directory, or &#8220;\/media\/&#8221; for CD Rom.<\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/load-game.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-46981\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/load-game-700x355.webp\" alt=\"\" width=\"610\" height=\"309\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/load-game-700x355.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/load-game-300x152.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/load-game-768x389.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/load-game-1536x778.webp 1536w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/load-game-1320x669.webp 1320w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/load-game.webp 1798w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/a><\/p>\n<p>If everything goes well, the game should start. Enjoy!<\/p>\n<h3>Uninstall:<\/h3>\n<p>Depends on which package of the RetroArch emulator you installed, select run either commands below in terminal (Ctrl+Alt+T).<\/p>\n<ul>\n<li>To remove the Deb package, run command:\n<pre>sudo apt remove retroarch --autoremove<\/pre>\n<p>Also remove the Ubuntu PPA via command:<\/p>\n<pre>sudo add-apt-repository --remove ppa:libretro\/stable<\/pre>\n<\/li>\n<li>For the Snap package, just use Ubuntu Software or App Center to uninstall.<\/li>\n<li>And for Flatpak package, run the command below to uninstall:\n<pre>flatpak uninstall --delete-data org.libretro.RetroArch<\/pre>\n<p>Also run <code>flatpak uninstall --unused<\/code> to clear useless run-time libraries.<\/li>\n<\/ul>","protected":false},"excerpt":{"rendered":"<p>This tutorial shows how to install and setup RetroArch (v1.21 updated) to play classic video games, including Arcade, Atari, Commodore, Nintendo, Sony Playstation games, in Ubuntu PC or laptop. RetroArch is a free open-source cross-platform front-end for emulators, game engines, media players, and other applications. It&#8217;s the reference frontend for the libretro API, that offers [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":43783,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[1189],"class_list":["post-46971","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-howtos","tag-game"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/46971","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/comments?post=46971"}],"version-history":[{"count":0,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/46971\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media\/43783"}],"wp:attachment":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media?parent=46971"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/categories?post=46971"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/tags?post=46971"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}