{"id":15656,"date":"2019-02-26T12:18:39","date_gmt":"2019-02-26T12:18:39","guid":{"rendered":"https:\/\/www.hostinger.com\/tutorials\/?p=15656"},"modified":"2026-03-09T19:19:45","modified_gmt":"2026-03-09T19:19:45","slug":"how-to-install-anaconda-on-ubuntu","status":"publish","type":"post","link":"\/ng\/tutorials\/how-to-install-anaconda-on-ubuntu","title":{"rendered":"How to install Anaconda on Ubuntu"},"content":{"rendered":"<?xml encoding=\"utf-8\" ?><p>Anaconda is a popular <strong>Python\/R data science<\/strong> platform available for novice users, data scientists, and other scientific communities. The platform is an <strong>open-source distribution (distro)<\/strong>, meaning users can experiment with Python\/R for data science and machine learning on commonly used operating systems like <strong>Linux<\/strong>, <strong>Windows<\/strong>, and <strong>Mac OS X<\/strong>.<\/p><p>In this tutorial, we will provide a step-by-step guide on how to install the latest version of Anaconda on a virtual private server. We will also cover the process of testing the Anaconda connection and updating the distribution altogether.<\/p><p>\n\n\n\n<\/p><h2 class=\"wp-block-heading\" id=\"h-what-is-conda-anaconda-and-miniconda\">What is Conda, Anaconda, and Miniconda?<\/h2><p>As an open-source distribution for Python\/R, Anaconda can be divided into three main versions &ndash; <strong>Anaconda<\/strong> and <strong>Miniconda<\/strong> are free, and <strong>Anaconda Business<\/strong> is a paid version for enterprises. This tutorial will compare only the free versions, as they have everything a beginner data scientist would need.<\/p><figure tabindex=\"0\" class=\"wp-block-table is-style-regular\"><table><tbody><tr><td><\/td><td><strong>Miniconda<\/strong><\/td><td><strong>Anaconda<\/strong><\/td><\/tr><tr><td>Difficulty<\/td><td>For advanced users<\/td><td>For beginners<\/td><\/tr><tr><td>Resources<\/td><td>Installation is quick, and lightweight<\/td><td>Installation is lengthy and takes a lot of space<\/td><\/tr><tr><td>Packages<\/td><td>Packages need to be installed manually<\/td><td>Over one thousand packages will be preinstalled<\/td><\/tr><\/tbody><\/table><\/figure><p>As seen from the table, the full Anaconda version is more suited for beginners because all the required packages are already included. However, keep in mind that having a lot of packages available doesn&rsquo;t mean you will use them all, not to mention the increased installation time and size. More advanced users go with Miniconda and install only the necessary packages via the <strong>Conda package manager<\/strong>.<\/p><p>Conda helps users find and install over 1,500 open-source packages individually from its repository. Conda is extra helpful if you need a different Python version and don&rsquo;t want to switch between different Anaconda environments. In other words, Conda does all the switching for you.<\/p><h2 class=\"wp-block-heading\" id=\"h-how-to-install-anaconda-on-ubuntu-in-3-steps\">How to install Anaconda on Ubuntu in 3 steps<\/h2><p>To install Anaconda on Ubuntu, you can use Hostinger&rsquo;s VPS application template for Anaconda, which can be installed with the Kodee AI assistant on any of our <a href=\"\/ng\/vps-hosting\" target=\"_blank\" rel=\"noreferrer noopener\">VPS hosting plans<\/a>. However, if you already have Ubuntu installed, the best way to proceed is to use the latest Anaconda installation script as outlined below.<\/p><p>Start by logging to your <a href=\"\/ng\/tutorials\/how-to-use-putty-ssh\">VPS via SSH<\/a> as the root user.<\/p><h3 class=\"wp-block-heading\" id=\"h-1-download-and-install-the-anaconda-script\">1. Download and install the Anaconda script<\/h3><p>Once you&rsquo;re logged into your VPS, refresh the <strong>APT<\/strong> command to synchronize all repositories via the command line:<\/p><pre class=\"wp-block-preformatted\">sudo apt-get update<\/pre><p>Move to the <strong>\/tmp<\/strong> directory:<\/p><pre class=\"wp-block-preformatted\">cd \/tmp<\/pre><p>Download the <a href=\"https:\/\/repo.anaconda.com\/archive\/\">newest Anaconda installer<\/a> with the <strong>wget<\/strong> command. If you don&rsquo;t have it, install it first:<\/p><pre class=\"wp-block-preformatted\">apt-get install wget<\/pre><p>Download the Anaconda installer:<\/p><pre class=\"wp-block-preformatted\">wget https:\/\/repo.anaconda.com\/archive\/Anaconda3-2022.05-Linux-x86_64.sh<\/pre><p>Once the download is complete, verify the hash code integrity of the package:<\/p><pre class=\"wp-block-preformatted\">sha256sum Anaconda3-2022.05-Linux-x86_64.sh<\/pre><p>Alternatively, use Kodee to check its SHA-256 checksum like this:<\/p><div class=\"wp-block-image\"><figure data-wp-context='{\"imageId\":\"69e1ad7e86d96\"}' data-wp-interactive=\"core\/image\" class=\"aligncenter size-large wp-lightbox-container\"><img decoding=\"async\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" 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=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2019\/02\/hpanel-vps-kodee-sha256-checksum-1024x277.png\" alt=\"Kodee responds to a question about the SHA-256 checksum of the Anaconda package\"><button class=\"lightbox-trigger\" type=\"button\" aria-haspopup=\"dialog\" aria-label=\"Enlarge\" data-wp-init=\"callbacks.initTriggerButton\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-style--right=\"state.imageButtonRight\" data-wp-style--top=\"state.imageButtonTop\">\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\"><\/path>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure><\/div><p>The output will notify if any errors occurred. If there are no errors, move on to the actual installation step. To continue, run the Anaconda bash shell script:<\/p><pre class=\"wp-block-preformatted\">bash Anaconda3-2022.05-Linux-x86_64.sh<\/pre><p>If you want to install <strong>Miniconda<\/strong> instead, use the following commands consecutively:<\/p><pre class=\"wp-block-preformatted\">wget https:\/\/repo.anaconda.com\/miniconda\/Miniconda3-latest-Linux-x86_64.sh\nsha256sum Miniconda3-latest-Linux-x86_64.sh\nbash Miniconda3-latest-Linux-x86_64.sh<\/pre><p>After running the bash command, you&rsquo;ll be welcomed to the Anaconda setup. However, you must review and agree to its license agreement before the installation. Hit <strong>Enter<\/strong> to continue.<\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><a href=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/10\/Command-line-window-for-using-the-bash-script-for-installing-Anaconda.png\"><img loading=\"lazy\" decoding=\"async\" width=\"655\" height=\"161\" src=\"https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2022\/10\/Command-line-window-for-using-the-bash-script-for-installing-Anaconda.png\/public\" alt=\"Command line window for using the bash script for installing Anaconda\" class=\"wp-image-65863\" srcset=\"https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2022\/10\/Command-line-window-for-using-the-bash-script-for-installing-Anaconda.png\/w=655,fit=scale-down 655w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2022\/10\/Command-line-window-for-using-the-bash-script-for-installing-Anaconda.png\/w=300,fit=scale-down 300w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2022\/10\/Command-line-window-for-using-the-bash-script-for-installing-Anaconda.png\/w=150,fit=scale-down 150w\" sizes=\"auto, (max-width: 655px) 100vw, 655px\" \/><\/a><\/figure><\/div><p>Pressing the space bar a few times will bring you to the end of the license agreement, where you can accept the terms. Type in <strong>&ldquo;yes&rdquo;<\/strong> as highlighted and hit <strong>Enter<\/strong>.<\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><a href=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/10\/Anaconda-installer-window-showcasing-license-agreements-that-need-to-be-accepted-to-proceed-with-the-Anaconda-installation.png\"><img loading=\"lazy\" decoding=\"async\" width=\"753\" height=\"226\" src=\"https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2022\/10\/Anaconda-installer-window-showcasing-license-agreements-that-need-to-be-accepted-to-proceed-with-the-Anaconda-installation.png\/public\" alt=\"Anaconda installer window showcasing license agreements that need to be accepted to proceed with the Anaconda installation\" class=\"wp-image-65864\" srcset=\"https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2022\/10\/Anaconda-installer-window-showcasing-license-agreements-that-need-to-be-accepted-to-proceed-with-the-Anaconda-installation.png\/w=753,fit=scale-down 753w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2022\/10\/Anaconda-installer-window-showcasing-license-agreements-that-need-to-be-accepted-to-proceed-with-the-Anaconda-installation.png\/w=300,fit=scale-down 300w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2022\/10\/Anaconda-installer-window-showcasing-license-agreements-that-need-to-be-accepted-to-proceed-with-the-Anaconda-installation.png\/w=150,fit=scale-down 150w\" sizes=\"auto, (max-width: 753px) 100vw, 753px\" \/><\/a><\/figure><\/div><h3 class=\"wp-block-heading\" id=\"h-2-run-the-anaconda-installation-script\">2. Run the Anaconda installation script<\/h3><p>After agreeing to the license terms, the following prompt will ask you to input the directory where to install the Anaconda on the Ubuntu system. The default location is the user&rsquo;s <strong>HOME<\/strong> directory on Ubuntu.<\/p><p>It is recommended to have Anaconda installed in this location. Therefore, press <strong>Enter<\/strong> to confirm the default location.<\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><a href=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/10\/Command-line-window-displaying-Anaconda-installation-location-option.png\"><img loading=\"lazy\" decoding=\"async\" width=\"462\" height=\"168\" src=\"https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2022\/10\/Command-line-window-displaying-Anaconda-installation-location-option.png\/public\" alt=\"Command line window displaying Anaconda installation location option\" class=\"wp-image-65865\" srcset=\"https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2022\/10\/Command-line-window-displaying-Anaconda-installation-location-option.png\/w=462,fit=scale-down 462w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2022\/10\/Command-line-window-displaying-Anaconda-installation-location-option.png\/w=300,fit=scale-down 300w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2022\/10\/Command-line-window-displaying-Anaconda-installation-location-option.png\/w=150,fit=scale-down 150w\" sizes=\"auto, (max-width: 462px) 100vw, 462px\" \/><\/a><\/figure><\/div><p><div class=\"protip\">\n                    <h4 class=\"title\">Pro Tip<\/h4>\n                    <p>By entering the desired directory manually, you can change the install location to the path you want. <\/p>\n                <\/div>\n\n\n\n<\/p><p>In the next prompt, you will see that the installation process has started. Wait a few minutes until the installer successfully completes the installation process. Type <strong>&ldquo;yes&rdquo;<\/strong> once more and press <strong>Enter<\/strong>.<\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><a href=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/10\/Last-step-of-Anaconda-installation-shown-on-the-command-line.png\"><img loading=\"lazy\" decoding=\"async\" width=\"686\" height=\"332\" src=\"https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2022\/10\/Last-step-of-Anaconda-installation-shown-on-the-command-line.png\/public\" alt=\"Last step of Anaconda installation shown on the command line\" class=\"wp-image-65866\" srcset=\"https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2022\/10\/Last-step-of-Anaconda-installation-shown-on-the-command-line.png\/w=686,fit=scale-down 686w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2022\/10\/Last-step-of-Anaconda-installation-shown-on-the-command-line.png\/w=300,fit=scale-down 300w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2022\/10\/Last-step-of-Anaconda-installation-shown-on-the-command-line.png\/w=150,fit=scale-down 150w\" sizes=\"auto, (max-width: 686px) 100vw, 686px\" \/><\/a><\/figure><\/div><p>Congratulations, you have successfully installed Anaconda!<\/p><h3 class=\"wp-block-heading\" id=\"h-3-test-the-anaconda-installation\">3. Test the Anaconda installation<\/h3><p>With the installation done, the next step is to activate the added environment settings using the following command:<\/p><pre class=\"wp-block-preformatted\">source ~\/.bashrc<\/pre><p>Then, test out the connection:<\/p><pre class=\"wp-block-preformatted\">conda info<\/pre><p>If the installation process was successful, a piece of similar-looking information should be displayed:<\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><a href=\"\/tutorials\/wp-content\/uploads\/sites\/2\/2022\/10\/Conda-command-output-showcasing-full-information-about-recently-installed-Anaconda-package.png\"><img loading=\"lazy\" decoding=\"async\" width=\"972\" height=\"602\" src=\"https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2022\/10\/Conda-command-output-showcasing-full-information-about-recently-installed-Anaconda-package.png\/public\" alt=\"Conda command output showcasing full information about recently installed Anaconda package\" class=\"wp-image-65867\" srcset=\"https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2022\/10\/Conda-command-output-showcasing-full-information-about-recently-installed-Anaconda-package.png\/w=972,fit=scale-down 972w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2022\/10\/Conda-command-output-showcasing-full-information-about-recently-installed-Anaconda-package.png\/w=300,fit=scale-down 300w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2022\/10\/Conda-command-output-showcasing-full-information-about-recently-installed-Anaconda-package.png\/w=150,fit=scale-down 150w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2022\/10\/Conda-command-output-showcasing-full-information-about-recently-installed-Anaconda-package.png\/w=768,fit=scale-down 768w\" sizes=\"auto, (max-width: 972px) 100vw, 972px\" \/><\/a><\/figure><\/div><p><strong>Updating Anaconda<\/strong><\/p><p>In case you ever need to update Anaconda, start by updating the <strong>conda<\/strong> package manager first:<\/p><pre class=\"wp-block-preformatted\">conda update conda<\/pre><p>Then, update the actual Anaconda distribution:<\/p><pre class=\"wp-block-preformatted\">conda update anaconda<\/pre><p>Wait a few minutes until the installer successfully completes the Anaconda installation process, type <strong>&ldquo;y&rdquo; <\/strong>and press <strong>Enter<\/strong>.<\/p><p><strong>Uninstalling Anaconda<\/strong><\/p><p>In order to uninstall Anaconda, install the following <strong>anaconda-clean<\/strong> package:<\/p><pre class=\"wp-block-preformatted\">conda install anaconda-clean<\/pre><p>Lastly, remove all Anaconda-related files and directories:<\/p><pre class=\"wp-block-preformatted\">anaconda-clean<\/pre><?xml encoding=\"utf-8\" ?><figure class=\"wp-block-image size-large\"><a class=\"hgr-tutorials-cta hgr-tutorials-cta-vps-hosting\" href=\"\/ng\/vps-hosting\" target=\"_blank\" rel=\"noreferrer noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"300\" src=\"https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2023\/02\/VPS-hosting-banner.png\/public\" alt=\"\" class=\"wp-image-77934\" srcset=\"https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2023\/02\/VPS-hosting-banner.png\/w=1024,fit=scale-down 1024w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2023\/02\/VPS-hosting-banner.png\/w=300,fit=scale-down 300w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2023\/02\/VPS-hosting-banner.png\/w=150,fit=scale-down 150w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2023\/02\/VPS-hosting-banner.png\/w=768,fit=scale-down 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><h2 class=\"wp-block-heading\" id=\"h-conclusion\">Conclusion<\/h2><p>Anaconda is a powerful scientific computing distribution used by some of the most prominent organizations in the world. Despite the problematic nature of data sciences, Anaconda makes learning easy with the help of thousands of open-source packages and libraries.<\/p><p>In this tutorial, we&rsquo;ve compared the different Anaconda versions and covered the installation process for Anaconda and Miniconda on Ubuntu.<\/p><p>We hope this article helped you to install Anaconda on your Ubuntu machine. If you have any questions or suggestions, be sure to leave them in the comments below.<\/p><p><div class=\"protip\">\n                    <h4 class=\"title\">Sugested Reading<\/h4>\n                    <p>Discover our guide to learn<a href=\"\/ng\/tutorials\/how-to-list-installed-packages-on-ubuntu\"> how to list installed packages on Ubuntu<\/a>.<\/p>\n                <\/div>\n<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Anaconda is a popular Python\/R data science platform available for novice users, data scientists, and other scientific communities. The platform is an open-source distribution (distro), meaning users can experiment with Python\/R for data science and machine learning on commonly used operating systems like Linux, Windows, and Mac OS X. In this tutorial, we will provide [&#8230;]<\/p>\n<p><a class=\"btn btn-secondary understrap-read-more-link\" href=\"\/ng\/tutorials\/how-to-install-anaconda-on-ubuntu\">Read More&#8230;<\/a><\/p>\n","protected":false},"author":279,"featured_media":145144,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"rank_math_title":"How to Install Anaconda on Ubuntu Tutorial for Beginners","rank_math_description":"Learn how to install Anaconda on Ubuntu - from downloading to testing connection. Visual Studio installation guide included.","rank_math_focus_keyword":"install anaconda ubuntu","footnotes":""},"categories":[22644],"tags":[],"class_list":["post-15656","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-vps"],"hreflangs":[{"locale":"en-US","link":"https:\/\/www.hostinger.com\/tutorials\/how-to-install-anaconda-on-ubuntu","default":0},{"locale":"fr-FR","link":"https:\/\/www.hostinger.com\/fr\/tutoriels\/comment-installer-anaconda-sur-ubuntu","default":0},{"locale":"es-ES","link":"https:\/\/www.hostinger.com\/es\/tutoriales\/instalar-anaconda-python-en-ubuntu","default":0},{"locale":"en-UK","link":"https:\/\/www.hostinger.com\/uk\/tutorials\/how-to-install-anaconda-on-ubuntu","default":0},{"locale":"en-MY","link":"https:\/\/www.hostinger.com\/my\/tutorials\/how-to-install-anaconda-on-ubuntu\/","default":0},{"locale":"en-PH","link":"https:\/\/www.hostinger.com\/ph\/tutorials\/how-to-install-anaconda-on-ubuntu\/","default":0},{"locale":"es-MX","link":"https:\/\/www.hostinger.com\/mx\/tutoriales\/que-son-hooks-wordpress-13","default":0},{"locale":"es-CO","link":"https:\/\/www.hostinger.com\/co\/tutoriales\/que-son-hooks-wordpress-13","default":0},{"locale":"es-AR","link":"https:\/\/www.hostinger.com\/ar\/tutoriales\/instalar-anaconda-python-en-ubuntu","default":0},{"locale":"en-IN","link":"https:\/\/www.hostinger.com\/in\/tutorials\/how-to-install-anaconda-on-ubuntu","default":0},{"locale":"en-CA","link":"https:\/\/www.hostinger.com\/ca\/tutorials\/how-to-install-anaconda-on-ubuntu","default":0},{"locale":"en-AU","link":"https:\/\/www.hostinger.com\/au\/tutorials\/how-to-install-anaconda-on-ubuntu","default":0},{"locale":"en-NG","link":"https:\/\/www.hostinger.com\/ng\/tutorials\/how-to-install-anaconda-on-ubuntu","default":0}],"_links":{"self":[{"href":"https:\/\/www.hostinger.com\/ng\/tutorials\/wp-json\/wp\/v2\/posts\/15656","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hostinger.com\/ng\/tutorials\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.hostinger.com\/ng\/tutorials\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.hostinger.com\/ng\/tutorials\/wp-json\/wp\/v2\/users\/279"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hostinger.com\/ng\/tutorials\/wp-json\/wp\/v2\/comments?post=15656"}],"version-history":[{"count":25,"href":"https:\/\/www.hostinger.com\/ng\/tutorials\/wp-json\/wp\/v2\/posts\/15656\/revisions"}],"predecessor-version":[{"id":145143,"href":"https:\/\/www.hostinger.com\/ng\/tutorials\/wp-json\/wp\/v2\/posts\/15656\/revisions\/145143"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.hostinger.com\/ng\/tutorials\/wp-json\/wp\/v2\/media\/145144"}],"wp:attachment":[{"href":"https:\/\/www.hostinger.com\/ng\/tutorials\/wp-json\/wp\/v2\/media?parent=15656"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hostinger.com\/ng\/tutorials\/wp-json\/wp\/v2\/categories?post=15656"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hostinger.com\/ng\/tutorials\/wp-json\/wp\/v2\/tags?post=15656"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}