Categories: Ubuntu

How to Install Ubuntu on WSL 2 on Windows

Installing Ubuntu from scratch on your laptop or PC may look like an ideal option for most users. However, those who are interested in using the Ubuntu terminal won’t like this option of installing the operating system from scratch. Instead, they prefer using the Windows system. So, for those users, there is an optional feature in the Windows system called Windows Subsystem for Linux (WSL) that makes it easier for the user to run Ubuntu commands to Windows PowerShell.

Follow this article’s guidelines to install Ubuntu on WSL 2 on a Windows system.

How to Install Ubuntu on WSL 2 on Windows

Sponsored

To install Ubuntu on WSL 2 on a Windows system, follow the below-given steps:

Step 1: First, run Windows PowerShell as an administrator from the start menu.

Step 2: Then execute the following command to install Deployment Image Servicing and Management Tool on the system.

dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart

Step 3: After the installation, use the following command to install Ubuntu through WSL2 on the Windows system.

wsl –install -d Ubuntu

Note: You can also install Ubuntu through Microsoft Store. It’s up to your choice whether go with the command or install it through the store.

Step 4: After the installation, go to Microsoft Store, search Ubuntu and you will see that it’s installed on the system. You must open it using the “Open” button.

Sponsored

Once you open Ubuntu, it will open the Ubuntu terminal environment on your desktop.

Step 5: You must add your username and password to log in to the Ubuntu system successfully.

Now, you can execute any command you like since Ubuntu terminal environment is successfully set up on the Windows system.

I just use the update command to confirm the Ubuntu command is successfully working on the system terminal.

Conclusion

WSL2 feature on Windows system makes it easy for the users to use Linux terminal environment on the system. The guidelines mentioned above show installing the Ubuntu terminal environment on a Windows system through WSL2, making it an ideal choice for users only interested in using the Ubuntu terminal on the system.

Ubuntu Server Admin

Recent Posts

Detecting and Fixing Memory Leaks with Valgrind

Memory leaks are among the most frustrating bugs to track down in C and C++…

14 hours ago

How to Kill Processes Using Specific Ports on Linux, Windows and MacOS

Have you ever encountered issues starting a server or application because the required port is…

14 hours ago

How to Fix the “Native Host Connector Not Detected” Error for GNOME Extensions in Ubuntu 22.04

When upgrading to Ubuntu 22.04 LTS (Jammy Jellyfish), many users encounter the error message: “Although…

14 hours ago

Building optimized LLM chatbots with Canonical and NVIDIA

The landscape of generative AI is rapidly evolving, and building robust, scalable large language model…

21 hours ago

Unlocking Edge AI: a collaborative reference architecture with NVIDIA

The world of edge AI is rapidly transforming how devices and data centers work together.…

21 hours ago

How to Install and Use Zig Programming Language on Ubuntu or Debian Linux

In this article, we will see how to install and use zig programming language on…

1 day ago