Skip to content

Commit 8795e1c

Browse files
Added wsl2-kernel.md
1 parent ca6cf93 commit 8795e1c

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

WSL/wsl2-kernel.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Updating the WSL 2 Linux kernel
3+
description: Instructions on how to update your WSL 2 Linux kernel manually
4+
keywords: BashOnWindows, bash, wsl, windows, windows subsystem for linux, windowssubsystem, ubuntu, wsl.conf, wslconfig
5+
ms.date: 03/12/2020
6+
ms.topic: article
7+
ms.assetid: 7afaeacf-435a-4e58-bff0-a9f0d75b8a51
8+
ms.custom: seodec18
9+
---
10+
11+
# Updating the WSL 2 Linux kernel
12+
13+
To manually update the Linux kernel inside of WSL 2 please follow these steps.
14+
15+
## Download the Linux kernel update package
16+
17+
Please click on [this link](https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi) to download the latest WSL2 Linux kernel update package for AMD64 machines.
18+
19+
> [!NOTE] if you're using an ARM64 machine, please download [this package](https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_arm64.msi) instead.
20+
21+
## Install the Linux kernel update package
22+
23+
To install the Linux kernel update package:
24+
1. Run the update package downloaded in the previous step.
25+
2. You will be prompted for elevated permissions, select ‘yes’ to approve this installation.
26+
3. Once the installation is complete, you are ready to begin using WSL2!
27+
28+
## Future plans for updating the WSL2 Linux kernel
29+
30+
For more info on these changes, please read [this blog post](https://devblogs.microsoft.com/commandline/wsl2-will-be-generally-available-in-windows-10-version-2004) on the [Windows Command Line Blog](https://aka.ms/cliblog).

0 commit comments

Comments
 (0)