<?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>WSL Archives - Installing.in</title>
	<atom:link href="https://www.installing.in/tag/wsl/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.installing.in/tag/wsl/</link>
	<description></description>
	<lastBuildDate>Sat, 20 Aug 2022 12:23:58 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
<site xmlns="com-wordpress:feed-additions:1">110734269</site>	<item>
		<title>How to Install WSL2 on Windows</title>
		<link>https://www.installing.in/how-to-install-wsl2-on-windows/</link>
					<comments>https://www.installing.in/how-to-install-wsl2-on-windows/#respond</comments>
		
		<dc:creator><![CDATA[Rajeev]]></dc:creator>
		<pubDate>Sat, 20 Aug 2022 12:20:56 +0000</pubDate>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[WSL]]></category>
		<category><![CDATA[WSL2]]></category>
		<guid isPermaLink="false">https://www.installing.in/?p=806</guid>

					<description><![CDATA[<p>Easy to follow step by step guide to install WSL2 or Windows Subsystem for Linux on windows. </p>
<p>The post <a href="https://www.installing.in/how-to-install-wsl2-on-windows/">How to Install WSL2 on Windows</a> appeared first on <a href="https://www.installing.in">Installing.in</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>WSL or <a href="https://docs.microsoft.com/en-us/windows/wsl/about" target="_blank" rel="noreferrer noopener">Windows Subsystem for Linux</a> lets developers run Linux environment on windows. You can run Linux tools and apps on windows with the help on WSL. There are two versions of WSL and we will install WSL2 in this tutorial which is the latest version and is recommended by Microsoft.</p>



<p>There are multiple ways to install WSL. You can directly download an Linux distribution from windows store and it will install WSL2 and your chosen Linux distribution. </p>



<p>The way recommended by Microsoft is by using command line. In this tutorial we will install WSL using command prompt.</p>



<h3 class="wp-block-heading">Step 1: Open command prompt</h3>



<p>Type <code>command prompt</code> in the search box on the taskbar. If you do not have a search box then you can click on the search icon and start typing. If you do not have that too. You can click on the windows button and start typing command prompt to search for it.</p>



<p>Once you find the <code>command prompt</code> right click on it and click on the <code>run as administrator</code> on the popup menu.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><a href="https://i0.wp.com/www.installing.in/wp-content/uploads/2022/08/command-prompt.jpg?ssl=1"><img data-recalc-dims="1" fetchpriority="high" decoding="async" width="760" height="555" src="https://i0.wp.com/www.installing.in/wp-content/uploads/2022/08/command-prompt.jpg?resize=760%2C555&#038;ssl=1" alt="" class="wp-image-807"/></a></figure>
</div>


<h3 class="wp-block-heading">Step 2: Install WSL2</h3>



<p>Run following command in the command prompt window to install WSL2. This command will also install ubuntu which is the default Linux distro for WSL. You can always install other distros afterward.</p>



<pre class="wp-block-code"><code>wsl --install</code></pre>


<div class="wp-block-image">
<figure class="aligncenter size-full"><a href="https://i0.wp.com/www.installing.in/wp-content/uploads/2022/08/command-prompt-wsl-install.jpg?ssl=1"><img data-recalc-dims="1" decoding="async" width="626" height="169" src="https://i0.wp.com/www.installing.in/wp-content/uploads/2022/08/command-prompt-wsl-install.jpg?resize=626%2C169&#038;ssl=1" alt="" class="wp-image-808"/></a></figure>
</div>


<p>Windows will start downloading and installing the WSL2 and then Ubuntu to set up the Linux environment. </p>



<h3 class="wp-block-heading">Step 3: Set up UNIX user and password</h3>



<p>After the installation it will ask for a <code>Unix username</code>. You can choose any username it does not have to be same as windows username. Type your username and press<code> enter</code>.</p>



<p>After the username it will ask for <code>password</code>. Type a password of your choice for this user and press enter.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img data-recalc-dims="1" decoding="async" width="760" height="127" src="https://i0.wp.com/www.installing.in/wp-content/uploads/2022/08/ubuntuinstall-1.png?resize=760%2C127&#038;ssl=1" alt="ubuntu install choose username" class="wp-image-811"/></figure>
</div>


<p>If everything goes well WSL2 and ubuntu will be successfully installed on your system.</p>



<p>You can verify WSL by using this command</p>



<pre class="wp-block-code"><code>wsl --status </code></pre>



<p>This is will you a screen like the pic below.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><a href="https://i0.wp.com/www.installing.in/wp-content/uploads/2022/08/WSL_confirm.jpg?ssl=1"><img data-recalc-dims="1" loading="lazy" decoding="async" src="https://i0.wp.com/www.installing.in/wp-content/uploads/2022/08/WSL_confirm.jpg?resize=566%2C262&#038;ssl=1" alt="" class="wp-image-813" width="566" height="262"/></a></figure>
</div>


<p>I you face any problem please comment below.</p>
<p>The post <a href="https://www.installing.in/how-to-install-wsl2-on-windows/">How to Install WSL2 on Windows</a> appeared first on <a href="https://www.installing.in">Installing.in</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.installing.in/how-to-install-wsl2-on-windows/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">806</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Object Caching 15/61 objects using Redis
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Minified using Disk
Database Caching 2/21 queries in 0.005 seconds using Redis

Served from: installing.in @ 2026-05-01 06:09:52 by W3 Total Cache
-->