{"id":11834,"date":"2024-08-02T09:52:56","date_gmt":"2024-08-02T09:52:56","guid":{"rendered":"https:\/\/greenwebpage.com\/community\/?p=11834"},"modified":"2024-08-20T05:05:49","modified_gmt":"2024-08-20T05:05:49","slug":"how-to-install-terraform-on-ubuntu-24-04","status":"publish","type":"post","link":"https:\/\/greenwebpage.com\/community\/how-to-install-terraform-on-ubuntu-24-04\/","title":{"rendered":"How to Install Terraform on Ubuntu 24.04"},"content":{"rendered":"\n<p><a id=\"post-11834-_heading=h.1fob9te\"><\/a><a href=\"https:\/\/developer.hashicorp.com\/terraform\/intro\">Terraform<\/a> is powerful software that allows you to manage and set up computer systems and networks. It can efficiently manage your infrastructure and workflow, including writing, planning, and applying operations.<\/p>\n\n\n\n<p>In short, Terraform enables you to set up, modify, and track cloud and local resources efficiently.<\/p>\n\n\n\n<p>This article presents you with the illustrated guide to setup Terraform on the <a href=\"https:\/\/ubuntu.com\/blog\/tag\/ubuntu-24-04-lts\">Ubuntu 24.04<\/a> system.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How to Install Terraform on Ubuntu 24.04?<\/strong><\/h2>\n\n\n\n<p>The post will cover the following sequential steps to install Terraform on Ubuntu 24.04:<\/p>\n\n\n\n<p><a href=\"#Method-1:-How-to-Install-Terraform-on-Ubuntu-24.04-through-APT-Repository?\">Method 1: How to Install Terraform on Ubuntu 24.04 through APT Repository?<\/a><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"#Step-1:-Updated-and-Upgraded-System-Packages\">Step 1: Update and Upgrade System Packages<\/a><\/li>\n\n\n\n<li><a href=\"#Step-2:-Install-Required-Packages\">Step 2: Install Required Packages<\/a><\/li>\n\n\n\n<li><a href=\"#Step-3:-Download-the-HashiCorp-GPG-key-for-Terraform\">Step 3: Download the HashiCorp GPG key for Terraform<\/a><\/li>\n\n\n\n<li><a href=\"#Step-4:-Add-the-HashiCorp-APT-Repository\">Step 4: Add the HashiCorp APT Repository<\/a><\/li>\n\n\n\n<li><a href=\"#Step-5:-Update-Ubuntu-Package-List\">Step 5: Update Ubuntu Package List<\/a><\/li>\n\n\n\n<li><a href=\"#Step-6:-Install-Terraform-via-APT\">Step 6: Install Terraform via APT<\/a><\/li>\n<\/ul>\n\n\n\n<p><a href=\"#Method-2:-How-to-Install-Terraform-on-Ubuntu-24.04-from-Binary\">Method 2: How to Install Terraform on Ubuntu 24.04 from Binary?<\/a><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"#Step-1:-Access-Terraform-Official-Web-Page\">Step 1: Access Terraform Official Web Page<\/a><\/li>\n\n\n\n<li><a href=\"#Step-2:-Download-the-Terraform-Binary\">Step 2: Download the Terraform Binary<\/a><\/li>\n\n\n\n<li><a href=\"#Step-3:-Extract-Terraform-Downloaded-File\">Step 3: Extract Terraform Downloaded File<\/a><\/li>\n\n\n\n<li><a href=\"#Step-4:-Copy-the-Terraform-to-the-System's-PATH\">Step 4: Copy the Terraform to the System&#8217;s PATH<\/a><\/li>\n\n\n\n<li><a href=\"#Step-5:-Verify-Terraform-Installation\">Step 5: Verify Terraform Installation<\/a><\/li>\n<\/ul>\n\n\n\n<p><a href=\"#How-to-Uninstall-Terraform-from-Ubuntu-24.04\">How to Uninstall Terraform from Ubuntu 24.04?<\/a><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"#Method-1:-How-to-Uninstall-Terraform-from-Ubuntu-24.04-with-APT\">Method 1: How to Uninstall Terraform from Ubuntu 24.04 with APT?<\/a><\/li>\n\n\n\n<li><a href=\"#Method-2:-How-to-Remove-Terraform-from-Ubuntu-24.04-Manually\">Method 2: How to Remove Terraform from Ubuntu 24.04 Manually?<\/a><\/li>\n<\/ul>\n\n\n\n<p><a href=\"#Conclusion\">Conclusion<\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Method-1:-How-to-Install-Terraform-on-Ubuntu-24.04-through-APT-Repository?\"><strong>Method 1: How to Install Terraform on Ubuntu 24.04 through APT Repository?<\/strong><\/h3>\n\n\n\n<p>Following this guide will install Terraform on your Ubuntu 24.04 machine.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Step-1:-Updated-and-Upgraded-System-Packages\">Step 1: Updated and Upgraded System Packages<\/h4>\n\n\n\n<p>Keeping updated your Ubuntu machine can enhance your system performance. Therefore, you must run this command before installing the new package like Terraform :<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>sudo apt update<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img fetchpriority=\"high\" decoding=\"async\" width=\"884\" height=\"278\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-1.png\" alt=\"\" class=\"wp-image-11835\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-1.png 884w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-1-300x94.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-1-768x242.png 768w\" sizes=\"(max-width: 884px) 100vw, 884px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Sometimes, the command will recommend you to upgrade the outdated packages.<\/p>\n\n\n\n<p>You can upgrade all the required packages with this simple command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>sudo apt upgrade -y<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"893\" height=\"507\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-2.png\" alt=\"\" class=\"wp-image-11836\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-2.png 893w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-2-300x170.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-2-768x436.png 768w\" sizes=\"(max-width: 893px) 100vw, 893px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"887\" height=\"508\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-3.png\" alt=\"\" class=\"wp-image-11837\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-3.png 887w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-3-300x172.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-3-768x440.png 768w\" sizes=\"(max-width: 887px) 100vw, 887px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>The updating process will be displayed on your screen. You can review these packages during the installation.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Step-2:-Install-Required-Packages\"><a id=\"post-11834-_heading=h.4d34og8\"><\/a>Step 2: Install Required Packages<\/h4>\n\n\n\n<p>To avoid dependency issues, ensure that you have already installed the following packages. If not, run this command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>sudo apt install gnupg software-properties-common -y<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"888\" height=\"233\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-4.png\" alt=\"\" class=\"wp-image-11838\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-4.png 888w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-4-300x79.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-4-768x202.png 768w\" sizes=\"(max-width: 888px) 100vw, 888px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>If these necessary packages are already installed on your system, the command will confirm their installation.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Step-3:-Download-the-HashiCorp-GPG-key-for-Terraform\"><a id=\"post-11834-_heading=h.2s8eyo1\"><\/a>Step 3: Download the HashiCorp GPG key for Terraform<\/h4>\n\n\n\n<p>Next, download the HashiCorp GPG key for Terraform to your system repository using the command attached below:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>wget -O- https:\/\/apt.releases.hashicorp.com\/gpg | sudo gpg --dearmor -o \/usr\/share\/keyrings\/hashicorp-archive-keyring.gpg<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"905\" height=\"372\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-5.png\" alt=\"\" class=\"wp-image-11839\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-5.png 905w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-5-300x123.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-5-768x316.png 768w\" sizes=\"(max-width: 905px) 100vw, 905px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>As shown above, the HashiCorp GPG key is now available in your repository.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Step-4:-Add-the-HashiCorp-APT-Repository\"><a id=\"post-11834-_heading=h.17dp8vu\"><\/a>Step 4: Add the HashiCorp APT Repository<\/h4>\n\n\n\n<p>To allow your Ubuntu system to install packages like Terraform from HashiCorp, use the following command to add the HashiCorp APT repository to your system\u2019s list:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>echo \"deb [signed-by=\/usr\/share\/keyrings\/hashicorp-archive-keyring.gpg] https:\/\/apt.releases.hashicorp.com $(lsb_release -cs) main\" | sudo tee \/etc\/apt\/sources.list.d\/hashicorp.list<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"905\" height=\"139\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-6.png\" alt=\"\" class=\"wp-image-11840\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-6.png 905w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-6-300x46.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-6-768x118.png 768w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-6-900x139.png 900w\" sizes=\"(max-width: 905px) 100vw, 905px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>The above script added the HashiCorp repository for Terraform to your Ubuntu 24.04 system.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Step-5:-Update-Ubuntu-Package-List\"><a id=\"post-11834-_heading=h.3rdcrjn\"><\/a>Step 5: Update Ubuntu Package List<\/h4>\n\n\n\n<p>Run the Update command to incorporate the HashiCorp repository to your system:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>sudo apt update<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"323\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-7.png\" alt=\"\" class=\"wp-image-11841\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-7.png 900w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-7-300x108.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-7-768x276.png 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>After updating your system, you will see the HashiCorp repository in your system\u2019s repository list.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Step-6:-Install-Terraform-via-APT\"><a id=\"post-11834-_heading=h.26in1rg\"><\/a>Step 6: Install Terraform via APT<\/h4>\n\n\n\n<p>Once you have added the new repository to your package list, run the install command to set up Terraform on Ubuntu 24.04:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>sudo apt install terraform -y<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"904\" height=\"419\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-8.png\" alt=\"\" class=\"wp-image-11842\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-8.png 904w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-8-300x139.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-8-768x356.png 768w\" sizes=\"(max-width: 904px) 100vw, 904px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>You will see in the output that an updated version of Terraform has been installed and configured on your Ubuntu 24.04 system.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Method-2:-How-to-Install-Terraform-on-Ubuntu-24.04-from-Binary\"><a id=\"post-11834-_heading=h.lnxbz9\"><\/a><strong>Method 2: How to Install Terraform on Ubuntu 24.04 from Binary?<\/strong><\/h3>\n\n\n\n<p>You can manually install the Terraform from the binary file using these instructions.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Step-1:-Access-Terraform-Official-Web-Page\"><a id=\"post-11834-_heading=h.35nkun2\"><\/a>Step 1: Access Terraform Official Web Page<\/h4>\n\n\n\n<p>Enter the attached URL to the Web browser to access the installation page of Terraform. Then:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Locate the <strong>Binary download <\/strong>category.<\/li>\n\n\n\n<li>Right-click on <strong>AMD64<\/strong>.<\/li>\n\n\n\n<li>Select <strong>Copy the Link<\/strong>.<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>https:\/\/developer.hashicorp.com\/terraform\/install<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1068\" height=\"597\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-9.png\" alt=\"\" class=\"wp-image-11843\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-9.png 1068w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-9-300x168.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-9-1024x572.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-9-768x429.png 768w\" sizes=\"(max-width: 1068px) 100vw, 1068px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Note: You can download the Terraform Binary by directly clicking on the \u201cDownload\u201d button.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Step-2:-Download-the-Terraform-Binary\"><a id=\"post-11834-_heading=h.1ksv4uv\"><\/a>Step 2: Download the Terraform Binary<\/h4>\n\n\n\n<p>Use the \u201cwget\u201d command followed by the Terraform Binary link to download the file:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>wget https:\/\/releases.hashicorp.com\/terraform\/1.9.3\/terraform_1.9.3_linux_amd64.zip<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1004\" height=\"416\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-10.png\" alt=\"\" class=\"wp-image-11844\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-10.png 1004w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-10-300x124.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-10-768x318.png 768w\" sizes=\"(max-width: 1004px) 100vw, 1004px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>The Terraform binary is now downloaded as a ZIP file (i.e. <strong>terraform_1.9.3_linux_amd64.zip<\/strong>)on your local machine.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Step-3:-Extract-Terraform-Downloaded-File\"><a id=\"post-11834-_heading=h.44sinio\"><\/a>Step 3: Extract Terraform Downloaded File<\/h4>\n\n\n\n<p>To utilize the Terraform package, first, extract or unzip the downloaded file with this command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>unzip terraform_1.9.3_linux_amd64.zip<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"949\" height=\"118\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-11.png\" alt=\"\" class=\"wp-image-11845\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-11.png 949w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-11-300x37.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-11-768x95.png 768w\" sizes=\"(max-width: 949px) 100vw, 949px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Verify the unzipped file of Terraform using the below command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>ls<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"979\" height=\"73\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-12.png\" alt=\"\" class=\"wp-image-11846\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-12.png 979w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-12-300x22.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-12-768x57.png 768w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-12-960x73.png 960w\" sizes=\"(max-width: 979px) 100vw, 979px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>If you find the \u201cterraform\u201d folder on your screen, it means the file is successfully unzipped to your machine.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Step-4:-Copy-the-Terraform-to-the-System's-PATH\"><a id=\"post-11834-_heading=h.2jxsxqh\"><\/a>Step 4: Copy the Terraform to the System&#8217;s PATH<\/h4>\n\n\n\n<p>Use the \u201cmv\u201d command to move the unzipped binary to your system&#8217;s PATH, such as \u201c\/usr\/local\/bin\u201d:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>sudo mv terraform \/usr\/local\/bin\/ -v<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"917\" height=\"72\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-13.png\" alt=\"\" class=\"wp-image-11847\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-13.png 917w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-13-300x24.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-13-768x60.png 768w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-13-900x72.png 900w\" sizes=\"(max-width: 917px) 100vw, 917px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>This step is essential for moving the Terraform binary to the system&#8217;s PATH, making it easy to run Terraform commands from anywhere in your Terminal.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Step-5:-Verify-Terraform-Installation\"><a id=\"post-11834-_heading=h.z337ya\"><\/a>Step 5: Verify Terraform Installation<\/h4>\n\n\n\n<p>After configuring the Terraform package, confirm its installation:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>terraform -v<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"851\" height=\"93\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-14.png\" alt=\"\" class=\"wp-image-11848\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-14.png 851w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-14-300x33.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-14-768x84.png 768w\" sizes=\"(max-width: 851px) 100vw, 851px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>You can see that the updated version of Terraform v1.9.3 has been installed and configured on the Ubuntu 24.04 system.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"How-to-Uninstall-Terraform-from-Ubuntu-24.04\"><a id=\"post-11834-_heading=h.3j2qqm3\"><\/a><strong>How to Uninstall Terraform from Ubuntu 24.04?<\/strong><\/h3>\n\n\n\n<p>You can follow these methods to remove or uninstall the Terraform package from your Ubuntu 24.04.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Method-1:-How-to-Uninstall-Terraform-from-Ubuntu-24.04-with-APT\"><a id=\"post-11834-_heading=h.1y810tw\"><\/a><strong>Method 1: How to Uninstall Terraform from Ubuntu 24.04 with APT?<\/strong><\/h4>\n\n\n\n<p>The following command is useful if you have installed the Terraform using the APT manager. To uninstall the Terraform completely, use this command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>sudo apt purge --autoremove terraform -y<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"997\" height=\"257\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-15.png\" alt=\"\" class=\"wp-image-11849\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-15.png 997w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-15-300x77.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-15-768x198.png 768w\" sizes=\"(max-width: 997px) 100vw, 997px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>The Terraform package files are no longer available on Ubuntu 24.04.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Method-2:-How-to-Remove-Terraform-from-Ubuntu-24.04-Manually\"><a id=\"post-11834-_heading=h.4i7ojhp\"><\/a><strong>Method 2: How to Remove Terraform from Ubuntu 24.04 Manually?<\/strong><\/h4>\n\n\n\n<p>If you have manually installed the Terraform from the Binary file, then use this command to remove it:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>sudo rm \/usr\/local\/bin\/terraform -v<\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"977\" height=\"73\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-16.png\" alt=\"\" class=\"wp-image-11850\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-16.png 977w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-16-300x22.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-16-768x57.png 768w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/word-image-11834-16-960x73.png 960w\" sizes=\"(max-width: 977px) 100vw, 977px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>The \u201c-v\u201d flag is added to show you that the Terraform has been removed from your Ubuntu 24.04 system.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"Conclusion\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>Terraform can be installed on Ubuntu 24.04 using two methods. You can install it from the APT repository by adding the HashiCorp GPG key and then operating <strong>\u201csudo apt install terraform\u201d<\/strong>.<\/p>\n\n\n\n<p>Alternatively, if you prefer to install Terraform from the binary file, manually; download the <strong>Terraform*.zip<\/strong> file, unzip it, and move the binary to the system&#8217;s PATH using <strong>\u201csudo mv terraform \/usr\/local\/bin\/\u201d<\/strong>.<\/p>\n\n    <div class=\"xs_social_share_widget xs_share_url after_content \t\tmain_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content\">\n\n\t\t\n        <ul>\n\t\t\t        <\/ul>\n    <\/div> \n","protected":false},"excerpt":{"rendered":"<p>Terraform is powerful software that allows you to manage and set up computer systems and networks. It can efficiently manage your infrastructure and workflow, including writing, planning, and applying operations. In short, Terraform enables you to set up, modify, and track cloud and local resources efficiently. This article presents you with the illustrated guide to [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":11857,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[43],"tags":[275,317],"class_list":["post-11834","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-terraform","tag-ubuntu-24-04"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Install Terraform on Ubuntu 24.04 - Greenwebpage Community<\/title>\n<meta name=\"description\" content=\"This article presents you with the illustrated guide to setup Terraform on the Ubuntu 24.04 system.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/greenwebpage.com\/community\/how-to-install-terraform-on-ubuntu-24-04\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install Terraform on Ubuntu 24.04 - Greenwebpage Community\" \/>\n<meta property=\"og:description\" content=\"This article presents you with the illustrated guide to setup Terraform on the Ubuntu 24.04 system.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/greenwebpage.com\/community\/how-to-install-terraform-on-ubuntu-24-04\/\" \/>\n<meta property=\"og:site_name\" content=\"Greenwebpage Community\" \/>\n<meta property=\"article:published_time\" content=\"2024-08-02T09:52:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-20T05:05:49+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/Install-Terraform-on-Ubuntu-24.04-1.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"1020\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Karim Buzdar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Karim Buzdar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-terraform-on-ubuntu-24-04\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-terraform-on-ubuntu-24-04\/\"},\"author\":{\"name\":\"Karim Buzdar\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8\"},\"headline\":\"How to Install Terraform on Ubuntu 24.04\",\"datePublished\":\"2024-08-02T09:52:56+00:00\",\"dateModified\":\"2024-08-20T05:05:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-terraform-on-ubuntu-24-04\/\"},\"wordCount\":898,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-terraform-on-ubuntu-24-04\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/Install-Terraform-on-Ubuntu-24.04-1.jpeg\",\"keywords\":[\"Terraform\",\"Ubuntu 24.04\"],\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/greenwebpage.com\/community\/how-to-install-terraform-on-ubuntu-24-04\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-terraform-on-ubuntu-24-04\/\",\"url\":\"https:\/\/greenwebpage.com\/community\/how-to-install-terraform-on-ubuntu-24-04\/\",\"name\":\"How to Install Terraform on Ubuntu 24.04 - Greenwebpage Community\",\"isPartOf\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-terraform-on-ubuntu-24-04\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-terraform-on-ubuntu-24-04\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/Install-Terraform-on-Ubuntu-24.04-1.jpeg\",\"datePublished\":\"2024-08-02T09:52:56+00:00\",\"dateModified\":\"2024-08-20T05:05:49+00:00\",\"description\":\"This article presents you with the illustrated guide to setup Terraform on the Ubuntu 24.04 system.\",\"breadcrumb\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-terraform-on-ubuntu-24-04\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/greenwebpage.com\/community\/how-to-install-terraform-on-ubuntu-24-04\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-terraform-on-ubuntu-24-04\/#primaryimage\",\"url\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/Install-Terraform-on-Ubuntu-24.04-1.jpeg\",\"contentUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/Install-Terraform-on-Ubuntu-24.04-1.jpeg\",\"width\":1020,\"height\":600,\"caption\":\"Install Terraform on Ubuntu 24.04\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-terraform-on-ubuntu-24-04\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/greenwebpage.com\/community\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install Terraform on Ubuntu 24.04\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#website\",\"url\":\"https:\/\/greenwebpage.com\/community\/\",\"name\":\"Greenwebpage Community\",\"description\":\"Get online in three steps with our wide range of web hosting solutions. Choose from professional business to enterprise options designed to meet your needs.\",\"publisher\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/greenwebpage.com\/community\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\",\"name\":\"Greenwebpage Community\",\"url\":\"https:\/\/greenwebpage.com\/community\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png\",\"contentUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png\",\"width\":512,\"height\":512,\"caption\":\"Greenwebpage Community\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8\",\"name\":\"Karim Buzdar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g\",\"caption\":\"Karim Buzdar\"},\"sameAs\":[\"https:\/\/greenwebpage.com\"],\"url\":\"https:\/\/greenwebpage.com\/community\/author\/karim\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install Terraform on Ubuntu 24.04 - Greenwebpage Community","description":"This article presents you with the illustrated guide to setup Terraform on the Ubuntu 24.04 system.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/greenwebpage.com\/community\/how-to-install-terraform-on-ubuntu-24-04\/","og_locale":"en_US","og_type":"article","og_title":"How to Install Terraform on Ubuntu 24.04 - Greenwebpage Community","og_description":"This article presents you with the illustrated guide to setup Terraform on the Ubuntu 24.04 system.","og_url":"https:\/\/greenwebpage.com\/community\/how-to-install-terraform-on-ubuntu-24-04\/","og_site_name":"Greenwebpage Community","article_published_time":"2024-08-02T09:52:56+00:00","article_modified_time":"2024-08-20T05:05:49+00:00","og_image":[{"width":1020,"height":600,"url":"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/Install-Terraform-on-Ubuntu-24.04-1.jpeg","type":"image\/jpeg"}],"author":"Karim Buzdar","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Karim Buzdar","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/greenwebpage.com\/community\/how-to-install-terraform-on-ubuntu-24-04\/#article","isPartOf":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-terraform-on-ubuntu-24-04\/"},"author":{"name":"Karim Buzdar","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8"},"headline":"How to Install Terraform on Ubuntu 24.04","datePublished":"2024-08-02T09:52:56+00:00","dateModified":"2024-08-20T05:05:49+00:00","mainEntityOfPage":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-terraform-on-ubuntu-24-04\/"},"wordCount":898,"commentCount":0,"publisher":{"@id":"https:\/\/greenwebpage.com\/community\/#organization"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-terraform-on-ubuntu-24-04\/#primaryimage"},"thumbnailUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/Install-Terraform-on-Ubuntu-24.04-1.jpeg","keywords":["Terraform","Ubuntu 24.04"],"articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/greenwebpage.com\/community\/how-to-install-terraform-on-ubuntu-24-04\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/greenwebpage.com\/community\/how-to-install-terraform-on-ubuntu-24-04\/","url":"https:\/\/greenwebpage.com\/community\/how-to-install-terraform-on-ubuntu-24-04\/","name":"How to Install Terraform on Ubuntu 24.04 - Greenwebpage Community","isPartOf":{"@id":"https:\/\/greenwebpage.com\/community\/#website"},"primaryImageOfPage":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-terraform-on-ubuntu-24-04\/#primaryimage"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-terraform-on-ubuntu-24-04\/#primaryimage"},"thumbnailUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/Install-Terraform-on-Ubuntu-24.04-1.jpeg","datePublished":"2024-08-02T09:52:56+00:00","dateModified":"2024-08-20T05:05:49+00:00","description":"This article presents you with the illustrated guide to setup Terraform on the Ubuntu 24.04 system.","breadcrumb":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-terraform-on-ubuntu-24-04\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/greenwebpage.com\/community\/how-to-install-terraform-on-ubuntu-24-04\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/how-to-install-terraform-on-ubuntu-24-04\/#primaryimage","url":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/Install-Terraform-on-Ubuntu-24.04-1.jpeg","contentUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/08\/Install-Terraform-on-Ubuntu-24.04-1.jpeg","width":1020,"height":600,"caption":"Install Terraform on Ubuntu 24.04"},{"@type":"BreadcrumbList","@id":"https:\/\/greenwebpage.com\/community\/how-to-install-terraform-on-ubuntu-24-04\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/greenwebpage.com\/community\/"},{"@type":"ListItem","position":2,"name":"How to Install Terraform on Ubuntu 24.04"}]},{"@type":"WebSite","@id":"https:\/\/greenwebpage.com\/community\/#website","url":"https:\/\/greenwebpage.com\/community\/","name":"Greenwebpage Community","description":"Get online in three steps with our wide range of web hosting solutions. Choose from professional business to enterprise options designed to meet your needs.","publisher":{"@id":"https:\/\/greenwebpage.com\/community\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/greenwebpage.com\/community\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/greenwebpage.com\/community\/#organization","name":"Greenwebpage Community","url":"https:\/\/greenwebpage.com\/community\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/","url":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png","contentUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png","width":512,"height":512,"caption":"Greenwebpage Community"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8","name":"Karim Buzdar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g","caption":"Karim Buzdar"},"sameAs":["https:\/\/greenwebpage.com"],"url":"https:\/\/greenwebpage.com\/community\/author\/karim\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/11834","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/comments?post=11834"}],"version-history":[{"count":3,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/11834\/revisions"}],"predecessor-version":[{"id":11855,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/11834\/revisions\/11855"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/media\/11857"}],"wp:attachment":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/media?parent=11834"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/categories?post=11834"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/tags?post=11834"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}