{"id":45144,"date":"2024-01-10T10:35:13","date_gmt":"2024-01-10T10:35:13","guid":{"rendered":"https:\/\/ubuntuhandbook.org\/?p=45144"},"modified":"2024-01-10T10:35:13","modified_gmt":"2024-01-10T10:35:13","slug":"install-vscodium-ubuntu","status":"publish","type":"post","link":"https:\/\/ubuntuhandbook.org\/index.php\/2024\/01\/install-vscodium-ubuntu\/","title":{"rendered":"How to Install VSCodium IDE in Ubuntu 22.04 &#038; 24.04 [4 Ways]"},"content":{"rendered":"<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/codium-icon.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"alignleft size-thumbnail wp-image-45145\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/codium-icon-250x250.webp\" alt=\"\" width=\"250\" height=\"250\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/codium-icon-250x250.webp 250w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/codium-icon-300x300.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/codium-icon-700x700.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/codium-icon-768x768.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/codium-icon.webp 1200w\" sizes=\"auto, (max-width: 250px) 100vw, 250px\" \/><\/a><\/p>\n<p>This is a step by step beginner&#8217;s guide shows how to install VS-Codium IDE in Ubuntu, using 4 different ways.<\/p>\n<p>VSCodium is a free and open-source software binaries of VS Code. <b>It&#8217;s NOT a fork<\/b>, but a community-driven, freely-licensed binary distribution of Microsoft\u2019s editor VS Code.<\/p>\n<p>The VSCodium project was born due to:<\/p>\n<blockquote><p><i>Microsoft\u2019s vscode source code is open source (MIT-licensed), but the product available for download (Visual Studio Code) is licensed under this not-FLOSS license and contains telemetry\/tracking.<\/i><\/p><\/blockquote>\n<p>It&#8217;s a good choice as a telemetry-less version of VS Code without rebuilding by programmers themselves.<\/p>\n<div id=\"attachment_45146\" style=\"width: 620px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/codium-dark.webp\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-45146\" class=\"size-large wp-image-45146\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/codium-dark-700x473.webp\" alt=\"\" width=\"610\" height=\"412\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/codium-dark-700x473.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/codium-dark-300x203.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/codium-dark-768x519.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/codium-dark.webp 1161w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/a><p id=\"caption-attachment-45146\" class=\"wp-caption-text\">Codium in Ubuntu<\/p><\/div>\n<p><!--more--><\/p>\n<p>VSCodium so far is available to install in Debian\/Ubuntu based systems via following ways. Choose any one that you prefer:<\/p>\n<ul>\n<li>Universal <b>Snap<\/b> package runs in sandbox.<\/li>\n<li>Another universal Linux package: <b>Flatpak<\/b> runs in sandbox.<\/li>\n<li>Native <code>.deb<\/code> package.<\/li>\n<li>Apt repository to keep <code>.deb<\/code> package up-to-date.<\/li>\n<\/ul>\n<h3>Method 1: Install VSCodium vis Snap<\/h3>\n<p>Using Snap is the easiest way to install applications in Ubuntu. And, <a href=\"https:\/\/snapcraft.io\/codium\" target=\"_blank\" rel=\"noopener\">VSCodium Snap<\/a> package features:<\/p>\n<ul>\n<li>Runs in sandbox.<\/li>\n<li>Automatically update, once new release package is out.<\/li>\n<li>Support <code>amd64<\/code> (Intel\/AMD CPUs), and <code>arm64<\/code> (Raspberry Pi, Apple Silicon, etc)<\/li>\n<\/ul>\n<p>To install the package, simply launch <b>Ubuntu Software<\/b> (or <strong>App Center<\/strong>), then search &amp; install codium:<\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/codium-snapstore.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-45147\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/codium-snapstore-700x395.webp\" alt=\"\" width=\"610\" height=\"344\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/codium-snapstore-700x395.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/codium-snapstore-300x169.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/codium-snapstore-768x434.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/codium-snapstore.webp 1154w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/a><\/p>\n<p>Or press <code>Ctrl+Alt+T<\/code> on keyboard to open terminal, and run command instead to install the package:<\/p>\n<pre>sudo snap install codium --classic<\/pre>\n<h3>Method 2: Install VSCodium via Flatpak (Unofficial)<\/h3>\n<p>The open-source community seems to prefer Flatpak a bit more over Snap. However, Codium as Flatpak is unofficial.<\/p>\n<ul>\n<li>Runs in sandbox.<\/li>\n<li>Unofficial package.<\/li>\n<li>Support <code>amd64<\/code> (Intel\/AMD CPUs), and <code>arm64<\/code> (Raspberry Pi, Apple Silicon, etc)<\/li>\n<\/ul>\n<p><b>Linux Mint 21 +<\/b> users can simply search for and install the <a href=\"https:\/\/flathub.org\/apps\/com.vscodium.codium\" target=\"_blank\" rel=\"noopener\">Flatpak package<\/a> from Software Manager.<\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/codium-mintflatpak.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-45148\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/codium-mintflatpak-700x526.webp\" alt=\"\" width=\"610\" height=\"458\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/codium-mintflatpak-700x526.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/codium-mintflatpak-300x225.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/codium-mintflatpak-768x577.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/codium-mintflatpak.webp 915w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/a><\/p>\n<p><b>Ubuntu<\/b> and other Linux needs to do following steps one by one to get the package:<\/p>\n<ol>\n<li>First, press Ctrl+Alt+T on keyboard to launch a terminal window. Then, run command to enabled Flatpak support:\n<pre>sudo apt install flatpak<\/pre>\n<p><i>For other Linux, follow the official <a href=\"https:\/\/flatpak.org\/setup\" target=\"_blank\" rel=\"noopener\">setup guide<\/a> to enable Flatpak support.<\/i><br \/>\n<a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/04\/apt-flatpak-jammy.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-39141\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/04\/apt-flatpak-jammy-600x229.webp\" alt=\"\" width=\"600\" height=\"229\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/04\/apt-flatpak-jammy-600x229.webp 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/04\/apt-flatpak-jammy-300x115.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/04\/apt-flatpak-jammy-768x294.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/04\/apt-flatpak-jammy.webp 777w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/a><\/li>\n<li>Finally, install the IDE as Flatpak package by running the command below in terminal:\n<pre>flatpak install https:\/\/dl.flathub.org\/repo\/appstream\/com.vscodium.codium.flatpakref<\/pre>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/flatpak-vscodium.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-45149\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/flatpak-vscodium-700x480.webp\" alt=\"\" width=\"610\" height=\"418\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/flatpak-vscodium-700x480.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/flatpak-vscodium-300x206.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/flatpak-vscodium-768x526.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/flatpak-vscodium.webp 804w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/a><\/li>\n<\/ol>\n<p>Once installed, search for and launch the app either from start menu or &#8216;Activities&#8217; overview depends on your desktop environment (Log out and back in if app icon not visible).<\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/launch-codium.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-45150\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/launch-codium.webp\" alt=\"\" width=\"541\" height=\"271\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/launch-codium.webp 541w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/launch-codium-300x150.webp 300w\" sizes=\"auto, (max-width: 541px) 100vw, 541px\" \/><\/a><\/p>\n<p>For updating the Flatpak package, run command:<\/p>\n<pre>flatpak update com.vscodium.codium<\/pre>\n<h3>Method 3: Native .deb package<\/h3>\n<p>The VSCodium project page provides the binary packages for all supported platforms, including <code>.deb<\/code> packages for Debian and Ubuntu.<\/p>\n<p>Just go to the project releases page via the link below:<\/p>\n<div class=\"wp-block-buttons aligncenter\">\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link has-vivid-cyan-blue-to-vivid-purple-gradient-background has-text-color has-background\" href=\"https:\/\/github.com\/VSCodium\/vscodium\/releases\" target=\"_blank\" rel=\"noreferrer noopener\">Download VSCodium<\/a><\/div>\n<\/div>\n<p><i>For VSCodium insider, go to <a href=\"https:\/\/github.com\/VSCodium\/vscodium-insiders\/releases\" target=\"_blank\" rel=\"noopener\">this page<\/a> instead. <\/i> It provides the packages (under &#8220;Assets&#8221;) <code>amd64.deb<\/code> (x86_64) for Intel\/AMD CPUs, <code>arm64.deb<\/code> for 64-bit ARM (e.g., Apple Silicon and Raspberry Pi), and <code>armhf.deb<\/code> for 32-bit ARM devices.<\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/download-codium.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-45151\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/download-codium-700x353.webp\" alt=\"\" width=\"610\" height=\"308\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/download-codium-700x353.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/download-codium-300x151.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/download-codium-768x388.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/download-codium.webp 860w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/a><\/p>\n<p>After downloaded the .deb package, right-click on blank area of the Downloads folder and select &#8220;<b>Open in Terminal<\/b>&#8220;. Finally, run command to install the package in pop-up terminal window:<\/p>\n<pre>sudo apt install .\/codium_*.deb<\/pre>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/install-codium-deb.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-45152\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/install-codium-deb-700x379.webp\" alt=\"\" width=\"610\" height=\"330\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/install-codium-deb-700x379.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/install-codium-deb-300x162.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/install-codium-deb-768x416.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/install-codium-deb.webp 1179w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/a><\/p>\n<h3>Method 4: Install VSCodium via apt repository<\/h3>\n<p>To make it easy to update the Codium <code>.deb<\/code> package, one of the contributor maintains an apt repository for Debian and Ubuntu users.<\/p>\n<p><b>1.<\/b> First, press <code>Ctrl+Alt+T<\/code> on keyboard to open a terminal window. When it opens, run command to download &amp; install the key:<\/p>\n<pre>wget -qO - https:\/\/gitlab.com\/paulcarroty\/vscodium-deb-rpm-repo\/raw\/master\/pub.gpg | gpg --dearmor | sudo dd of=\/etc\/apt\/keyrings\/vscodium-archive-keyring.gpg<\/pre>\n<p>Then, you may verify by <code>cat \/etc\/apt\/keyrings\/vscodium-archive-keyring.gpg<\/code>. It should output un-readable text.<\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/vscodium-key.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-45153\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/vscodium-key-700x439.webp\" alt=\"\" width=\"610\" height=\"383\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/vscodium-key-700x439.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/vscodium-key-300x188.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/vscodium-key-768x481.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/vscodium-key.webp 822w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/a><\/p>\n<p><b>2.<\/b> To follow Ubuntu&#8217;s new PPA policy, then run command to create &amp; edit the sources file:<\/p>\n<pre>sudo nano \/etc\/apt\/sources.list.d\/vscodium.sources<\/pre>\n<p>The command will create &amp; open the file in terminal. There, copy &amp; paste following lines:<\/p>\n<pre>Types: deb\r\nURIs: https:\/\/download.vscodium.com\/debs\r\nSuites: vscodium\r\nComponents: main\r\nSigned-By: \/etc\/apt\/keyrings\/vscodium-archive-keyring.gpg<\/pre>\n<p>Finally, press <b>Ctrl+S<\/b> to save, and <b>Ctrl+X<\/b> to exit.<\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/vscodium-repo.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-45154\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/vscodium-repo-700x439.webp\" alt=\"\" width=\"610\" height=\"383\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/vscodium-repo-700x439.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/vscodium-repo-300x188.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/vscodium-repo-768x481.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/vscodium-repo.webp 822w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/a><\/p>\n<p><b>3.<\/b> When done adding the key &amp; source repository, run command to refresh system package cache:<\/p>\n<pre>sudo apt update<\/pre>\n<p>In the terminal output, it should include a line that says:<\/p>\n<blockquote><p><i>Hit:3 https:\/\/download.vscodium.com\/debs vscodium InRelease<\/i><\/p><\/blockquote>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/apt-update-vscodium.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-45155\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/apt-update-vscodium-700x439.webp\" alt=\"\" width=\"610\" height=\"383\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/apt-update-vscodium-700x439.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/apt-update-vscodium-300x188.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/apt-update-vscodium-768x481.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/apt-update-vscodium.webp 822w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/a><\/p>\n<p><b>4.<\/b> If you have not install the .deb version of Codium, run command to install it:<\/p>\n<pre>sudo apt install codium<\/pre>\n<p>For choice, you may replace <code>codium<\/code> with <code>codium-insider<\/code> in last command.<\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/apt-vscodium.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-45156\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/apt-vscodium-700x232.webp\" alt=\"\" width=\"610\" height=\"202\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/apt-vscodium-700x232.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/apt-vscodium-300x99.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/apt-vscodium-768x254.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/01\/apt-vscodium.webp 822w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/a><\/p>\n<p>Or, if you already installed Codium as .deb package, then use <b>Software Updater<\/b> (Update Manager) to receive updates.<\/p>\n<h3>Uninstall Codium<\/h3>\n<p>Depends on how you installed the IDE, remove it by one of following ways:<\/p>\n<ul>\n<li>For Snap package, either use Ubuntu Software (App Center) or run command in terminal:\n<pre>sudo snap remove codium<\/pre>\n<\/li>\n<li>For Flatpak package, run command in terminal (Ctrl+Alt+T) to uninstall:\n<pre>flatpak uninstall --delete-data com.vscodium.codium<\/pre>\n<p>Also run <code>flatpak uninstall --unused<\/code> to clear useless run-time libraries.<\/li>\n<li>For the <code>.deb<\/code> package, remove it by running command in terminal:\n<pre>sudo apt remove --autoremove codium codium-insider<\/pre>\n<p>You may also remove the apt repository by deleting the sources &amp; key files:<\/p>\n<pre>sudo rm \/etc\/apt\/keyrings\/vscodium-archive-keyring.gpg<\/pre>\n<pre>sudo rm \/etc\/apt\/sources.list.d\/vscodium.sources<\/pre>\n<p>And, finally refresh cache by <code>sudo apt update<\/code>.<\/li>\n<\/ul>\n<h3>Summary<\/h3>\n<p>This tutorial showed you how to install VSCodium IDE in Ubuntu through 4 ways.<\/p>\n<p>The snap package is super easy for beginners, but run in sandbox. For native <code>.deb<\/code> package, it provides the package in Github releases page. And, an apt repository is available for choice to keep the <code>.deb<\/code> package up-to-date. For choice, universal Flatpak package is also available but unofficial.<\/p>","protected":false},"excerpt":{"rendered":"<p>This is a step by step beginner&#8217;s guide shows how to install VS-Codium IDE in Ubuntu, using 4 different ways. VSCodium is a free and open-source software binaries of VS Code. It&#8217;s NOT a fork, but a community-driven, freely-licensed binary distribution of Microsoft\u2019s editor VS Code. The VSCodium project was born due to: Microsoft\u2019s vscode [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":45145,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[981,1449],"class_list":["post-45144","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-howtos","tag-ide","tag-visual-studio-code"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/45144","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=45144"}],"version-history":[{"count":0,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/45144\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media\/45145"}],"wp:attachment":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media?parent=45144"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/categories?post=45144"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/tags?post=45144"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}