You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/learning-paths/laptops-and-desktops/wsl2/setup.md
+18-9Lines changed: 18 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ The operation completed successfully.
59
59
60
60
## Install a Linux distribution
61
61
62
-
Once WSL 2 is installed, the Microsoft store is the easiest place to find a Linux distribution. [Installing Ubuntu 22.04](https://apps.microsoft.com/store/detail/ubuntu-22041-lts/9PN20MSR04DW) is quick and easy from the store.
62
+
Once WSL 2 is installed, the Microsoft store is the easiest place to find a Linux distribution. [Installing Ubuntu 24.04](https://apps.microsoft.com/detail/9nz3klhxdjp5?hl=en-US&gl=US) is quick and easy from the store.
63
63
64
64
There are other Linux distributions available in the Microsoft Store. Make sure to select the ones that work on Arm. Some do not work and it may be some trial-and-error to identify those that work on Arm.
65
65
@@ -74,24 +74,33 @@ wsl --list --online
74
74
The output will list the available distributions:
75
75
76
76
```output
77
+
The following is a list of valid distributions that can be installed.
78
+
Install using 'wsl.exe --install <Distro>'.
79
+
77
80
NAME FRIENDLY NAME
78
-
Ubuntu Ubuntu
81
+
AlmaLinux-8 AlmaLinux OS 8
82
+
AlmaLinux-9 AlmaLinux OS 9
83
+
AlmaLinux-Kitten-10 AlmaLinux OS Kitten 10
84
+
AlmaLinux-10 AlmaLinux OS 10
79
85
Debian Debian GNU/Linux
86
+
FedoraLinux-42 Fedora Linux 42
87
+
Ubuntu Ubuntu
88
+
Ubuntu-24.04 Ubuntu 24.04 LTS
80
89
kali-linux Kali Linux Rolling
81
-
Ubuntu-18.04 Ubuntu 18.04 LTS
90
+
openSUSE-Tumbleweed openSUSE Tumbleweed
91
+
openSUSE-Leap-16.0 openSUSE Leap 16.0
82
92
Ubuntu-20.04 Ubuntu 20.04 LTS
83
93
Ubuntu-22.04 Ubuntu 22.04 LTS
84
-
Ubuntu-24.04 Ubuntu 24.04 LTS
85
-
openSUSE-Tumbleweed openSUSE Tumbleweed
94
+
openSUSE-Leap-15.6 openSUSE Leap 15.6
86
95
```
87
96
88
97
Install a distribution from this list:
89
98
90
99
```cmd
91
-
wsl --install Ubuntu
100
+
wsl --install Ubuntu-24.04
92
101
```
93
102
94
-
Be patient, the progress may stay on 0 for a bit.
103
+
Be patient, the download and install takes some time.
95
104
96
105
After installation, each Linux distribution will have an icon on the Windows application menu. Use this icon to start WSL with the Linux distribution.
97
106
@@ -154,7 +163,7 @@ wsl --list --running
154
163
Terminate a running distribution:
155
164
156
165
```console
157
-
wsl --terminate Ubuntu-22.04
166
+
wsl --terminate Ubuntu-24.04
158
167
```
159
168
160
169
Shutdown all running distributions:
@@ -166,7 +175,7 @@ wsl --shutdown
166
175
Unregister the Linux distribution and delete the filesystem:
0 commit comments