File tree Expand file tree Collapse file tree 2 files changed +68
-2
lines changed
Expand file tree Collapse file tree 2 files changed +68
-2
lines changed Original file line number Diff line number Diff line change 11# Install AlmaLinux9
22
3+ Before proceeding with the installation, we need to make sure that no other WSL2 distribution (aka: _ distro_ ) is running.
4+ This is important because this installation will fail if required ports are already in use by another distro.
5+
36Open ` Windows Terminal ` .
47
5- List the available Linux distributions (aka: _ distros_ ) by executing:
8+ ## Stop other WSL2 distros
9+
10+ List all installed distros:
11+
12+ ``` shell
13+ wsl -l -v
14+ ```
15+
16+ If there is no other distro installed, you will see the below output (an empty list):
17+
18+ ``` text
19+ NAME STATE VERSION
20+ ```
21+
22+ In this case, you can jump to the [ installation] ( #install-almalinux9-1 ) section.
23+
24+ If you have other distros installed, the output could look similar to the below:
25+
26+ ``` text
27+ NAME STATE VERSION
28+ * AlmaLinux-9 Stopped 2
29+ * AlmaLinux-10 Running 2
30+ ```
31+
32+ Make sure that the ** STATE** column reads ** Stopped** for all distros.
33+ If any of them reads ** Running** , you must stop if first by executing ` wsl -t <distro-name> ` , for example: ` wsl -t AlmaLinux-10 ` .
34+ Once you have stopped all distros, you can continue to the [ installation] ( #install-almalinux9-1 ) section.
35+
36+ ## Install AlmaLinux9
37+
38+ List the available Linux distros by executing:
639
740``` shell
841wsl --list --online
Original file line number Diff line number Diff line change 11# Install AlmaLinux9
22
3+ Before proceeding with the installation, we need to make sure that no other WSL2 distribution (aka: _ distro_ ) is running.
4+ This is important because this installation will fail if required ports are already in use by another distro.
5+
36Open ` Windows Terminal ` .
47
5- List the available Linux distributions (aka: _ distros_ ) by executing:
8+ ## Stop other WSL2 distros
9+
10+ List all installed distros:
11+
12+ ``` shell
13+ wsl -l -v
14+ ```
15+
16+ If there is no other distro installed, you will see the below output (an empty list):
17+
18+ ``` text
19+ NAME STATE VERSION
20+ ```
21+
22+ In this case, you can jump to the [ installation] ( #install-almalinux9-1 ) section.
23+
24+ If you have other distros installed, the output could look similar to the below:
25+
26+ ``` text
27+ NAME STATE VERSION
28+ * AlmaLinux-9 Stopped 2
29+ * AlmaLinux-10 Running 2
30+ ```
31+
32+ Make sure that the ** STATE** column reads ** Stopped** for all distros.
33+ If any of them reads ** Running** , you must stop if first by executing ` wsl -t <distro-name> ` , for example: ` wsl -t AlmaLinux-10 ` .
34+ Once you have stopped all distros, you can continue to the [ installation] ( #install-almalinux9-1 ) section.
35+
36+ ## Install AlmaLinux9
37+
38+ List the available Linux distros by executing:
639
740``` shell
841wsl --list --online
You can’t perform that action at this time.
0 commit comments