{"id":13920,"date":"2025-04-03T07:52:42","date_gmt":"2025-04-03T07:52:42","guid":{"rendered":"https:\/\/greenwebpage.com\/community\/?p=13920"},"modified":"2025-08-16T10:32:59","modified_gmt":"2025-08-16T10:32:59","slug":"how-to-install-visual-studio-vs-code-on-ubuntu-24-04","status":"publish","type":"post","link":"https:\/\/greenwebpage.com\/community\/how-to-install-visual-studio-vs-code-on-ubuntu-24-04\/","title":{"rendered":"How to Install Visual Studio (VS) Code on Ubuntu 24.04"},"content":{"rendered":"\n<p>Visual Studio Code is often voted the best code editor among developers because it is very powerful and supported by a great deal of programming languages. It has a responsive look, but its extensions and features are deep and wide-ranging. For people trying to install VS Code in Ubuntu 24.04, you have come to the right place. This guide will help you install <strong>Visual Studio Code in Ubuntu 24.04 <\/strong>by choosing an option that best fits your needs.<\/p>\n\n\n\n<p><a href=\"#Method-1:-Using-Snap\">Method 1: Using Snap<\/a><\/p>\n\n\n\n<p><a href=\"#Method-2:-Using-the-.deb-Package\">Method 2: Using the .deb Package<\/a><\/p>\n\n\n\n<p><a href=\"#Method-3:-Using-APT-Repository\">Method 3: Using APT<\/a><\/p>\n\n\n\n<p><a href=\"#Method-4:-Using-the-Ubuntu-App\">Method 4: Using the Ubuntu App <\/a><\/p>\n\n\n\n<p>Let&#8217;s start with the first.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"Method-1:-Using-Snap\"><a id=\"post-13920-_heading=h.gjdgxs\"><\/a>Method 1: Using Snap<\/h2>\n\n\n\n<p>Snap simplifies how software is installed on Ubuntu systems; it defines packages and installs or updates software within the confines of those packages. Snap packages assist with the installation of VS Code:<\/p>\n\n\n\n<div class=\"wp-block-simple-alerts-for-gutenberg-alert-boxes sab-alert sab-alert-primary\" role=\"alert\"><strong>Also Read <a href=\"https:\/\/greenwebpage.com\/community\/how-to-install-visual-studio-code-on-linux-mint-22\/\">How to Install Visual Studio Code on Linux Mint 22<\/a><\/strong><button type=\"button\" class=\"close\" data-dismiss=\"alert\" aria-label=\"Close\"><span aria-hidden=\"true\">\u00d7<\/span><\/button><\/div>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-13920-_heading=h.30j0zll\"><\/a>Step 1: Install Snap<\/h3>\n\n\n\n<p>Like any other software, Snap must be installed first. You can install Snapd by running:<\/p>\n\n\n\n<pre>sudo apt install snapd<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1241\" height=\"485\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-1.png\" alt=\"sudo apt install snapd\" class=\"wp-image-13921\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-1.png 1241w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-1-300x117.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-1-1024x400.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-1-768x300.png 768w\" sizes=\"(max-width: 1241px) 100vw, 1241px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-13920-_heading=h.1fob9te\"><\/a>Step 2: Installing VS Code<\/h3>\n\n\n\n<p>The <strong>&#8211;classic<\/strong> option is required as this allows full access of the system to VS Code:<\/p>\n\n\n\n<pre>sudo snap install --classic code<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"1228\" height=\"170\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-2.png\" alt=\"sudo snap install --classic code\" class=\"wp-image-13922\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-2.png 1228w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-2-300x42.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-2-1024x142.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-2-768x106.png 768w\" sizes=\"(max-width: 1228px) 100vw, 1228px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-13920-_heading=h.3znysh7\"><\/a>Step 3: Verification<\/h3>\n\n\n\n<p>The user can confirm their installation with the snap list. Snap displays installed packages:<\/p>\n\n\n\n<pre>snap list<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"1232\" height=\"543\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-3.png\" alt=\"snap list\" class=\"wp-image-13923\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-3.png 1232w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-3-300x132.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-3-1024x451.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-3-768x338.png 768w\" sizes=\"(max-width: 1232px) 100vw, 1232px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>VS Code works perfectly fine with Ubuntu. You just need to type <strong>&#8216;code&#8217; <\/strong>to open it in the terminal after installing it:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1232\" height=\"755\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-4.png\" alt=\"Launch VS code\" class=\"wp-image-13924\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-4.png 1232w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-4-300x184.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-4-1024x628.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-4-768x471.png 768w\" sizes=\"(max-width: 1232px) 100vw, 1232px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>You can do any programming activities in the VS Code.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-13920-_heading=h.2et92p0\"><\/a>Optional: Remove VS Code<\/h3>\n\n\n\n<p>You need to use snap to remove VS Code in Ubuntu 24.04 using this command:<\/p>\n\n\n\n<pre>sudo snap remove --purge code<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"Method-2:-Using-the-.deb-Package\"><a id=\"post-13920-_heading=h.tyjcwt\"><\/a>Method 2: Using the .deb Package<\/h2>\n\n\n\n<p>Users can install the VS Code&#8217;s 64-bit version by downloading the .deb package. To do so, follow the steps outlined below:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-13920-_heading=h.3dy6vkm\"><\/a>Step 1: Download the .deb Package<\/h3>\n\n\n\n<p>Now the users shall directly fetch the 64-bit version of VSCode from the <a href=\"https:\/\/code.visualstudio.com\/docs\/setup\/linux\">VSCode website<\/a>:<\/p>\n\n\n\n<pre>wget -O vscode.deb 'https:\/\/code.visualstudio.com\/sha\/download?build=stable&amp;os=linux-deb-x64'<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1239\" height=\"809\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-5.png\" alt=\"wget -O vscode.deb 'https:\/\/code.visualstudio.com\/sha\/download?build=stable&amp;os=linux-deb-x64'\" class=\"wp-image-13925\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-5.png 1239w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-5-300x196.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-5-1024x669.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-5-768x501.png 768w\" sizes=\"(max-width: 1239px) 100vw, 1239px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>The GUI can also be fetched from here:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1404\" height=\"722\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-6.png\" alt=\"Donwload VS code from website\" class=\"wp-image-13926\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-6.png 1404w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-6-300x154.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-6-1024x527.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-6-768x395.png 768w\" sizes=\"(max-width: 1404px) 100vw, 1404px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-13920-_heading=h.1t3h5sf\"><\/a>Step 2: Installing the .deb Package<\/h3>\n\n\n\n<p>In this step, you can download the .deb file for the VS Code using the wget command. Navigate toward the folder that contains the downloaded package then install the software using:<\/p>\n\n\n\n<pre>sudo apt install .\/vscode.deb<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1236\" height=\"757\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-7.png\" alt=\"sudo apt install .\/vscode.deb\" class=\"wp-image-13927\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-7.png 1236w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-7-300x184.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-7-1024x627.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-7-768x470.png 768w\" sizes=\"(max-width: 1236px) 100vw, 1236px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>If you have older versions or releases of Ubuntu you can also install it using the dpkg package:<\/p>\n\n\n\n<pre>sudo dpkg -i &lt;file&gt;.deb<\/pre>\n\n\n\n<p>The repository will be updated automatically with the key signed.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-13920-_heading=h.4d34og8\"><\/a>Step 3: Verification<\/h3>\n\n\n\n<p>To check if the VS Code is installed, you can use the version flag option.<\/p>\n\n\n\n<pre>code --version<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1236\" height=\"204\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-8.png\" alt=\"code --version\" class=\"wp-image-13928\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-8.png 1236w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-8-300x50.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-8-1024x169.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-8-768x127.png 768w\" sizes=\"(max-width: 1236px) 100vw, 1236px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-13920-_heading=h.2s8eyo1\"><\/a>Launch VS Code<\/h3>\n\n\n\n<p>To launch VS Code, please click on the application logo that shows up on the desktop after installation. Alternatively, you can also access Visual Studio Code from the terminal by executing the command below:<\/p>\n\n\n\n<pre>code<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1254\" height=\"807\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-9.png\" alt=\"Launch VS code\" class=\"wp-image-13929\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-9.png 1254w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-9-300x193.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-9-1024x659.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-9-768x494.png 768w\" sizes=\"(max-width: 1254px) 100vw, 1254px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>This section has presented the installation of .deb packages in Ubuntu 24.04.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"Method-3:-Using-APT-Repository\"><a id=\"post-13920-_heading=h.17dp8vu\"><\/a>Method 3: Using APT Repository<\/h2>\n\n\n\n<p>With the official Apt repository provided by Microsoft, you are now able to use the package management system to install VS Code on your Ubuntu.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-13920-_heading=h.3rdcrjn\"><\/a>Step 1: Import the Microsoft GPG Key<\/h3>\n\n\n\n<p>In this step, users need to download the gpg key from Microsoft and for that, they will have to utilize the wget command:<\/p>\n\n\n\n<pre>wget -qO- https:\/\/packages.microsoft.com\/keys\/microsoft.asc | gpg --dearmor &gt; packages.microsoft.gpg &amp;&amp; sudo install -D -o root -g root -m 644 packages.microsoft.gpg \/etc\/apt\/keyrings\/packages.microsoft.gpg<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1243\" height=\"260\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-10.png\" alt=\"wget -qO- https:\/\/packages.microsoft.com\/keys\/microsoft.asc | gpg --dearmor &gt; packages.microsoft.gpg &amp;&amp; sudo install -D -o root -g root -m 644 packages.microsoft.gpg \/etc\/apt\/keyrings\/packages.microsoft.gpg\" class=\"wp-image-13930\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-10.png 1243w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-10-300x63.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-10-1024x214.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-10-768x161.png 768w\" sizes=\"(max-width: 1243px) 100vw, 1243px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Note<\/strong>: In case the user has not installed wget, gpg, then these can be fetched by using the below command:<\/p>\n\n\n\n<p>sudo apt install wget gpg<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-13920-_heading=h.26in1rg\"><\/a>Step 2: Enable VS Code Repository<\/h3>\n\n\n\n<p>After this, execute the command to enable Visual Studio code and this should also create your repository:<\/p>\n\n\n\n<pre>sudo sh -c 'echo \"deb [arch=amd64,arm64,armhf signed-by=\/etc\/apt\/keyrings\/packages.microsoft.gpg] https:\/\/packages.microsoft.com\/repos\/code stable main\" &gt; \/etc\/apt\/sources.list.d\/vscode.list'<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1241\" height=\"184\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-11.png\" alt=\"sudo sh -c 'echo &quot;deb [arch=amd64,arm64,armhf signed-by=\/etc\/apt\/keyrings\/packages.microsoft.gpg] https:\/\/packages.microsoft.com\/repos\/code stable main&quot; &gt; \/etc\/apt\/sources.list.d\/vscode.list'\" class=\"wp-image-13931\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-11.png 1241w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-11-300x44.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-11-1024x152.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-11-768x114.png 768w\" sizes=\"(max-width: 1241px) 100vw, 1241px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-13920-_heading=h.lnxbz9\"><\/a>Step 3: Update Repository and Install Packages<\/h3>\n\n\n\n<p>After the repository has been set up, handle any dependencies that are needed and refresh the listing of your packages on the system:<\/p>\n\n\n\n<pre>sudo apt install apt-transport-https &amp;&amp; sudo apt update<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1246\" height=\"515\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-12.png\" alt=\"sudo apt install apt-transport-https &amp;&amp; sudo apt update\" class=\"wp-image-13932\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-12.png 1246w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-12-300x124.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-12-1024x423.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-12-768x317.png 768w\" sizes=\"(max-width: 1246px) 100vw, 1246px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-13920-_heading=h.35nkun2\"><\/a>Step 4: Installing VS Code<\/h3>\n\n\n\n<p>Finally, install VS Code through the code package as given below:<\/p>\n\n\n\n<pre>sudo apt install code<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1234\" height=\"790\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-13.png\" alt=\"sudo apt install code\" class=\"wp-image-13933\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-13.png 1234w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-13-300x192.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-13-1024x656.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-13-768x492.png 768w\" sizes=\"(max-width: 1234px) 100vw, 1234px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-13920-_heading=h.1ksv4uv\"><\/a>Step 5: Verify VS Code<\/h3>\n\n\n\n<p>The &#8220;version&#8221; option can be used to authenticate that VS Code has been installed:<\/p>\n\n\n\n<pre>code --version<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1226\" height=\"251\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-14.png\" alt=\"code --version\" class=\"wp-image-13934\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-14.png 1226w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-14-300x61.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-14-1024x210.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-14-768x157.png 768w\" sizes=\"(max-width: 1226px) 100vw, 1226px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-13920-_heading=h.44sinio\"><\/a>Optional: Remove\/Uninstall VS Code<\/h3>\n\n\n\n<p>Use the apt command for uninstalling VS Code on Ubuntu 24.04:<\/p>\n\n\n\n<pre>sudo apt autoremove code<\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1236\" height=\"575\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-15.png\" alt=\"sudo apt autoremove code\" class=\"wp-image-13935\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-15.png 1236w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-15-300x140.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-15-1024x476.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-15-768x357.png 768w\" sizes=\"(max-width: 1236px) 100vw, 1236px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>This concludes the installation of Visual Studio Code for Ubuntu 24.04.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"Method-4:-Using-the-Ubuntu-App\"><a id=\"post-13920-_heading=h.2jxsxqh\"><\/a>Method 4: Using the Ubuntu App<\/h2>\n\n\n\n<p>The GUI allows the installation of code quite easily. Follow the instructions below for installing the requested program:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-13920-_heading=h.z337ya\"><\/a>Step 1: Launch Software Center<\/h3>\n\n\n\n<p>Open the &#8220;Ubuntu Software&#8221;, which you can find in the Applications menu:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1415\" height=\"755\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-16.png\" alt=\"Launch software center\" class=\"wp-image-13936\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-16.png 1415w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-16-300x160.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-16-1024x546.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-16-768x410.png 768w\" sizes=\"(max-width: 1415px) 100vw, 1415px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-13920-_heading=h.3j2qqm3\"><\/a>Step 2: Install VScode<\/h3>\n\n\n\n<p>Simply look for the application in the search bar, click \u201c<strong>Install<\/strong>\u201d and wait for the automatic installation to finish:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1318\" height=\"772\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-17.png\" alt=\"Install VS code from Ubuntu app\" class=\"wp-image-13937\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-17.png 1318w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-17-300x176.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-17-1024x600.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-17-768x450.png 768w\" sizes=\"(max-width: 1318px) 100vw, 1318px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-13920-_heading=h.1y810tw\"><\/a>Step 3: Launch VS Code<\/h3>\n\n\n\n<p>After this process is finished, users can now launch the code from the system tray or shortcut button on the desktop by just clicking \u201c<strong>Open<\/strong>\u201d and confirming the interface so that it can commence the use of this application:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1322\" height=\"634\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-18.png\" alt=\"Launch VS code\" class=\"wp-image-13938\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-18.png 1322w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-18-300x144.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-18-1024x491.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-18-768x368.png 768w\" sizes=\"(max-width: 1322px) 100vw, 1322px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-13920-_heading=h.4i7ojhp\"><\/a>Remove\/Uninstall VS Code<\/h3>\n\n\n\n<p>Launch the Ubuntu App and look for the code. Then click the &#8220;<strong>Uninstall<\/strong>&#8221; option. The &#8220;code&#8221; is now completely removed:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1317\" height=\"739\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-19.png\" alt=\"Uninstall VS code\" class=\"wp-image-13939\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-19.png 1317w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-19-300x168.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-19-1024x575.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/word-image-13920-19-768x431.png 768w\" sizes=\"(max-width: 1317px) 100vw, 1317px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>This concludes the installation.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><a id=\"post-13920-_heading=h.2xcytpi\"><\/a>Conclusion<\/h2>\n\n\n\n<p>Visual Studio Code on Ubuntu 24.04 is easy to install. There are a couple of options available, depending on which you prefer. This guide will go over all of your options whether you want to use Snap, .deb package, APT, or GUI. With the installation of VS Code, you will have a powerful, flexible, and user-friendly environment for coding. Select the best-suited method for you and get started with coding using one of the most popular editors today.<\/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_13941 .wpsm_panel-heading{\r\n\tpadding:0px !important;\r\n}\r\n#wpsm_accordion_13941 .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_13941 .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_13941 .wpsm_panel-title a:focus {\r\noutline: 0px !important;\r\n}\r\n\r\n#wpsm_accordion_13941 .wpsm_panel-title a:hover, #wpsm_accordion_13941 .wpsm_panel-title a:focus {\r\n\tcolor:#000000 !important;\r\n}\r\n#wpsm_accordion_13941 .acc-a{\r\n\tcolor: #000000 !important;\r\n\tbackground-color:#e8e8e8 !important;\r\n\tborder-color: #ddd;\r\n}\r\n#wpsm_accordion_13941 .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_13941 .wpsm_panel-default {\r\n\t\tborder:1px solid transparent !important;\r\n\t}\r\n#wpsm_accordion_13941 {\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_13941 .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_13941  .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_13941  .wpsm_panel + .wpsm_panel {\r\n\t\tmargin-top: 5px;\r\n\t}\r\n#wpsm_accordion_13941  .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_13941 .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_13941\" >\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=\"#wpsm_accordion_13941 \" href=\"javascript:void(0)\" data-target=\"#ac_13941_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\tWhat is Visual Studio Code?\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_13941_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\tVisual Studio Code (VS Code) is a free, open-source code editor by Microsoft, supporting multiple programming languages with a rich ecosystem of extensions for development.\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=\"#wpsm_accordion_13941 \" href=\"javascript:void(0)\" data-target=\"#ac_13941_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\tHow can I install Visual Studio Code 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_13941_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\tYou can install VS Code using APT, Snap, or by downloading the .deb package. The APT method is recommended for easy updates and maintenance.\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=\"#wpsm_accordion_13941 \" href=\"javascript:void(0)\" data-target=\"#ac_13941_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\tDo I need to install dependencies before installing VS Code?\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_13941_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\tYes, installing dependencies like <code>software-properties-common<\/code> and <code>apt-transport-https<\/code> is required for APT-based installations to add the Microsoft repository.\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=\"#wpsm_accordion_13941 \" href=\"javascript:void(0)\" data-target=\"#ac_13941_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\tHow do I uninstall Visual Studio Code?\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_13941_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\tTo uninstall, use <code>sudo apt remove<\/code> code if installed via APT, or <code>sudo snap remove<\/code> code if installed via Snap.\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=\"#wpsm_accordion_13941 \" href=\"javascript:void(0)\" data-target=\"#ac_13941_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\tCan I install extensions in Visual Studio Code on Ubuntu?\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_13941_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, you can install extensions directly from the VS Code marketplace via the Extensions view (Ctrl+Shift+X) to enhance functionality.\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>Visual Studio Code is often voted the best code editor among developers because it is very powerful and supported by a great deal of programming languages. It has a responsive look, but its extensions and features are deep and wide-ranging. For people trying to install VS Code in Ubuntu 24.04, you have come to the [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":13944,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[43],"tags":[739,723,317,738,737],"class_list":["post-13920","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-code-editor","tag-software-development","tag-ubuntu-24-04","tag-visual-studio-code","tag-vs-code"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Install Visual Studio (VS) Code on Ubuntu 24.04 - Greenwebpage Community<\/title>\n<meta name=\"description\" content=\"This guide will help you install Visual Studio (VS) Code on Ubuntu 24.04 LTS also called Noble Numbat. Keep reading!\" \/>\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-visual-studio-vs-code-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 Visual Studio (VS) Code on Ubuntu 24.04 - Greenwebpage Community\" \/>\n<meta property=\"og:description\" content=\"This guide will help you install Visual Studio (VS) Code on Ubuntu 24.04 LTS also called Noble Numbat. Keep reading!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/greenwebpage.com\/community\/how-to-install-visual-studio-vs-code-on-ubuntu-24-04\/\" \/>\n<meta property=\"og:site_name\" content=\"Greenwebpage Community\" \/>\n<meta property=\"article:published_time\" content=\"2025-04-03T07:52:42+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-16T10:32:59+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/How-to-Install-VS-Code-on-Ubuntu-24.04.jpg\" \/>\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-visual-studio-vs-code-on-ubuntu-24-04\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-visual-studio-vs-code-on-ubuntu-24-04\/\"},\"author\":{\"name\":\"Karim Buzdar\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8\"},\"headline\":\"How to Install Visual Studio (VS) Code on Ubuntu 24.04\",\"datePublished\":\"2025-04-03T07:52:42+00:00\",\"dateModified\":\"2025-08-16T10:32:59+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-visual-studio-vs-code-on-ubuntu-24-04\/\"},\"wordCount\":846,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-visual-studio-vs-code-on-ubuntu-24-04\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/How-to-Install-VS-Code-on-Ubuntu-24.04.jpg\",\"keywords\":[\"Code Editor\",\"Software Development\",\"Ubuntu 24.04\",\"Visual Studio Code\",\"VS Code\"],\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/greenwebpage.com\/community\/how-to-install-visual-studio-vs-code-on-ubuntu-24-04\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-visual-studio-vs-code-on-ubuntu-24-04\/\",\"url\":\"https:\/\/greenwebpage.com\/community\/how-to-install-visual-studio-vs-code-on-ubuntu-24-04\/\",\"name\":\"How to Install Visual Studio (VS) Code on Ubuntu 24.04 - Greenwebpage Community\",\"isPartOf\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-visual-studio-vs-code-on-ubuntu-24-04\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-visual-studio-vs-code-on-ubuntu-24-04\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/How-to-Install-VS-Code-on-Ubuntu-24.04.jpg\",\"datePublished\":\"2025-04-03T07:52:42+00:00\",\"dateModified\":\"2025-08-16T10:32:59+00:00\",\"description\":\"This guide will help you install Visual Studio (VS) Code on Ubuntu 24.04 LTS also called Noble Numbat. Keep reading!\",\"breadcrumb\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-visual-studio-vs-code-on-ubuntu-24-04\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/greenwebpage.com\/community\/how-to-install-visual-studio-vs-code-on-ubuntu-24-04\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-visual-studio-vs-code-on-ubuntu-24-04\/#primaryimage\",\"url\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/How-to-Install-VS-Code-on-Ubuntu-24.04.jpg\",\"contentUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/How-to-Install-VS-Code-on-Ubuntu-24.04.jpg\",\"width\":1020,\"height\":600,\"caption\":\"How to Install VS Code on Ubuntu 24.04\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/greenwebpage.com\/community\/how-to-install-visual-studio-vs-code-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 Visual Studio (VS) Code 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 Visual Studio (VS) Code on Ubuntu 24.04 - Greenwebpage Community","description":"This guide will help you install Visual Studio (VS) Code on Ubuntu 24.04 LTS also called Noble Numbat. Keep reading!","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-visual-studio-vs-code-on-ubuntu-24-04\/","og_locale":"en_US","og_type":"article","og_title":"How to Install Visual Studio (VS) Code on Ubuntu 24.04 - Greenwebpage Community","og_description":"This guide will help you install Visual Studio (VS) Code on Ubuntu 24.04 LTS also called Noble Numbat. Keep reading!","og_url":"https:\/\/greenwebpage.com\/community\/how-to-install-visual-studio-vs-code-on-ubuntu-24-04\/","og_site_name":"Greenwebpage Community","article_published_time":"2025-04-03T07:52:42+00:00","article_modified_time":"2025-08-16T10:32:59+00:00","og_image":[{"width":1020,"height":600,"url":"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/How-to-Install-VS-Code-on-Ubuntu-24.04.jpg","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-visual-studio-vs-code-on-ubuntu-24-04\/#article","isPartOf":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-visual-studio-vs-code-on-ubuntu-24-04\/"},"author":{"name":"Karim Buzdar","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8"},"headline":"How to Install Visual Studio (VS) Code on Ubuntu 24.04","datePublished":"2025-04-03T07:52:42+00:00","dateModified":"2025-08-16T10:32:59+00:00","mainEntityOfPage":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-visual-studio-vs-code-on-ubuntu-24-04\/"},"wordCount":846,"commentCount":0,"publisher":{"@id":"https:\/\/greenwebpage.com\/community\/#organization"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-visual-studio-vs-code-on-ubuntu-24-04\/#primaryimage"},"thumbnailUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/How-to-Install-VS-Code-on-Ubuntu-24.04.jpg","keywords":["Code Editor","Software Development","Ubuntu 24.04","Visual Studio Code","VS Code"],"articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/greenwebpage.com\/community\/how-to-install-visual-studio-vs-code-on-ubuntu-24-04\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/greenwebpage.com\/community\/how-to-install-visual-studio-vs-code-on-ubuntu-24-04\/","url":"https:\/\/greenwebpage.com\/community\/how-to-install-visual-studio-vs-code-on-ubuntu-24-04\/","name":"How to Install Visual Studio (VS) Code on Ubuntu 24.04 - Greenwebpage Community","isPartOf":{"@id":"https:\/\/greenwebpage.com\/community\/#website"},"primaryImageOfPage":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-visual-studio-vs-code-on-ubuntu-24-04\/#primaryimage"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-visual-studio-vs-code-on-ubuntu-24-04\/#primaryimage"},"thumbnailUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/How-to-Install-VS-Code-on-Ubuntu-24.04.jpg","datePublished":"2025-04-03T07:52:42+00:00","dateModified":"2025-08-16T10:32:59+00:00","description":"This guide will help you install Visual Studio (VS) Code on Ubuntu 24.04 LTS also called Noble Numbat. Keep reading!","breadcrumb":{"@id":"https:\/\/greenwebpage.com\/community\/how-to-install-visual-studio-vs-code-on-ubuntu-24-04\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/greenwebpage.com\/community\/how-to-install-visual-studio-vs-code-on-ubuntu-24-04\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/how-to-install-visual-studio-vs-code-on-ubuntu-24-04\/#primaryimage","url":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/How-to-Install-VS-Code-on-Ubuntu-24.04.jpg","contentUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/04\/How-to-Install-VS-Code-on-Ubuntu-24.04.jpg","width":1020,"height":600,"caption":"How to Install VS Code on Ubuntu 24.04"},{"@type":"BreadcrumbList","@id":"https:\/\/greenwebpage.com\/community\/how-to-install-visual-studio-vs-code-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 Visual Studio (VS) Code 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\/13920","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=13920"}],"version-history":[{"count":4,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/13920\/revisions"}],"predecessor-version":[{"id":15146,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/13920\/revisions\/15146"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/media\/13944"}],"wp:attachment":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/media?parent=13920"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/categories?post=13920"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/tags?post=13920"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}