<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Visual studio code on Ubuntu 20.04 Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/visual-studio-code-on-ubuntu-20-04/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Fri, 01 May 2020 14:43:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How To Install Visual Studio Code on Ubuntu 20.04</title>
		<link>https://www.osradar.com/how-to-install-visual-studio-code-on-ubuntu-20-04/</link>
					<comments>https://www.osradar.com/how-to-install-visual-studio-code-on-ubuntu-20-04/#respond</comments>
		
		<dc:creator><![CDATA[sabi]]></dc:creator>
		<pubDate>Fri, 01 May 2020 14:43:30 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[How To Install Visual Studio Code on Ubuntu 20.04]]></category>
		<category><![CDATA[Ubuntu 20.04 tutorials]]></category>
		<category><![CDATA[visual studio code]]></category>
		<category><![CDATA[visual studio code on linux]]></category>
		<category><![CDATA[Visual studio code on Ubuntu 20.04]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=19975</guid>

					<description><![CDATA[<p>Today we are going to learn that how to install Visual Studio Code on Ubuntu 20.04. Visual Studio Code developed by the Microsoft to provide support on Windows, Linux and MacOS. It provides the facility of source-code editor with some available extensions by which you can change the style or customize it according to your [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-visual-studio-code-on-ubuntu-20-04/">How To Install Visual Studio Code on Ubuntu 20.04</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Today we are going to learn that <a href="https://www.osradar.com/?p=19975">how to install Visual Studio Code</a> on Ubuntu 20.04. Visual Studio Code developed by the Microsoft to provide support on Windows, Linux and MacOS. It provides the facility of source-code editor with some available extensions by which you can change the style or customize it according to your needs. So, in this tutorial, we are going to install it on the new release of Ubuntu 20.04. Just follow the below steps for an easy installation.</p>



<h3><strong>Step 1: Update Your System</strong></h3>



<p>Firstly as usual we do, update the system to latest packages by the given command.</p>



<pre class="wp-block-verse">sudo apt update</pre>



<h3><strong>Step 2: Enable HTTPS Access on Ubuntu 20.04</strong></h3>



<p>After updating the system install the HTTPS support for the apt package manager for attaining packages from the Microsoft &amp; others. To install HTTPS support run the below command in your terminal.</p>



<pre class="wp-block-verse">sudo apt install -y curl apt-transport-https</pre>



<h3><strong>Step 3: Add Visual Studio Code Repository On Ubuntu 20.04</strong></h3>



<p>Fire the listed command to get the Microsoft GPG key for installing visual studio code on Ubuntu 20.04. </p>



<pre class="wp-block-verse">curl -sSL https://packages.microsoft.com/keys/microsoft.asc -o microsoft.asc<br>sudo apt-key add microsoft.asc</pre>



<p>And then add the repository of Visual Studio Code on Ubuntu 20.04 with the help of the following command.</p>



<pre class="wp-block-verse">echo "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main"  | sudo tee /etc/apt/sources.list.d/vscode.list</pre>



<p>After adding the repository go to the installation step.</p>



<h3><strong>Step 4: Installing Visual Studio Code on Ubuntu 20.04</strong></h3>



<p>To install the Visual Studio Code, hit the given command.</p>



<pre class="wp-block-verse">sudo apt update<br>sudo apt -y install code</pre>



<p>Output:</p>



<pre class="wp-block-verse">sabi@Ubuntu:~$ sudo apt -y install code<br> Reading package lists… Done<br> Building dependency tree       <br> Reading state information… Done<br> The following packages were automatically installed and are no longer required:<br>   acl apg colord-data gnome-control-center-faces<br>   gnome-online-accounts hplip-data libcolord-gtk1 libcolorhug2<br>   libgsound0 libgssdp-1.2-0 libgupnp-1.2-0 libgupnp-av-1.0-2<br>   libgupnp-dlna-2.0-3 libieee1284-3 libimagequant0 libmediaart-2.0-0<br>   librygel-core-2.6-2 librygel-db-2.6-2 librygel-renderer-2.6-2<br>   librygel-server-2.6-2 libsane-common libsnmp-base libsodium23<br>   libwebpmux3 mobile-broadband-provider-info network-manager-gnome<br>   printer-driver-postscript-hp python3-macaroonbakery python3-nacl<br>   python3-olefile python3-pexpect python3-pil python3-protobuf<br>   python3-ptyprocess python3-pymacaroons python3-renderpm<br>   python3-reportlab python3-reportlab-accel python3-rfc3339<br>   python3-tz rygel<br> Use 'sudo apt autoremove' to remove them.<br> The following NEW packages will be installed:<br>   code<br> 0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.<br> Need to get 62.3 MB of archives.<br> After this operation, 265 MB of additional disk space will be used.<br> Get:1 https://packages.microsoft.com/repos/vscode stable/main amd64 code amd64 1.44.2-1587059832 [62.3 MB]<br> Fetched 62.3 MB in 1min 7s (927 kB/s)                                 <br> Selecting previously unselected package code.<br> (Reading database … 164205 files and directories currently installed.<br> )<br> Preparing to unpack …/code_1.44.2-1587059832_amd64.deb …<br> Unpacking code (1.44.2-1587059832) …<br> Setting up code (1.44.2-1587059832) …<br> Processing triggers for mime-support (3.64ubuntu1) …<br> Processing triggers for gnome-menus (3.36.0-1ubuntu1) …<br> Processing triggers for desktop-file-utils (0.24-1ubuntu2) …<br> </pre>



<h3><strong>Step 5: Open Visual Studio Code</strong></h3>



<p>After installing the visual studio code, either you can open it from the terminal or by navigating to <strong>Activities</strong>.</p>



<p>Terminal:</p>



<pre class="wp-block-verse">code</pre>



<p>GUI:</p>



<p>Navigate to <strong>Activities</strong> and search for <strong>Visual Studio Code </strong>as shown below.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" width="798" height="600" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/05/3.png" alt="How To Install Visual Studio Code on Ubuntu 20.04" class="wp-image-20002" srcset="https://www.osradar.com/wp-content/uploads/2020/05/3.png 798w, https://www.osradar.com/wp-content/uploads/2020/05/3-300x226.png 300w, https://www.osradar.com/wp-content/uploads/2020/05/3-768x577.png 768w, https://www.osradar.com/wp-content/uploads/2020/05/3-696x523.png 696w, https://www.osradar.com/wp-content/uploads/2020/05/3-80x60.png 80w" sizes="(max-width: 798px) 100vw, 798px" /></figure></div>



<p>Here&#8217;s the welcome screen of Visual Studio Code.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" width="721" height="545" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/05/2.png" alt="How To Install Visual Studio Code on Ubuntu 20.04" class="wp-image-20003" srcset="https://www.osradar.com/wp-content/uploads/2020/05/2.png 721w, https://www.osradar.com/wp-content/uploads/2020/05/2-300x227.png 300w, https://www.osradar.com/wp-content/uploads/2020/05/2-696x526.png 696w, https://www.osradar.com/wp-content/uploads/2020/05/2-80x60.png 80w" sizes="(max-width: 721px) 100vw, 721px" /></figure></div>



<h3><strong>Step 6: Set Visual Studio Code as Default Editor on Ubuntu 20.04</strong></h3>



<p>Now, run the below command in your terminal to set the Visual Studio Code as your default editor on Ubuntu 20.04.</p>



<pre class="wp-block-verse">sudo update-alternatives --set editor /usr/bin/code</pre>



<p>You can update to the latest version with following command.</p>



<pre class="wp-block-verse">sudo apt update<br>sudo apt upgrade code</pre>



<p>So, this is how you can install Visual Studio Code on Ubuntu 20.04</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-visual-studio-code-on-ubuntu-20-04/">How To Install Visual Studio Code on Ubuntu 20.04</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-visual-studio-code-on-ubuntu-20-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
