{"id":12357,"date":"2024-09-12T08:43:25","date_gmt":"2024-09-12T08:43:25","guid":{"rendered":"https:\/\/greenwebpage.com\/community\/?p=12357"},"modified":"2025-04-10T07:50:24","modified_gmt":"2025-04-10T07:50:24","slug":"how-to-install-conda-on-ubuntu-24-04","status":"publish","type":"post","link":"https:\/\/greenwebpage.com\/community\/how-to-install-conda-on-ubuntu-24-04\/","title":{"rendered":"How to Install Conda on Ubuntu 24.04: An Easy Way"},"content":{"rendered":"\n<p><a id=\"post-12357-_heading=h.1fob9te\"><\/a>Conda is a powerful advanced tool that helps users manage software and its associated dependencies more efficiently. With Conda, you can build separate environments for different projects. This ensures that your project does not conflict with other packages. <br><a id=\"post-12357-_heading=h.3znysh7\"><\/a><\/p>\n\n\n\n<p>In short, using Conda helps better organize your projects and ensures everything runs smoothly on your machines, such as Linux, Windows, and macOS.<br><a id=\"post-12357-_heading=h.tyjcwt\"><\/a><\/p>\n\n\n\n<p>The primary objective of this blog is to explain the complete procedure for installing Conda on <a href=\"https:\/\/ubuntu.com\/blog\/tag\/ubuntu-24-04-lts\">Ubuntu 24.04<\/a>, a Linux-based distribution.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><a id=\"post-12357-_heading=h.1t3h5sf\"><\/a><strong>How to Install Conda on Ubuntu 24.04?<\/strong><\/h2>\n\n\n\n<p>\n  These are the key topics that will explain the complete process of installing Conda:\n<\/p>\n\n\n\n<p><a href=\"#How-to-Get-the-Latest-Conda-for-Ubuntu-24.04\">How to Get the Latest Conda for Ubuntu 24.04?<\/a><\/p>\n\n\n\n<p><a href=\"#How-to-Configure-the-Conda-Package-on-Ubuntu-24.04\">How to Configure the Conda Package on Ubuntu 24.04?<\/a><\/p>\n\n\n\n<p><a href=\"#How-to-Activate-Deactivate-Conda-on-Ubuntu-24.04\">How to Activate\/Deactivate Conda on Ubuntu 24.04?<\/a><\/p>\n\n\n\n<p><a href=\"#How-to-Launch-Conda-Navigator-on-Ubuntu-24.04\">How to Launch Conda Navigator on Ubuntu 24.04?<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"How-to-Get-the-Latest-Conda-for-Ubuntu-24.04\"><a id=\"post-12357-_heading=h.4d34og8\"><\/a><strong>How to Get the Latest Conda for Ubuntu 24.04?<\/strong><\/h2>\n\n\n\n<p>\n  The below command will download the Conda \u201c.sh\u201d file from the official repository.\n<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-12357-_heading=h.2s8eyo1\"><\/a>Step 1: Get the Latest Conda.sh File<\/h3>\n\n\n\n<p>\n  Visit the official Anaconda repository, where you can find and get the latest source file for your machine:\n<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>  https:\/\/repo.anaconda.com\/archive\/<br><\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1290\" height=\"693\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-1.png\" alt=\"  https:\/\/repo.anaconda.com\/archive\/\n\" class=\"wp-image-12358\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-1.png 1290w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-1-300x161.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-1-1024x550.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-1-768x413.png 768w\" sizes=\"(max-width: 1290px) 100vw, 1290px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>\n  The screenshot above clearly demonstrates the process of selecting and copying the Anaconda file for your Linux system, such as Ubuntu 24.04.\n<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-12357-_heading=h.17dp8vu\"><\/a>Step 2: Download Conda via \u201cwget\u201d <\/h3>\n\n\n\n<p>\n  The copied link to the Anaconda file can be used with the \u201dwget\u201d command to download it to the current directory of your system:\n<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>  wget https:\/\/repo.anaconda.com\/archive\/Anaconda3-2024.06-1-Linux-x86_64.sh<br><\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"966\" height=\"394\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-2.png\" alt=\"  wget https:\/\/repo.anaconda.com\/archive\/Anaconda3-2024.06-1-Linux-x86_64.sh\n\" class=\"wp-image-12359\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-2.png 966w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-2-300x122.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-2-768x313.png 768w\" sizes=\"(max-width: 966px) 100vw, 966px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>\n  As presented above, the file, \u201cAnaconda3-2024.06-1-Linux-x86_64.sh\u201d, has been downloaded to the current directory, such as \u201c~\/Downloads\u201d.\n<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"How-to-Configure-the-Conda-Package-on-Ubuntu-24.04\"><a id=\"post-12357-_heading=h.3rdcrjn\"><\/a><strong>How to Configure the Conda Package on Ubuntu 24.04?<\/strong><\/h2>\n\n\n\n<p>\n  This part will elaborate the installation process of Conda on your Ubuntu 24.04 machine.\n<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-12357-_heading=h.26in1rg\"><\/a>Step 1: Install Conda from Terminal<\/h3>\n\n\n\n<p>\n  On Linux systems, including Ubuntu 24.04, the \u201c.sh\u201d file can be executed with the <strong>Bash<\/strong> command as shown below:\n<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>  bash Anaconda3-2024.06-1-Linux-x86_64.sh<br><\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"934\" height=\"507\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-3.png\" alt=\"  bash Anaconda3-2024.06-1-Linux-x86_64.sh\n\" class=\"wp-image-12360\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-3.png 934w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-3-300x163.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-3-768x417.png 768w\" sizes=\"(max-width: 934px) 100vw, 934px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"972\" height=\"324\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-4.png\" alt=\"  bash Anaconda3-2024.06-1-Linux-x86_64.sh\n\" class=\"wp-image-12361\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-4.png 972w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-4-300x100.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-4-768x256.png 768w\" sizes=\"(max-width: 972px) 100vw, 972px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"960\" height=\"530\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-5.png\" alt=\"  bash Anaconda3-2024.06-1-Linux-x86_64.sh\n\" class=\"wp-image-12362\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-5.png 960w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-5-300x166.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-5-768x424.png 768w\" sizes=\"(max-width: 960px) 100vw, 960px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>\n  After responding to the prompted questions, you will see a confirmation message indicating that Anaconda has been successfully installed on Ubuntu 24.04.\n<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-12357-_heading=h.lnxbz9\"><\/a>Step 2: Initialize Conda<\/h3>\n\n\n\n<p>\n  After installing the Conda package, activate it in your terminal by executing this command:\n<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>  source ~\/.bashrc<br><\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"935\" height=\"49\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-6.png\" alt=\"  source ~\/.bashrc\n\" class=\"wp-image-12363\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-6.png 935w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-6-300x16.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-6-768x40.png 768w\" sizes=\"(max-width: 935px) 100vw, 935px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>\n  If you see &#8220;(base)&#8221; at the start of the prompt, it means that Conda has been activated and initialized without any errors.\n<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-12357-_heading=h.35nkun2\"><\/a>Step 3: Disable Default Conda Activation<\/h3>\n\n\n\n<p>\n  Conda activates the &#8220;base&#8221; environment on startup by default. The attached command will disable and prevent it from activating automatically:\n<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>  conda config --set auto_activate_base false<br><\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"968\" height=\"51\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-7.png\" alt=\"  conda config --set auto_activate_base false\n\" class=\"wp-image-12364\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-7.png 968w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-7-300x16.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-7-768x40.png 768w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-7-960x51.png 960w\" sizes=\"(max-width: 968px) 100vw, 968px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>\n  You can activate the Conda base environment when needed.\n<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-12357-_heading=h.1ksv4uv\"><\/a>Step 4: List Conda Environments<\/h3>\n\n\n\n<p>\n  You can list the existing Conda environments via the command:\n<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>  conda env list<br><\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"967\" height=\"145\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-8.png\" alt=\"  conda env list\n\" class=\"wp-image-12365\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-8.png 967w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-8-300x45.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-8-768x115.png 768w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-8-960x145.png 960w\" sizes=\"(max-width: 967px) 100vw, 967px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>\n  This will display all the existing Conda environments on your Ubuntu 24.04 terminal. \n<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"How-to-Activate-Deactivate-Conda-on-Ubuntu-24.04\"><a id=\"post-12357-_heading=h.44sinio\"><\/a><strong>How to Activate\/Deactivate Conda on Ubuntu 24.04?<\/strong><\/h2>\n\n\n\n<p>\n  You will see how to activate or deactivate the Conda environment through this section. \n<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-12357-_heading=h.2jxsxqh\"><\/a>Step 1: Deactivate Conda Environment <\/h3>\n\n\n\n<p>\n  To deactivate the currently running or active Conda environment, execute this command:\n<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>  conda deactivate<br><\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"967\" height=\"50\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-9.png\" alt=\"  conda deactivate\n\" class=\"wp-image-12366\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-9.png 967w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-9-300x16.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-9-768x40.png 768w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-9-960x50.png 960w\" sizes=\"(max-width: 967px) 100vw, 967px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>\n  The removal of &#8220;(base)&#8221; from the start of the prompt indicates that the Conda environment is now deactivated.\n<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-12357-_heading=h.z337ya\"><\/a>Step 2: Activate Conda Environment <\/h3>\n\n\n\n<p>\n  You can activate the Conda environment anytime using the command:\n<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>  conda activate \/home\/ubuntu\/anaconda3 <br><\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"966\" height=\"49\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-10.png\" alt=\"  conda activate \/home\/ubuntu\/anaconda3 \n\" class=\"wp-image-12367\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-10.png 966w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-10-300x15.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-10-768x39.png 768w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-10-960x49.png 960w\" sizes=\"(max-width: 966px) 100vw, 966px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>\n  You can either use the absolute path to the Conda environment or use (base) to reactivate the base environment.\n<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-12357-_heading=h.3j2qqm3\"><\/a>Step 3: Display Conda Information  <\/h3>\n\n\n\n<p>\n  To display the details about the Conda after installation, run this code:\n<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>  conda info<br><\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"955\" height=\"509\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-11.png\" alt=\"  conda info\n\" class=\"wp-image-12368\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-11.png 955w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-11-300x160.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-11-768x409.png 768w\" sizes=\"(max-width: 955px) 100vw, 955px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"967\" height=\"444\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-12.png\" alt=\"  conda info\n\" class=\"wp-image-12369\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-12.png 967w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-12-300x138.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-12-768x353.png 768w\" sizes=\"(max-width: 967px) 100vw, 967px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>If you want to check the Conda version use the below command: <\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>  conda --version<br><\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"937\" height=\"74\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-13.png\" alt=\"  conda --version\n\" class=\"wp-image-12370\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-13.png 937w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-13-300x24.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-13-768x61.png 768w\" sizes=\"(max-width: 937px) 100vw, 937px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>\n  At the time of installation, the latest version of Conda is <strong>24.5.0. <\/strong>\n<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"How-to-Launch-Conda-Navigator-on-Ubuntu-24.04\"><a id=\"post-12357-_heading=h.1y810tw\"><\/a><strong>How to Launch Conda Navigator on Ubuntu 24.04?<\/strong><\/h2>\n\n\n\n<p>\n  Here you will learn how to start the Conda Navigator, a graphical user interface on Ubuntu 24.04.\n<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-12357-_heading=h.4i7ojhp\"><\/a>Step 1: Launch Conda Navigator <\/h3>\n\n\n\n<p>\n  Use the command to open Conda graphical interface:\n<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><p>  anaconda-navigator <br><\/p><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"966\" height=\"217\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-14.png\" alt=\"  anaconda-navigator \n\" class=\"wp-image-12371\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-14.png 966w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-14-300x67.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-14-768x173.png 768w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-14-960x217.png 960w\" sizes=\"(max-width: 966px) 100vw, 966px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>\n  Here is the Anaconda Navigator graphical interface, where you can find many useful plugins and applications:\n<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1215\" height=\"595\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-15.png\" alt=\"Dashboard of Conda\" class=\"wp-image-12372\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-15.png 1215w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-15-300x147.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-15-1024x501.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/word-image-12357-15-768x376.png 768w\" sizes=\"(max-width: 1215px) 100vw, 1215px\" \/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\"><\/h4>\n\n\n\n<h2 class=\"wp-block-heading\"><a id=\"post-12357-_heading=h.1ci93xb\"><\/a><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>\n  Install Conda on Ubuntu 24.04 with easy commands from the terminal. Download the Conda file with the &#8220;.sh&#8221; extension and use the command bash Anaconda3-2024.06-1-Linux-x86_64.sh to install it on your Ubuntu 24.04 system. \n<\/p>\n\n\n\n<p>\n  You can access Conda&#8217;s graphical user interface with the command \u201canaconda-navigator\u201d from the terminal.\n<\/p>\n\n\n\t\t\t\t\t\t\t<h3 style=\"margin-bottom:20px;display:block;width:100%;margin-top:10px\">Frequently Asked Questions <\/h3>\r\n\t\t\t\t\t\t<style>\r\n\t\t\t\t<style>\r\n#wpsm_accordion_12375 .wpsm_panel-heading{\r\n\tpadding:0px !important;\r\n}\r\n#wpsm_accordion_12375 .wpsm_panel-title {\r\n\tmargin:0px !important; \r\n\ttext-transform:none !important;\r\n\tline-height: 1 !important;\r\n}\r\n#wpsm_accordion_12375 .wpsm_panel-title a{\r\n\ttext-decoration:none;\r\n\toverflow:hidden;\r\n\tdisplay:block;\r\n\tpadding:0px;\r\n\tfont-size: 18px !important;\r\n\tfont-family: Open Sans !important;\r\n\tcolor:#000000 !important;\r\n\tborder-bottom:0px !important;\r\n}\r\n\r\n#wpsm_accordion_12375 .wpsm_panel-title a:focus {\r\noutline: 0px !important;\r\n}\r\n\r\n#wpsm_accordion_12375 .wpsm_panel-title a:hover, #wpsm_accordion_12375 .wpsm_panel-title a:focus {\r\n\tcolor:#000000 !important;\r\n}\r\n#wpsm_accordion_12375 .acc-a{\r\n\tcolor: #000000 !important;\r\n\tbackground-color:#e8e8e8 !important;\r\n\tborder-color: #ddd;\r\n}\r\n#wpsm_accordion_12375 .wpsm_panel-default > .wpsm_panel-heading{\r\n\tcolor: #000000 !important;\r\n\tbackground-color: #e8e8e8 !important;\r\n\tborder-color: #e8e8e8 !important;\r\n\tborder-top-left-radius: 0px;\r\n\tborder-top-right-radius: 0px;\r\n}\r\n#wpsm_accordion_12375 .wpsm_panel-default {\r\n\t\tborder:1px solid transparent !important;\r\n\t}\r\n#wpsm_accordion_12375 {\r\n\tmargin-bottom: 20px;\r\n\toverflow: hidden;\r\n\tfloat: none;\r\n\twidth: 100%;\r\n\tdisplay: block;\r\n}\r\n#wpsm_accordion_12375 .ac_title_class{\r\n\tdisplay: block;\r\n\tpadding-top: 12px;\r\n\tpadding-bottom: 12px;\r\n\tpadding-left: 15px;\r\n\tpadding-right: 15px;\r\n}\r\n#wpsm_accordion_12375  .wpsm_panel {\r\n\toverflow:hidden;\r\n\t-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05);\r\n\tbox-shadow: 0 0px 0px rgba(0, 0, 0, .05);\r\n\t\tborder-radius: 4px;\r\n\t}\r\n#wpsm_accordion_12375  .wpsm_panel + .wpsm_panel {\r\n\t\tmargin-top: 5px;\r\n\t}\r\n#wpsm_accordion_12375  .wpsm_panel-body{\r\n\tbackground-color:#ffffff !important;\r\n\tcolor:#000000 !important;\r\n\tborder-top-color: #e8e8e8 !important;\r\n\tfont-size:16px !important;\r\n\tfont-family: Open Sans !important;\r\n\toverflow: hidden;\r\n\t\tborder: 2px solid #e8e8e8 !important;\r\n\t}\r\n\r\n#wpsm_accordion_12375 .ac_open_cl_icon{\r\n\tbackground-color:#e8e8e8 !important;\r\n\tcolor: #000000 !important;\r\n\tfloat:right !important;\r\n\tpadding-top: 12px !important;\r\n\tpadding-bottom: 12px !important;\r\n\tline-height: 1.0 !important;\r\n\tpadding-left: 15px !important;\r\n\tpadding-right: 15px !important;\r\n\tdisplay: inline-block !important;\r\n}\r\n\r\n\t\t\t\r\n\t\t\t<\/style>\t\r\n\t\t\t<\/style>\r\n\t\t\t<div class=\"wpsm_panel-group\" id=\"wpsm_accordion_12375\" >\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<!-- Inner panel Start -->\r\n\t\t\t\t\t<div class=\"wpsm_panel wpsm_panel-default\">\r\n\t\t\t\t\t\t<div class=\"wpsm_panel-heading\" role=\"tab\" >\r\n\t\t\t\t\t\t  <h4 class=\"wpsm_panel-title\">\r\n\t\t\t\t\t\t\t<a  class=\"\"  data-toggle=\"collapse\" data-parent=\"\" href=\"javascript:void(0)\" data-target=\"#ac_12375_collapse1\" onclick=\"do_resize()\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"ac_open_cl_icon fa fa-plus\"><\/span>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t \r\n\t\t\t\t\t\t\t\t<span class=\"ac_title_class\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span style=\"margin-right:6px;\" class=\"fa fa-laptop\"><\/span>\r\n\t\t\t\t\t\t\t\t\tWhy should I install Conda on Ubuntu 24.04?\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t  <\/h4>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<div id=\"ac_12375_collapse1\" class=\"wpsm_panel-collapse collapse \"  >\r\n\t\t\t\t\t\t  <div class=\"wpsm_panel-body\">\r\n\t\t\t\t\t\t\tConda helps users organize their projects in a better way and ensures everything runs efficiently on  machines like Linux, Windows, and macOS. You can build separate environments for different projects, which ensures that your project does not conflict with other files.\t\t\t\t\t\t  <\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<!-- Inner panel End -->\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<!-- Inner panel Start -->\r\n\t\t\t\t\t<div class=\"wpsm_panel wpsm_panel-default\">\r\n\t\t\t\t\t\t<div class=\"wpsm_panel-heading\" role=\"tab\" >\r\n\t\t\t\t\t\t  <h4 class=\"wpsm_panel-title\">\r\n\t\t\t\t\t\t\t<a  class=\"collapsed\"  data-toggle=\"collapse\" data-parent=\"\" href=\"javascript:void(0)\" data-target=\"#ac_12375_collapse2\" onclick=\"do_resize()\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"ac_open_cl_icon fa fa-plus\"><\/span>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t \r\n\t\t\t\t\t\t\t\t<span class=\"ac_title_class\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span style=\"margin-right:6px;\" class=\"fa fa-laptop\"><\/span>\r\n\t\t\t\t\t\t\t\t\tWhat is the official Conda source for downloading the latest Conda &quot;.sh&quot; file for Ubuntu 24.04?\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t  <\/h4>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<div id=\"ac_12375_collapse2\" class=\"wpsm_panel-collapse collapse \"  >\r\n\t\t\t\t\t\t  <div class=\"wpsm_panel-body\">\r\n\t\t\t\t\t\t\tThe official Conda repository is \u201chttps:\/\/repo.anaconda.com\/archive\/\u201d, where you can get the updated version of Conda for your machine.\t\t\t\t\t\t  <\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<!-- Inner panel End -->\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<!-- Inner panel Start -->\r\n\t\t\t\t\t<div class=\"wpsm_panel wpsm_panel-default\">\r\n\t\t\t\t\t\t<div class=\"wpsm_panel-heading\" role=\"tab\" >\r\n\t\t\t\t\t\t  <h4 class=\"wpsm_panel-title\">\r\n\t\t\t\t\t\t\t<a  class=\"collapsed\"  data-toggle=\"collapse\" data-parent=\"\" href=\"javascript:void(0)\" data-target=\"#ac_12375_collapse3\" onclick=\"do_resize()\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"ac_open_cl_icon fa fa-plus\"><\/span>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t \r\n\t\t\t\t\t\t\t\t<span class=\"ac_title_class\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span style=\"margin-right:6px;\" class=\"fa fa-laptop\"><\/span>\r\n\t\t\t\t\t\t\t\t\tHow do I install Conda on Ubuntu 24.04?\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t  <\/h4>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<div id=\"ac_12375_collapse3\" class=\"wpsm_panel-collapse collapse \"  >\r\n\t\t\t\t\t\t  <div class=\"wpsm_panel-body\">\r\n\t\t\t\t\t\t\tFirst, download the Conda .sh file from the Conda repository, then run the command: \u201cbash Anaconda3-*-Linux-x86_64.sh\u201d to install the complete package on your Ubuntu 24.04.\t\t\t\t\t\t  <\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<!-- Inner panel End -->\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<!-- Inner panel Start -->\r\n\t\t\t\t\t<div class=\"wpsm_panel wpsm_panel-default\">\r\n\t\t\t\t\t\t<div class=\"wpsm_panel-heading\" role=\"tab\" >\r\n\t\t\t\t\t\t  <h4 class=\"wpsm_panel-title\">\r\n\t\t\t\t\t\t\t<a  class=\"collapsed\"  data-toggle=\"collapse\" data-parent=\"\" href=\"javascript:void(0)\" data-target=\"#ac_12375_collapse4\" onclick=\"do_resize()\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"ac_open_cl_icon fa fa-plus\"><\/span>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t \r\n\t\t\t\t\t\t\t\t<span class=\"ac_title_class\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span style=\"margin-right:6px;\" class=\"fa fa-laptop\"><\/span>\r\n\t\t\t\t\t\t\t\t\tHow can I activate or deactivate Conda environments on Ubuntu 24.04?\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t  <\/h4>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<div id=\"ac_12375_collapse4\" class=\"wpsm_panel-collapse collapse \"  >\r\n\t\t\t\t\t\t  <div class=\"wpsm_panel-body\">\r\n\t\t\t\t\t\t\tYou can use the Ubuntu terminal to activate or deactivate the Conda environments;\r\nActivate Conda: \u201cconda activate \/path\/anaconda3\u201d\r\nDeactivate Conda: \u201cconda deactivate\u201d\r\n\t\t\t\t\t\t  <\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<!-- Inner panel End -->\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t<!-- Inner panel Start -->\r\n\t\t\t\t\t<div class=\"wpsm_panel wpsm_panel-default\">\r\n\t\t\t\t\t\t<div class=\"wpsm_panel-heading\" role=\"tab\" >\r\n\t\t\t\t\t\t  <h4 class=\"wpsm_panel-title\">\r\n\t\t\t\t\t\t\t<a  class=\"collapsed\"  data-toggle=\"collapse\" data-parent=\"\" href=\"javascript:void(0)\" data-target=\"#ac_12375_collapse5\" onclick=\"do_resize()\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"ac_open_cl_icon fa fa-plus\"><\/span>\r\n\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\t \r\n\t\t\t\t\t\t\t\t<span class=\"ac_title_class\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span style=\"margin-right:6px;\" class=\"fa fa-laptop\"><\/span>\r\n\t\t\t\t\t\t\t\t\tIs there a graphical user interface for Conda on Ubuntu 24.04?\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t<\/a>\r\n\t\t\t\t\t\t  <\/h4>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<div id=\"ac_12375_collapse5\" class=\"wpsm_panel-collapse collapse \"  >\r\n\t\t\t\t\t\t  <div class=\"wpsm_panel-body\">\r\n\t\t\t\t\t\t\tYes, Conda provides \u201cConda Navigator\u201d, a graphical user interface. You can open it with the command: \u201canaconda-navigator\u201d.\t\t\t\t\t\t  <\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<!-- Inner panel End -->\r\n\t\t\t\t\t\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\r\n<script type=\"text\/javascript\">\r\n\t\r\n\t\tfunction do_resize(){\r\n\r\n\t\t\tvar width=jQuery( '.wpsm_panel .wpsm_panel-body iframe' ).width();\r\n\t\t\tvar height=jQuery( '.wpsm_panel .wpsm_panel-body iframe' ).height();\r\n\r\n\t\t\tvar toggleSize = true;\r\n\t\t\tjQuery('iframe').animate({\r\n\t\t\t    width: toggleSize ? width : 640,\r\n\t\t\t    height: toggleSize ? height : 360\r\n\t\t\t  }, 250);\r\n\r\n\t\t\t  toggleSize = !toggleSize;\r\n\t\t}\r\n\t\t\r\n<\/script>\t\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>Conda is a powerful advanced tool that helps users manage software and its associated dependencies more efficiently. With Conda, you can build separate environments for different projects. This ensures that your project does not conflict with other packages. In short, using Conda helps better organize your projects and ensures everything runs smoothly on your machines, [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":12378,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[43],"tags":[375,343,317],"class_list":["post-12357","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-conda","tag-package-manager","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 Conda on Ubuntu 24.04: An Easy Way - Greenwebpage Community<\/title>\n<meta name=\"description\" content=\"The primary objective of this blog is to explain the complete procedure for installing Conda on Ubuntu 24.04, a Linux-based distribution.\" \/>\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-conda-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 Conda on Ubuntu 24.04: An Easy Way - Greenwebpage Community\" \/>\n<meta property=\"og:description\" content=\"The primary objective of this blog is to explain the complete procedure for installing Conda on Ubuntu 24.04, a Linux-based distribution.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/greenwebpage.com\/community\/how-to-install-conda-on-ubuntu-24-04\/\" \/>\n<meta property=\"og:site_name\" content=\"Greenwebpage Community\" \/>\n<meta property=\"article:published_time\" content=\"2024-09-12T08:43:25+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-10T07:50:24+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/Install-Conda-on-Ubuntu-24.04.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=\"7 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-conda-on-ubuntu-24-04\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-conda-on-ubuntu-24-04\/\"},\"author\":{\"name\":\"Karim Buzdar\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8\"},\"headline\":\"How to Install Conda on Ubuntu 24.04: An Easy Way\",\"datePublished\":\"2024-09-12T08:43:25+00:00\",\"dateModified\":\"2025-04-10T07:50:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-conda-on-ubuntu-24-04\/\"},\"wordCount\":652,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-conda-on-ubuntu-24-04\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/Install-Conda-on-Ubuntu-24.04.jpeg\",\"keywords\":[\"Conda\",\"Package Manager\",\"Ubuntu 24.04\"],\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/greenwebpage.com\/community\/how-to-install-conda-on-ubuntu-24-04\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-conda-on-ubuntu-24-04\/\",\"url\":\"https:\/\/greenwebpage.com\/community\/how-to-install-conda-on-ubuntu-24-04\/\",\"name\":\"How to Install Conda on Ubuntu 24.04: An Easy Way - Greenwebpage Community\",\"isPartOf\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-conda-on-ubuntu-24-04\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-conda-on-ubuntu-24-04\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/Install-Conda-on-Ubuntu-24.04.jpeg\",\"datePublished\":\"2024-09-12T08:43:25+00:00\",\"dateModified\":\"2025-04-10T07:50:24+00:00\",\"description\":\"The primary objective of this blog is to explain the complete procedure for installing Conda on Ubuntu 24.04, a Linux-based distribution.\",\"breadcrumb\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-conda-on-ubuntu-24-04\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/greenwebpage.com\/community\/how-to-install-conda-on-ubuntu-24-04\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-conda-on-ubuntu-24-04\/#primaryimage\",\"url\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/Install-Conda-on-Ubuntu-24.04.jpeg\",\"contentUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/Install-Conda-on-Ubuntu-24.04.jpeg\",\"width\":1020,\"height\":600,\"caption\":\"Install Conda on Ubuntu 24.04\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-conda-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 Conda on Ubuntu 24.04: An Easy Way\"}]},{\"@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 Conda on Ubuntu 24.04: An Easy Way - Greenwebpage Community","description":"The primary objective of this blog is to explain the complete procedure for installing Conda on Ubuntu 24.04, a Linux-based distribution.","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-conda-on-ubuntu-24-04\/","og_locale":"en_US","og_type":"article","og_title":"How to Install Conda on Ubuntu 24.04: An Easy Way - Greenwebpage Community","og_description":"The primary objective of this blog is to explain the complete procedure for installing Conda on Ubuntu 24.04, a Linux-based distribution.","og_url":"https:\/\/greenwebpage.com\/community\/how-to-install-conda-on-ubuntu-24-04\/","og_site_name":"Greenwebpage Community","article_published_time":"2024-09-12T08:43:25+00:00","article_modified_time":"2025-04-10T07:50:24+00:00","og_image":[{"width":1020,"height":600,"url":"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/Install-Conda-on-Ubuntu-24.04.jpeg","type":"image\/jpeg"}],"author":"Karim Buzdar","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Karim Buzdar","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/greenwebpage.com\/community\/how-to-install-conda-on-ubuntu-24-04\/#article","isPartOf":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-conda-on-ubuntu-24-04\/"},"author":{"name":"Karim Buzdar","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8"},"headline":"How to Install Conda on Ubuntu 24.04: An Easy Way","datePublished":"2024-09-12T08:43:25+00:00","dateModified":"2025-04-10T07:50:24+00:00","mainEntityOfPage":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-conda-on-ubuntu-24-04\/"},"wordCount":652,"commentCount":0,"publisher":{"@id":"https:\/\/greenwebpage.com\/community\/#organization"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-conda-on-ubuntu-24-04\/#primaryimage"},"thumbnailUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/Install-Conda-on-Ubuntu-24.04.jpeg","keywords":["Conda","Package Manager","Ubuntu 24.04"],"articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/greenwebpage.com\/community\/how-to-install-conda-on-ubuntu-24-04\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/greenwebpage.com\/community\/how-to-install-conda-on-ubuntu-24-04\/","url":"https:\/\/greenwebpage.com\/community\/how-to-install-conda-on-ubuntu-24-04\/","name":"How to Install Conda on Ubuntu 24.04: An Easy Way - Greenwebpage Community","isPartOf":{"@id":"https:\/\/greenwebpage.com\/community\/#website"},"primaryImageOfPage":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-conda-on-ubuntu-24-04\/#primaryimage"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-conda-on-ubuntu-24-04\/#primaryimage"},"thumbnailUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/Install-Conda-on-Ubuntu-24.04.jpeg","datePublished":"2024-09-12T08:43:25+00:00","dateModified":"2025-04-10T07:50:24+00:00","description":"The primary objective of this blog is to explain the complete procedure for installing Conda on Ubuntu 24.04, a Linux-based distribution.","breadcrumb":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-conda-on-ubuntu-24-04\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/greenwebpage.com\/community\/how-to-install-conda-on-ubuntu-24-04\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/how-to-install-conda-on-ubuntu-24-04\/#primaryimage","url":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/Install-Conda-on-Ubuntu-24.04.jpeg","contentUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/09\/Install-Conda-on-Ubuntu-24.04.jpeg","width":1020,"height":600,"caption":"Install Conda on Ubuntu 24.04"},{"@type":"BreadcrumbList","@id":"https:\/\/greenwebpage.com\/community\/how-to-install-conda-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 Conda on Ubuntu 24.04: An Easy Way"}]},{"@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\/12357","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=12357"}],"version-history":[{"count":5,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/12357\/revisions"}],"predecessor-version":[{"id":14001,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/12357\/revisions\/14001"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/media\/12378"}],"wp:attachment":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/media?parent=12357"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/categories?post=12357"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/tags?post=12357"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}