How to Install Ubuntu on Windows 11 Using WSL

Ubuntu can be installed on Windows 11 using Windows Subsystem for Linux (WSL). This allows you to run Ubuntu and use Linux commands directly on your Windows computer without installing a separate operating system.

Follow the steps below to install Ubuntu on Windows 11.

Step 1: Open Command Prompt

First, open Command Prompt on your Windows 11 computer.

Then enter the following command:

wsl --install -d Ubuntu

Press Enter to start the installation.

This command will download and install Ubuntu through Windows Subsystem for Linux.

Make sure you have a stable internet connection, as the required Ubuntu files need to be downloaded. The installation may take some time depending on your internet speed.

Step 2: Create a User Account

After the Ubuntu installation is completed, you will be asked to create a user account.

Enter a username of your choice.

Next, enter a password for your Ubuntu account. You will need to enter the password again to confirm it.

Once the username and password are successfully created, the Ubuntu setup will be complete.

Step 3: Verify the Ubuntu Installation

After completing the setup, you can verify that Ubuntu is working correctly by running a command in the command line terminal.

For example:

man sudo_root

Enter your Ubuntu password when prompted.

You can also check the installed Ubuntu version with:

wsl -d Ubuntu -- lsb_release -a

This command displays information about the Ubuntu version installed on your Windows 11 system.

Step 4: Open Ubuntu from Windows

Ubuntu can also be opened from the Windows Start menu.

Click the Start button and search for Ubuntu. Select the Ubuntu application to open the Linux terminal.

If Ubuntu opens successfully, the installation has been completed.

Conclusion

Installing Ubuntu on Windows 11 using WSL is a simple way to use a Linux environment without removing Windows or setting up a separate operating system.

With Ubuntu installed through WSL, you can now use Linux commands, install development tools, and work with Linux-based applications directly on Windows 11.

If this tutorial was helpful, consider sharing it with others who want to install Ubuntu on Windows 11.
watch this on youtube now

Leave a Reply

Your email address will not be published. Required fields are marked *