{"id":20019,"date":"2024-02-05T22:35:40","date_gmt":"2024-02-05T19:35:40","guid":{"rendered":"https:\/\/kifarunix.com\/?p=20019"},"modified":"2024-04-29T20:03:34","modified_gmt":"2024-04-29T17:03:34","slug":"install-virtualbox-guest-additions-on-ubuntu-24-04","status":"publish","type":"post","link":"https:\/\/kifarunix.com\/install-virtualbox-guest-additions-on-ubuntu-24-04\/","title":{"rendered":"Install VirtualBox Guest Additions on Ubuntu 24.04"},"content":{"rendered":"\n<p>In this guide, you will learn how to install VirtualBox guest additions on Ubuntu 24.04. If you have installed Ubuntu 24.04 on VirtualBox, you realize that it is not in fullscreen or some other features do not work.<\/p>\n\n\n\n<p>If you <a href=\"https:\/\/kifarunix.com\/install-ubuntu-24-04-on-virtualbox\/\" target=\"_blank\" rel=\"noreferrer noopener\">installed Ubuntu 24.04<\/a> via unattended installation on VirtualBox 7, chances are you enabled auto Guest additions installation. As such, you may not need the procedure outlined here!<\/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=\"#installing-virtual-box-guest-additions-on-ubuntu-24-04\">Installing VirtualBox Guest Additions on Ubuntu 24.04<\/a><ul><li><a href=\"#guest-additions-features\">Guest Additions Features<\/a><\/li><li><a href=\"#install-required-packages\">Install Required Packages<\/a><\/li><li><a href=\"#add-empty-ide-storage-controller-to-the-vm\">Add Empty IDE Storage Controller to the VM<\/a><\/li><li><a href=\"#insert-guest-additions-iso\">Insert Guest Additions ISO<\/a><ul><li><a href=\"#insert-guest-additions-iso-file-manually\">Insert Guest Additions ISO File Manually<\/a><\/li><li><a href=\"#installing-guest-additions-iso-from-ubuntu-repositories\">Installing Guest Additions ISO from Ubuntu Repositories<\/a><\/li><\/ul><\/li><li><a href=\"#install-virtual-box-guest-additions\">Install VirtualBox Guest Additions<\/a><ul><li><a href=\"#install-guest-additions-with-manually-inserted-guest-additions-iso-file\">Install Guest Additions with Manually Inserted Guest Additions ISO file<\/a><\/li><li><a href=\"#install-guest-additions-using-guest-additions-iso-file-from-package-repos\">Install Guest Additions using Guest Additions ISO file from Package Repos<\/a><\/li><\/ul><\/li><\/ul><\/li><\/ul><\/nav><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"installing-virtual-box-guest-additions-on-ubuntu-24-04\">Installing VirtualBox Guest Additions on Ubuntu 24.04<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"guest-additions-features\">Guest Additions Features<\/h3>\n\n\n\n<p>Apart from enabling the virtual machine to have a full screen view, guest additions offers many other features;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Mouse pointer integration<\/li>\n\n\n\n<li>Shared folders for easy sharing of files between the host and the guest<\/li>\n\n\n\n<li>Ensures better and accelerated video performance.<\/li>\n\n\n\n<li>Seamless windows integration<\/li>\n\n\n\n<li>Generic host\/guest communication channels that enables you to control and manage guest execution.<\/li>\n\n\n\n<li>Provides Host-Guest time synchronization.<\/li>\n\n\n\n<li>Shared clipboard between host and guest vm.<\/li>\n\n\n\n<li>Automated logins.<\/li>\n<\/ul>\n\n\n\n<p>You can read more about these features on the&nbsp;<a aria-label=\" (opens in a new tab)\" href=\"https:\/\/download.virtualbox.org\/virtualbox\/6.0.14\/UserManual.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">VirtualBox User Manual<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"install-required-packages\">Install Required Packages<\/h3>\n\n\n\n<p>Before you can proceed with Guest Addition installation, you first need to install required build tools, the Linux kernel headers and the support modules, if not already installed.<\/p>\n\n\n\n<p>Run the command below to verify if these requirements have already been installed.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo dpkg -l | grep -E \"dkms|linux-headers-$(uname -r)|build-essential\"<\/pre>\n\n\n\n<pre class=\"scroll-box\"><code>ii  build-essential                               12.10ubuntu1                             amd64        Informational list of build-essential packages\nii  linux-headers-6.6.0-14-generic                6.6.0-14.14                              amd64        Linux kernel headers for version 6.6.0 on 64 bit x86 SMP\n<\/code><\/pre>\n\n\n\n<p>The&nbsp;<code>ii<\/code>&nbsp;means that the package is installed. As you can see from the output, dkms is not installed. If none if these packages is installed, you can simply use the APT package manager to install them.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo apt update -y<\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt upgrade<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo apt install dkms linux-headers-$(uname -r) gcc make perl<\/pre>\n\n\n\n<p>Reboot the vm is restart is required!<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91; -f \/var\/run\/reboot-required ] &amp;&amp; sudo systemctl reboot<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"add-empty-ide-storage-controller-to-the-vm\">Add Empty IDE Storage Controller to the VM<\/h3>\n\n\n\n<p>Note that before you can insert the ISO file, you need to have at least one empty IDE storage controller.<\/p>\n\n\n\n<figure data-wp-context=\"{&quot;uploadedSrc&quot;:&quot;https:\\\/\\\/kifarunix.com\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/empty-ide-controller.png&quot;,&quot;figureClassNames&quot;:&quot;wp-block-image size-full&quot;,&quot;figureStyles&quot;:null,&quot;imgClassNames&quot;:&quot;wp-image-20021&quot;,&quot;imgStyles&quot;:null,&quot;targetWidth&quot;:949,&quot;targetHeight&quot;:540,&quot;scaleAttr&quot;:false,&quot;ariaLabel&quot;:&quot;Enlarge image: Install VirtualBox Guest Additions on Ubuntu 24.04&quot;,&quot;alt&quot;:&quot;Install VirtualBox Guest Additions on Ubuntu 24.04&quot;}\" data-wp-interactive=\"core\/image\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"949\" height=\"540\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/02\/empty-ide-controller.png?v=1707157127\" alt=\"Install VirtualBox Guest Additions on Ubuntu 24.04\" class=\"wp-image-20021\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/02\/empty-ide-controller.png?v=1707157127 949w, https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/02\/empty-ide-controller-768x437.png?v=1707157127 768w\" sizes=\"(max-width: 949px) 100vw, 949px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Enlarge image: Install VirtualBox Guest Additions on Ubuntu 24.04\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on-async--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"context.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"context.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\n\n<p>If there is no free IDE controller, then you have to power off the virtual machine to be able to add an IDE controller.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"insert-guest-additions-iso\">Insert Guest Additions ISO<\/h3>\n\n\n\n<p>In order to install VirtualBox Guest Additions, you need to have the Guest Additions ISO file.<\/p>\n\n\n\n<p>Guest Addition ISO file can be inserted into the VM in two ways;<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Insert Guest Additions ISO File Manually<\/li>\n\n\n\n<li>Install Guest Additions ISO Automatically from Ubuntu Repositories Package manager.<\/li>\n<\/ol>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"insert-guest-additions-iso-file-manually\">Insert Guest Additions ISO File Manually<\/h4>\n\n\n\n<p>To manually insert the VirtualBox Guest Additions ISO file on your Ubuntu 24.04 VM,  navigate to Menu bar on your VM and click <strong>Devices &gt; Insert Guest Additions CD image<\/strong>.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"installing-guest-additions-iso-from-ubuntu-repositories\">Installing Guest Additions ISO from Ubuntu Repositories<\/h4>\n\n\n\n<p>It is also possible to install the Guest Additions ISO file from Ubuntu repos. Guest Additions ISO file is provided by the <code>virtualbox-guest-additions-iso<\/code> package.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo apt-cache policy virtualbox-guest-additions-iso<\/pre>\n\n\n\n<p>If it is available, simply run the command below to install it.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo apt install virtualbox-guest-additions-iso<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"install-virtual-box-guest-additions\">Install VirtualBox Guest Additions<\/h3>\n\n\n\n<p>You can install VirtualBox Guest Additions in different ways depending on how you inserted the Guest additions ISO file to the VM.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"install-guest-additions-with-manually-inserted-guest-additions-iso-file\">Install Guest Additions with Manually Inserted Guest Additions ISO file<\/h4>\n\n\n\n<p>When you insert Guest additions ISO file into the VM manually, this may or may not launch a dialog box that prompts you to run or cancel the Guest Additions installer.<\/p>\n\n\n\n<p>If dialog box is launched and you chose to <strong>run<\/strong>&nbsp;it, it will launch the installation of Guest additions on Ubuntu 24.04.<\/p>\n\n\n\n<p>Once the Guest Additions are installed, the screen may automatically resizes itself. If the screen doesn&#8217;t auto-resize automatically, be sure to toggle (off\/on, so to say) &nbsp;<code>View -&gt; Auto-resize Guest Display<\/code> on the VM menu bar to set right VM resolution.<\/p>\n\n\n\n<p>You can as well restart your virtual machine to reload the Kernel modules.<\/p>\n\n\n\n<p>If the dialog box is launched and you chose to cancel the installer, then you can manually install the Guest Additions using the installer provided by the ISO file is inserted. The ISO file is usually mounted on <code>\/media\/$USER\/VBox_GAs_x.x.x<\/code>. Where x.x.x is the release version of VirtualBox.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ls -1 \/media\/$USER\/VBox_GAs_*<\/code><\/pre>\n\n\n\n<pre class=\"scroll-box\"><code>AUTORUN.INF\nautorun.sh\ncert\nNT3x\nOS2\nrunasroot.sh\nTRANS.TBL\nVBoxDarwinAdditions.pkg\nVBoxDarwinAdditionsUninstall.tool\nVBoxLinuxAdditions.run\nVBoxSolarisAdditions.pkg\nVBoxWindowsAdditions-amd64.exe\nVBoxWindowsAdditions.exe\nVBoxWindowsAdditions-x86.exe\nwindows11-bypass.reg\n<\/code><\/pre>\n\n\n\n<p>Then navigate to the mount point of the guest additions and run the command below;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">cd \/media\/$USER\/VBox_GAs_*<\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo .\/VBoxLinuxAdditions.run<\/code><\/pre>\n\n\n\n<p>or simply run;<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo \/media\/$USER\/VBox_GAs_*\/VBoxLinuxAdditions.run<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"install-guest-additions-using-guest-additions-iso-file-from-package-repos\">Install Guest Additions using Guest Additions ISO file from Package Repos<\/h4>\n\n\n\n<p>When installed, the VirtualBox Guest Additions ISO is now available as <code>\/usr\/share\/virtualbox\/VBoxGuestAdditions.iso<\/code>.<\/p>\n\n\n\n<p>To install it, you need to mount it.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo mount -o loop \/usr\/share\/virtualbox\/VBoxGuestAdditions.iso \/media\/<\/pre>\n\n\n\n<p>Next, run the installation.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo \/media\/VBoxLinuxAdditions.run<\/pre>\n\n\n\n<pre class=\"scroll-box\"><code>Verifying archive integrity...  100%   MD5 checksums are OK. All good.\nUncompressing VirtualBox 7.0.14 Guest Additions for Linux  100%  \nVirtualBox Guest Additions installer\nCopying additional installer modules ...\nInstalling additional modules ...\nVirtualBox Guest Additions: Starting.\nVirtualBox Guest Additions: Setting up modules\nVirtualBox Guest Additions: Building the VirtualBox Guest Additions kernel \nmodules.  This may take a while.\nVirtualBox Guest Additions: To build modules for other installed kernels, run\nVirtualBox Guest Additions:   \/sbin\/rcvboxadd quicksetup <version>\nVirtualBox Guest Additions: or\nVirtualBox Guest Additions:   \/sbin\/rcvboxadd quicksetup all\nVirtualBox Guest Additions: Building the modules for kernel 6.6.0-14-generic.\nupdate-initramfs: Generating \/boot\/initrd.img-6.6.0-14-generic\nVirtualBox Guest Additions: Running kernel modules will not be replaced until \nthe system is restarted or 'rcvboxadd reload' triggered\nVirtualBox Guest Additions: reloading kernel modules and services\nVirtualBox Guest Additions: kernel modules and services 7.0.14 r161095 reloaded\nVirtualBox Guest Additions: NOTE: you may still consider to re-login if some \nuser session specific services (Shared Clipboard, Drag and Drop, Seamless or \nGuest Screen Resize) were not restarted automatically\n<\/code><\/pre>\n\n\n\n<p>If the screen doesn&#8217;t auto-resize automatically, be sure to toggle (off\/on, so to say) &nbsp;<code>View -&gt; Auto-resize Guest Display<\/code> on the VM menu bar to set right VM resolution.<\/p>\n\n\n\n<p>Otherwise, you can reload the kernel modules;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo rcvboxadd reload<\/code><\/pre>\n\n\n\n<p>Or simply restart your system to reload kernel modules;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo systemctl reboot -i<\/code><\/pre>\n\n\n\n<p>You should now be on full screen<\/p>\n\n\n\n<figure data-wp-context=\"{&quot;uploadedSrc&quot;:&quot;https:\\\/\\\/kifarunix.com\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/ubuntu-24.04-virtualbox-full-screen.png&quot;,&quot;figureClassNames&quot;:&quot;wp-block-image size-full&quot;,&quot;figureStyles&quot;:null,&quot;imgClassNames&quot;:&quot;wp-image-22285&quot;,&quot;imgStyles&quot;:null,&quot;targetWidth&quot;:1919,&quot;targetHeight&quot;:943,&quot;scaleAttr&quot;:false,&quot;ariaLabel&quot;:&quot;Enlarge image&quot;,&quot;alt&quot;:&quot;&quot;}\" data-wp-interactive=\"core\/image\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"1919\" height=\"943\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/ubuntu-24.04-virtualbox-full-screen.png?v=1714409514\" alt=\"\" class=\"wp-image-22285\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/ubuntu-24.04-virtualbox-full-screen.png?v=1714409514 1919w, https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/ubuntu-24.04-virtualbox-full-screen-768x377.png?v=1714409514 768w, https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/ubuntu-24.04-virtualbox-full-screen-1536x755.png?v=1714409514 1536w\" sizes=\"(max-width: 1919px) 100vw, 1919px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Enlarge image\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on-async--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"context.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"context.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\n\n<p>and can be able to enable shared clipboard, shared folders, drag and drop&#8230;<\/p>\n\n\n\n<p>You can enable these options from the vm settings;<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"958\" height=\"579\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/enable-shared-clipboard.png?v=1714409566\" alt=\"\" class=\"wp-image-22286\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/enable-shared-clipboard.png?v=1714409566 958w, https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/enable-shared-clipboard-768x464.png?v=1714409566 768w\" sizes=\"(max-width: 958px) 100vw, 958px\" \/><\/figure>\n\n\n\n<p>Or<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1430\" height=\"583\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/enable-shared-clipboard-v2.png?v=1714409583\" alt=\"\" class=\"wp-image-22287\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/enable-shared-clipboard-v2.png?v=1714409583 1430w, https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/enable-shared-clipboard-v2-768x313.png?v=1714409583 768w\" sizes=\"(max-width: 1430px) 100vw, 1430px\" \/><\/figure>\n\n\n\n<p>You can enable these options, log out and re-login and you should be able to utilize them!<\/p>\n\n\n\n<p>If upon system reboot the screen doesn&#8217;t auto-resize automatically, be sure to toggle (off\/on) <strong>View -> Auto-resize Guest Display<\/strong> on the VM menu bar to set right VM resolution.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1286\" height=\"736\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/screen-auto-resize.png?v=1714410191\" alt=\"\" class=\"wp-image-22288\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/screen-auto-resize.png?v=1714410191 1286w, https:\/\/kifarunix.com\/wp-content\/uploads\/2024\/04\/screen-auto-resize-768x440.png?v=1714410191 768w\" sizes=\"(max-width: 1286px) 100vw, 1286px\" \/><\/figure>\n\n\n\n<p>That is all on our guide on how to install VirtualBox Guest Additions on Ubuntu.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this guide, you will learn how to install VirtualBox guest additions on Ubuntu 24.04. If you have installed Ubuntu 24.04 on VirtualBox, you realize<\/p>\n","protected":false},"author":10,"featured_media":20022,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"rank_math_lock_modified_date":false,"footnotes":""},"categories":[36,121,46],"tags":[7376,7377],"class_list":["post-20019","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-virtualization","category-howtos","category-virtualbox","tag-guest-additions-ubuntu-24-04","tag-ubuntu-24-04-guest-additions","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\/20019"}],"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=20019"}],"version-history":[{"count":9,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/20019\/revisions"}],"predecessor-version":[{"id":22289,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/20019\/revisions\/22289"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/media\/20022"}],"wp:attachment":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/media?parent=20019"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/categories?post=20019"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/tags?post=20019"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}