|
148 | 148 | <div class="dropdown-menu dropdown-menu-right dropdown-menu-lg-left" aria-labelledby="version-selector-dropdown"> |
149 | 149 |
|
150 | 150 |
|
151 | | - <a href="../../.." class="dropdown-item"> |
| 151 | + <a href="../../../v2/terminal/" class="dropdown-item"> |
152 | 152 |
|
153 | 153 |
|
154 | 154 | AlmaLinux 10 (latest) |
|
158 | 158 |
|
159 | 159 |
|
160 | 160 |
|
161 | | - <a href="../../.." class="dropdown-item active"> |
| 161 | + <a href="../../terminal/" class="dropdown-item active"> |
162 | 162 |
|
163 | 163 |
|
164 | 164 | AlmaLinux 9 |
@@ -238,6 +238,12 @@ <h5 class="subnavigation__title">Table of Contents</h5> |
238 | 238 |
|
239 | 239 |
|
240 | 240 |
|
| 241 | +<li class="subnavigation__list-item "> |
| 242 | + <a href="../../terminal/" class="subnavigation__link">Terminal</a> |
| 243 | +</li> |
| 244 | + |
| 245 | + |
| 246 | + |
241 | 247 |
|
242 | 248 |
|
243 | 249 |
|
@@ -353,10 +359,6 @@ <h5 class="subnavigation__title">Table of Contents</h5> |
353 | 359 | <h6 class="toc__headline">On this page</h6> |
354 | 360 | <ul class="toc__list"> |
355 | 361 |
|
356 | | - <li class="toc__entry"> |
357 | | - <a href="#check-if-wls2-is-already-available" class="toc__link nav-link">Check if WLS2 is already available</a> |
358 | | - </li> |
359 | | - |
360 | 362 | <li class="toc__entry"> |
361 | 363 | <a href="#install-wsl2" class="toc__link nav-link">Install WSL2</a> |
362 | 364 | </li> |
@@ -387,9 +389,6 @@ <h6 class="toc__headline">On this page</h6> |
387 | 389 |
|
388 | 390 |
|
389 | 391 | <h1 id="almalinux-9-system-requirements">AlmaLinux 9 System requirements</h1> |
390 | | -<p>If you're not already using it, we recommend you to install <a href="https://apps.microsoft.com/detail/9n0dx20hk701?hl=en-US&gl=US">Windows Terminal</a>. |
391 | | -It is a modern tool that incorporates the power of multiple already known command-line applications like <code>Windows PowerShell</code>, <code>Linux shell</code>, and more...</p> |
392 | | -<h2 id="check-if-wls2-is-already-available">Check if WLS2 is already available</h2> |
393 | 392 | <p>Open <code>Windows Terminal</code> and execute the following command:</p> |
394 | 393 | <pre class="highlight"><code class="language-shell">wsl -v</code></pre> |
395 | 394 | <p>The output should look similar to this:</p> |
@@ -430,9 +429,9 @@ <h2 id="install-wsl2">Install WSL2</h2> |
430 | 429 |
|
431 | 430 | <li class="col text-nowrap text-md-start"> |
432 | 431 |
|
433 | | - <a rel="prev" class="page-nav__link page-nav__link--prev" href="../../../v2/faq/"> |
| 432 | + <a rel="prev" class="page-nav__link page-nav__link--prev" href="../../terminal/"> |
434 | 433 | <i class="bi bi-chevron-left"></i> |
435 | | - FAQ |
| 434 | + Terminal |
436 | 435 | </a> |
437 | 436 |
|
438 | 437 | </li> |
|
0 commit comments