How to Install Ubuntu on Windows 10 & 11 using WSL

How to Install Ubuntu on Windows 10 & 11 using WSL (Method 1)

This video will show you How to Install Linux Bash Shell on Windows 10 and Windows 11 using the Windows Subsystem for Linux (WSL) on Windows 10 and windows 11.

This instructions in this video tutorial can be applied for laptops, desktops, computers, and tablets which run the Windows 10 operating system like Windows 10 Home, Windows 10 Professional, Windows 10 Enterprise, Windows 10 Education. This tutorial will work on all hardware manufactures, like Dell, HP, Acer, Asus, Toshiba, Lenovo, and Samsung.

Are you a Windows user intrigued by the vast possibilities offered by Linux? Do you want to explore the Ubuntu ecosystem without compromising your Windows environment? Look no further! With the Windows Subsystem for Linux (WSL), you can seamlessly install and run Ubuntu on your Windows 10 or 11 system. In this article, we will guide you through the process, unlocking a world of open-source potential.

Why Ubuntu?

Ubuntu, one of the most popular Linux distributions, is known for its stability, security, and user-friendly interface. It provides a robust and versatile environment, ideal for developers, system administrators, and enthusiasts alike. By installing Ubuntu alongside your Windows operating system, you gain access to a wide range of Linux software, tools, and utilities. Let's dive into the installation process and get started!

How to Install Ubuntu on Windows 10 & 11 using WSL

Follow the steps below to get this up and running on your computer.

Enable WSL

Before we can proceed with the installation, we need to ensure that WSL is enabled on your Windows machine. To do this, follow these simple steps:

  1. Open PowerShell as an administrator.
  2. Execute the command: wsl --install. This command will enable the necessary features and install the latest WSL version.

Download Ubuntu from the Microsoft Store

  1. Open the Microsoft Store from the Start menu.
  2. Search for “Ubuntu” and select the latest version available.
  3. Click on the “Get” or “Install” button to initiate the download and installation process.

Launch Ubuntu

Once the installation is complete, it's time to launch Ubuntu:

  1. Open the Start menu and search for “Ubuntu.”
  2. Click on the Ubuntu application to start the setup process.
  3. Wait for Ubuntu to initialize. This may take a few moments.

Set Up Ubuntu

After launching Ubuntu for the first time, you'll be prompted to create a new username and password. This will be your Ubuntu account credentials. Choose a secure password, and remember it for future use.

Update Ubuntu

To ensure you have the latest packages and security patches, it is crucial to update Ubuntu:

  1. In the Ubuntu terminal, execute the following command: sudo apt update.
  2. Enter your password when prompted.
  3. Next, run the command: sudo apt upgrade to install the available updates.

Exploring Ubuntu

Congratulations! You now have Ubuntu up and running on your Windows machine. Take a moment to explore the Ubuntu terminal and familiarize yourself with the Linux environment. You can use the apt package manager to install additional software, such as programming languages, text editors, and development tools.

Integrating Ubuntu with Windows File System

With WSL, you can seamlessly access your Windows file system from within Ubuntu. Your Windows files are mounted under the /mnt directory. For example, your C: drive will be available at /mnt/c/. This integration allows you to work with files and directories seamlessly across both operating systems.

Conclusion

By following these simple steps, you can harness the power of Ubuntu within your Windows 10 or 11 environment using the Windows Subsystem for Linux. Ubuntu, renowned for its versatility and user-friendly interface, offers a gateway to the vast world of Linux software and tools. Whether you are a developer, system administrator, or simply an enthusiast, installing Ubuntu through WSL will unlock a multitude of possibilities for you.

Embrace the power of open-source and take your Windows experience to new heights by embracing Ubuntu. Install WSL, download Ubuntu from the Microsoft Store, and enjoy the best of both worlds. Happy exploring!

Topics topics addressed in this tutorial:

  • install linux on windows 10 & 11
  • linux terminal for windows run linux on windows 10 & 11
  • windows terminal windows subsystem for linux installation guide for windows 10 & 11
  • install bash ubuntu bash
  • install command ubuntu desktop on windows 10 & 11

Related Articles

Leave a Reply

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

Back to top button