{"id":44870,"date":"2023-12-10T13:52:47","date_gmt":"2023-12-10T13:52:47","guid":{"rendered":"https:\/\/ubuntuhandbook.org\/?p=44870"},"modified":"2026-02-23T11:53:50","modified_gmt":"2026-02-23T11:53:50","slug":"waydroid-run-android-apps-ubuntu","status":"publish","type":"post","link":"https:\/\/ubuntuhandbook.org\/index.php\/2023\/12\/waydroid-run-android-apps-ubuntu\/","title":{"rendered":"Install Waydroid to Run Android OS &#038; Apps in Ubuntu 22.04, 24.04"},"content":{"rendered":"<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/waydroid-icon.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"alignleft size-thumbnail wp-image-44871\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/waydroid-icon-250x250.webp\" alt=\"\" width=\"250\" height=\"250\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/waydroid-icon-250x250.webp 250w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/waydroid-icon-300x300.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/waydroid-icon-600x600.webp 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/waydroid-icon-768x768.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/waydroid-icon.webp 1200w\" sizes=\"auto, (max-width: 250px) 100vw, 250px\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>This is beginner&#8217;s guide shows how to install and setup Waydroid to run full Android system as well as Android applications in Ubuntu.<\/p>\n<p>I&#8217;ve written about this by using Anbox, which is however no longer in active development.<\/p>\n<p>This is a re-write with free and open-source &#8216;Waydroid&#8217;, which is a container-based approach to run a minimal customized Android system image based on LineageOS.<\/p>\n<div id=\"attachment_44872\" style=\"width: 610px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/waydroid-android-screen.webp\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-44872\" class=\"size-large wp-image-44872\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/waydroid-android-screen-600x455.webp\" alt=\"\" width=\"600\" height=\"455\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/waydroid-android-screen-600x455.webp 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/waydroid-android-screen-300x227.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/waydroid-android-screen-768x582.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/waydroid-android-screen.webp 1308w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/a><p id=\"caption-attachment-44872\" class=\"wp-caption-text\">Android OS in my Ubuntu 22.04 desktop<\/p><\/div>\n<p>This tutorial is tested and works on <b>Ubuntu 22.04 and Ubuntu 24.04 LTS with default Wayland session (Xorg is NOT supported)! It should also work in Debian Bookworm, Trixie, and Sid.<\/b><\/p>\n<p>Hardware specs include:<\/p>\n<ul>\n<li>CPU: Intel i5-10400.<\/li>\n<li>GPU: Intel HD 630.<\/li>\n<\/ul>\n<h3>Step 1: Install Waydroid<\/h3>\n<p>Waydroid is easy to install in Ubuntu\/Debian based systems, through its official apt repository.<\/p>\n<p>1. First, press <b>Ctrl+Alt+T<\/b> on keyboard to open terminal. When it opens, run command to install required packages:<\/p>\n<pre>sudo apt install curl ca-certificates<\/pre>\n<p><i><code>sudo<\/code> command needs password authentication, but with no asterisk feedback. Just type in mind and hit Enter.<\/i><br \/>\n<a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/apt-waydroid-reqs.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-44874\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/apt-waydroid-reqs-600x389.webp\" alt=\"\" width=\"600\" height=\"389\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/apt-waydroid-reqs-600x389.webp 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/apt-waydroid-reqs-300x195.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/apt-waydroid-reqs-768x498.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/apt-waydroid-reqs.webp 822w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/a><\/p>\n<p>2. Then, run command to download the official script, and run it to add Waydroid repository into your system.<\/p>\n<pre>curl https:\/\/repo.waydro.id | sudo bash<\/pre>\n<p>In case the script does not work properly, find out your OS code manually via either <code>lsb_release -sc<\/code> or <code>cat \/etc\/os-release<\/code> command. Then, run command below instead:<\/p>\n<pre>curl https:\/\/repo.waydro.id | sudo bash -s jammy<\/pre>\n<p><i>Replace <code>jammy<\/code> depends on your system code-name. So far, it supports <b>focal, jammy, noble, bookworm, bullseye, sid<\/b><\/i><\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/setup-waydroid-repo.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-44873\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/setup-waydroid-repo-600x389.webp\" alt=\"\" width=\"600\" height=\"389\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/setup-waydroid-repo-600x389.webp 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/setup-waydroid-repo-300x195.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/setup-waydroid-repo-768x498.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/setup-waydroid-repo.webp 822w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/a><\/p>\n<p>3. Finally, run command to install Waydroid:<\/p>\n<pre>sudo apt install waydroid<\/pre>\n<p><i>Try <code>sudo apt update<\/code> first to refresh cache if the command output package not found<\/i><\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/apt-install-wayroid.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-44875\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/apt-install-wayroid-600x389.webp\" alt=\"\" width=\"600\" height=\"389\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/apt-install-wayroid-600x389.webp 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/apt-install-wayroid-300x195.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/apt-install-wayroid-768x498.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/apt-install-wayroid.webp 822w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/a><\/p>\n<p>Once successfully installed the app, you should be able to launch it from start menu, applications menu, or any other app launcher depends on your desktop environment.<\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/launch-waydroid.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-44876\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/launch-waydroid.webp\" alt=\"\" width=\"480\" height=\"270\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/launch-waydroid.webp 480w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/launch-waydroid-300x169.webp 300w\" sizes=\"auto, (max-width: 480px) 100vw, 480px\" \/><\/a><\/p>\n<h3>Step 2: Initialize<\/h3>\n<p>The first launch of the app, will launch the &#8220;Initialize Waydroid&#8221; dialog. If it somehow does not launch, try running <b>waydroid first-launch<\/b> command in terminal (Ctrl+Alt+T) to see what&#8217;s going wrong.<\/p>\n<p><b>NOTE: Non-default Kernels (e.g., Mainline Kernels) may cause Waydroid launch issue due to missing driver. See <a href=\"https:\/\/github.com\/waydroid\/waydroid\/issues\/839\" target=\"_blank\" rel=\"noopener\">HERE<\/a> for more.<\/b><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-50074\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/android-download.webp\" alt=\"\" width=\"652\" height=\"339\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/android-download.webp 652w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/android-download-300x156.webp 300w\" sizes=\"auto, (max-width: 652px) 100vw, 652px\" \/><\/p>\n<p>The default options are usually OK. But, you may have to choose Android type before getting start:<\/p>\n<ul>\n<li><b>Minimal Android<\/b> &#8211; It&#8217;s vanilla ROM, without Google Services\/Apps.<\/li>\n<li><b>Android with Google Apps<\/b>\u00a0&#8211; come with Google Services\/Gapps.<\/li>\n<\/ul>\n<p>Next, click <b>Download<\/b> button will automatically download &amp; install ROM and required packages. In my case, it downloaded &amp; installed <b>Android 13<\/b>.<\/p>\n<p>When done successfully, it will show you something like the screenshot shows you.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-50075\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/download-done.webp\" alt=\"\" width=\"676\" height=\"430\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/download-done.webp 676w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/download-done-300x191.webp 300w\" sizes=\"auto, (max-width: 676px) 100vw, 676px\" \/><\/p>\n<p><b>Tips:<\/b> If you messed things up, try running the commands below one by one to delete local data (backup first), so it will look like newly installed:<\/p>\n<pre>sudo rm -r \/var\/lib\/waydroid\r\nsudo rm -r \/home\/.waydroid\r\nsudo rm -r ~\/waydroid\r\nsudo rm -r ~\/.share\/waydroid\r\nsudo rm -r ~\/.local\/share\/waydroid<\/pre>\n<p>Then, re-initialize by running command:<\/p>\n<pre>waydroid first-launch<\/pre>\n<h3>Step 3: Start Android system, resize &amp; move window<\/h3>\n<p>After clicking &#8220;Done&#8221; button in last step, start Waydroid again will launch an Android screen on your desktop.<\/p>\n<p>However, it by default starts in <b>full-screen<\/b> (or may-be called maximized) mode.<\/p>\n<p><strong>To change the Android screen size<\/strong>, open terminal (<b>Ctrl+Alt+T<\/b>) in the Ubuntu host, and run commands:<\/p>\n<pre>waydroid prop set persist.waydroid.width 506<\/pre>\n<pre>waydroid prop set persist.waydroid.height 1000<\/pre>\n<p>The 2 commands will set the screen width and height to <b>506<\/b> x <b>1000<\/b>. Change the numbers accordingly, and apply by running command to stop current Android session (then re-launch).<\/p>\n<pre>waydroid session stop<\/pre>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/resize-waydroid.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-44879\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/resize-waydroid-600x389.webp\" alt=\"\" width=\"600\" height=\"389\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/resize-waydroid-600x389.webp 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/resize-waydroid-300x195.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/resize-waydroid-768x498.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/resize-waydroid.webp 822w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/a><\/p>\n<p>The Android window is borderless in my case. To move the window, you may either <b>press &amp; hold <i>Super<\/i> (Windows logo) key then dragging<\/b>, or press <b>Alt+F7 and then move mouse cursor<\/b> without mouse clicking.<\/p>\n<h3>Step 4: Install &amp; Remove Android Apps<\/h3>\n<p>If you selected &#8216;VANILLA&#8217; while initializing Waydroid, then there&#8217;s no app store in the Android to install applications.<\/p>\n<p>In the case, you may download any APK file from the web, or download &amp; install the free open-source <a href=\"https:\/\/f-droid.org\/en\/\" target=\"_blank\" rel=\"noopener\">F-Droid<\/a> in the host (<i>Ubuntu in the case<\/i>) then use it in Android screen to install apps.<\/p>\n<p><b>UPDATE: Since Waydroid 1.6.0, you need to manually connect ADB via <code>waydroid adb connect<\/code> command first. And, authenticate in Android side.<\/b><\/p>\n<p>To <b>install APK file from host user&#8217;s &#8216;Downloads&#8217; folder,<\/b> just run command in terminal (Ctrl+Alt+T):<\/p>\n<pre>waydroid app install ~\/Downloads\/file_name_here.apk<\/pre>\n<p>And, verify by listing all installed Android apps:<\/p>\n<pre>waydroid app list<\/pre>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/waydroid-install-app.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-44880\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/waydroid-install-app-600x473.webp\" alt=\"\" width=\"600\" height=\"473\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/waydroid-install-app-600x473.webp 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/waydroid-install-app-300x237.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/waydroid-install-app-768x606.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/waydroid-install-app.webp 858w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/a><\/p>\n<p>Waydroid will create app shortcuts for all installed Android apps, through <code>.desktop<\/code> files under &#8220;.local\/share\/applications&#8221;. Meaning, you can <b>search &amp; launch Android apps directly from host machine (Ubuntu)<\/b>.<\/p>\n<div id=\"attachment_44881\" style=\"width: 502px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/f-droid-gnomelauncher.webp\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-44881\" class=\"size-full wp-image-44881\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/f-droid-gnomelauncher.webp\" alt=\"\" width=\"492\" height=\"274\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/f-droid-gnomelauncher.webp 492w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/f-droid-gnomelauncher-300x167.webp 300w\" sizes=\"auto, (max-width: 492px) 100vw, 492px\" \/><\/a><p id=\"caption-attachment-44881\" class=\"wp-caption-text\">Launch &#8216;F-Droid&#8217; Android app in Ubuntu<\/p><\/div>\n<p>And, it supports launching multiple instance of Android apps at the same time out-of-the-box.<\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/multi-android-apps.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-44882\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/multi-android-apps-600x406.webp\" alt=\"\" width=\"600\" height=\"406\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/multi-android-apps-600x406.webp 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/multi-android-apps-300x203.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/multi-android-apps-768x520.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/multi-android-apps-1320x893.webp 1320w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/multi-android-apps.webp 1450w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/a><\/p>\n<p><b>To remove an app<\/b>, either do it in the Android screen, or run command in Ubuntu host:<\/p>\n<pre>waydroid app remove packageName<\/pre>\n<p>Replace <code>packageName<\/code> according to <code>waydroid app list<\/code> output, e.g., org.fdroid.fdroid.<\/p>\n<h3>Step 5: Share files between Ubuntu Host and Android<\/h3>\n<p>To share files between host and the Android system, simply run single command in Ubuntu host:<\/p>\n<pre>sudo mount --bind ~\/Documents\/vboxshare\/ ~\/.local\/share\/waydroid\/data\/media\/0\/Documents\/share<\/pre>\n<p><b>Tips: It&#8217;s better to create sub-folders of Documents, Downloads, Music, etc in Android side for mount point mode.\u00a0<\/b><\/p>\n<p>In the command, you need to replace:<\/p>\n<ul>\n<li><code>~\/Documents\/vboxshare\/<\/code> &#8211; &#8216;vboxshare&#8217; sub-folder in Ubuntu host.<\/li>\n<li><code>~\/.local\/share\/waydroid\/data\/media\/0\/Documents\/share<\/code> &#8211; &#8216;share&#8217; sub-folder of Documents in Android.<\/li>\n<\/ul>\n<p>You need to first create the share folder in Android side if it does not exist, or it will show mount point does not exist as the screenshot below shows you.<\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/waydroid-share.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-44883\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/waydroid-share-600x389.webp\" alt=\"\" width=\"600\" height=\"389\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/waydroid-share-600x389.webp 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/waydroid-share-300x195.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/waydroid-share-768x498.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/12\/waydroid-share.webp 822w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/a><\/p>\n<h3>Uninstall Waydroid:<\/h3>\n<p>First, stop the session and container, which maybe useful for reloading settings, run commands:<\/p>\n<pre>waydroid session stop<\/pre>\n<pre>sudo waydroid container stop<\/pre>\n<p>To remove Waydroid, use command:<\/p>\n<pre>sudo apt remove --autoremove waydroid<\/pre>\n<p>Then, remove leftovers by running command:<\/p>\n<pre>sudo rm -rf \/var\/lib\/waydroid ~\/waydroid ~\/.share\/waydroid ~\/.local\/share\/applications\/*aydroid* ~\/.local\/share\/waydroid<\/pre>\n<p>If you don&#8217;t want to install it back any more, then, also remove the source repository by deleting the sources &amp; key files:<\/p>\n<pre>sudo rm \/etc\/apt\/sources.list.d\/waydroid.list \/usr\/share\/keyrings\/waydroid.gpg<\/pre>\n<p>For more about Waydroid, see the <a href=\"https:\/\/docs.waydro.id\/\" target=\"_blank\" rel=\"noopener\">official document<\/a>. And, for issues and feature requests go to the <a href=\"https:\/\/github.com\/waydroid\/waydroid\" target=\"_blank\" rel=\"noopener\">Github project page<\/a>.<\/p>","protected":false},"excerpt":{"rendered":"<p>&nbsp; This is beginner&#8217;s guide shows how to install and setup Waydroid to run full Android system as well as Android applications in Ubuntu. I&#8217;ve written about this by using Anbox, which is however no longer in active development. This is a re-write with free and open-source &#8216;Waydroid&#8217;, which is a container-based approach to run [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":44871,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[2051],"class_list":["post-44870","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-howtos","tag-android"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/44870","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=44870"}],"version-history":[{"count":0,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/44870\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media\/44871"}],"wp:attachment":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media?parent=44870"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/categories?post=44870"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/tags?post=44870"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}