By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
TechyBuff
  • How-To
  • News
  • Resources
  • Delta
Reading: How to Install & Run Ubuntu on Windows 11 (WSL/WSL2)
Best Deals
  • Emulators
    • PPSSPP
  • Sideload
    • Scarlet
    • Flekstore
    • Sierra
    • AltStore
    • Trollstore
    SideloadShow More
    How to Enable JIT using Stikdebug on iOS 26
    September 26, 2025
    VPN setup for Custom DNS
    VPN Setup for Custom DNS in 3 Steps : Fix DNS Leaks
    July 9, 2025
    iDevice Pair: How to Generate Pairing File (2025 Guide)
    June 7, 2025
    play ps2 on iPhone
    How to Play PS2 on iPhone Using LiveContainer – The Ultimate Guide (2025)
    June 1, 2025
    Portal app iOS sideloading
    Reasons to Use Portal App for iOS Sideloading [2025 Guide]
    May 18, 2025
  • How-To
  • Troubleshoot
  • Windows OS
  • Contact
Reading: How to Install & Run Ubuntu on Windows 11 (WSL/WSL2)
Font ResizerAa

TechyBuff

Simply Tech, No Clickbait!

  • Sideload
  • Delta
  • How-To
  • Fortnite
  • Windows OS
  • Troubleshoot
  • Resources
  • News
  • Contact
Search
  • Sideload
    • Trollstore
    • Esign
    • Sideloadly
    • feather github
    • Feather
    • AltStore
    • Sierra
    • Fortnite
    • Flekstore
    • Scarlet
  • Delta
  • How-To
  • Fortnite
  • Windows OS
  • Troubleshoot
  • Resources
  • News
  • Contact
ppsspp ios

Ultimate Guide to PPSSPP iOS: Load & Play PSP Games without Jailbreak

Techjunkie Aman
Techjunkie Aman
August 16, 2024
FacebookLike
InstagramFollow
YoutubeSubscribe
TelegramFollow
Follow US
© Techybuff. Techjunkie Aman. All Rights Reserved.
TechyBuff > Blog > Trollstore > How to Install & Run Ubuntu on Windows 11 (WSL/WSL2)
Trollstore

How to Install & Run Ubuntu on Windows 11 (WSL/WSL2)

Techjunkie Aman
Last updated: July 17, 2025 8:28 pm
By Techjunkie Aman
3 Min Read
Share
wsl ubuntu
SHARE

Introduction

Running Ubuntu on Windows 11 has never been easier, thanks to WSL (Windows Subsystem for Linux). Whether you’re a developer, student, or enthusiast, this guide gives you the exact commands to install and run Ubuntu with just a few steps. No dual boot. No virtual machine. Just pure Linux inside Windows.

Contents
  • Introduction
  • Step-by-Step Guide to Install Ubuntu on WSL/WSL2
    • Check Existing WSL Installations
    • View All Available Linux Distributions
    • Install Ubuntu (Choose One from the List)
    • Update & Upgrade Your Ubuntu System
    • Install Gedit (Graphical Text Editor)
    • Check Gedit Version
    • Launch Gedit
  • Final Thoughts
  • Frequently Asked Questions (FAQ)

Step-by-Step Guide to Install Ubuntu on WSL/WSL2

Open Command Prompt (as Administrator) and follow the commands below:

Check Existing WSL Installations

wsl -l -v

This lists the installed Linux distributions and shows whether they’re using WSL 1 or WSL 2.

View All Available Linux Distributions

wsl --list --online

You’ll see a list like:

    • Ubuntu
    • Debian
    • Kali-Linux
    • Ubuntu-20.04
    • Ubuntu-22.04

Install Ubuntu (Choose One from the List)

wsl --install -d (NAME)

You can replace “NAME” with a version like Ubuntu-22.04 depending on your need.

Once done, Windows will set up Ubuntu and ask you to create a username and password.

Update & Upgrade Your Ubuntu System

Once inside Ubuntu (in the terminal), run:

sudo apt update
sudo apt upgrade -y

This ensures your system is up to date with the latest packages.

Install Gedit (Graphical Text Editor)

sudo apt install gedit -y

Check Gedit Version

gedit --version

Launch Gedit

gedit

Note: If Gedit doesn’t open with GUI, make sure you’ve installed WSLg (GUI support). It comes built-in with Windows 11.

Final Thoughts

With WSL2 and Ubuntu, you get the best of both worlds — Linux power inside Windows 11. Whether you’re coding, compiling, or learning Linux, this setup gets you started in minutes.

Frequently Asked Questions (FAQ)

1. What is WSL and WSL2?
WSL (Windows Subsystem for Linux) lets you run Linux directly on Windows without a virtual machine. WSL2 is the upgraded version with better performance and full system call compatibility.

2. Do I need to enable anything before using WSL?
Windows 11 automatically enables required features when you use wsl --install. But manually, you’d need to enable “Windows Subsystem for Linux” and “Virtual Machine Platform”

7. Why won’t Gedit launch with a GUI?
Make sure you’re using WSLg (GUI support for WSL2), which is included by default in Windows 11.

8. Can I use WSL for development?
Absolutely. It’s great for Python, Node.js, web development, Docker, and integrates smoothly with VS Code.

9. How do I uninstall Ubuntu from WSL?
Run the following command:

wsl --unregister Ubuntu

Share this:

  • Click to share on Facebook (Opens in new window) Facebook
  • Click to share on X (Opens in new window) X

Like this:

Like Loading...

Effortlessly Enable Hyper-V in Windows 11 Home (Ultimate Step-by-Step Guide)
5 Easy HTML Steps to Reveal Who Unfollowed You on Instagram
4 Epic Ways StosVPN Unleashes SideStore Setup
5 Proven Ways to Sideload Apps on iOS Without Jailbreak (Step-by-Step Guide)
Can You Install APK on an iOS Devices in 2024?
Share This Article
Facebook Copy Link
1 Comment
  • blood pressure says:
    August 6, 2025 at 2:00 pm

    Thank you, I’ve recently been looking for info about this subject for ages and
    yours is the greatest I’ve came upon till now. However, what
    concerning the conclusion? Are you certain about the supply?

    Have a look at my web site – blood pressure

    Reply

Leave a Reply Cancel reply

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

//

We influence 20 million users and is the number one business and technology news network on the planet

How-ToGuideSidestoreTrollstore

How to Enable JIT using Stikdebug on iOS 26

Introduction Enabling Just-In-Time (JIT) compilation for apps on iOS isn’t straightforward, but with the right tools, you can get it working using Stikdebug. Below is a step-by-step guide to help…

Techjunkie Aman
September 26, 2025

Your may also like!

How-ToGuideSidestoreTrollstore

How to Enable JIT using Stikdebug on iOS 26

Techjunkie Aman
September 26, 2025
ubuntu password reset
Windows OSGuideHow-ToTroubleshoot

How to Reset Ubuntu Password in Windows 11 WSL (Step-by-Step Guide)

Techjunkie Aman
September 14, 2025
iphone unavailable
TroubleshootGuideHow-ToWindows OS

Unlock iPhone Unavailable or Passcode Issues – Free Fix

Techjunkie Aman
August 28, 2025
TroubleshootGuideHow-To

iTunes Not Detecting iPhone? Fix It in 3 Easy Ways (Windows Users Only)

Techjunkie Aman
July 21, 2025

Quick Links

  • Privacy Policy
  • About Us
  • Disclaimer
Collab With ME

Socials

Follow US
adbanner
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?

%d