当前位置:网站首页>WSL 2 will not be installed yet? It's enough to read this article
WSL 2 will not be installed yet? It's enough to read this article
2022-07-02 12:06:00 【raelum】
Catalog
One 、 Prerequisite
about 64 Bit system , If you want to install WSL 2, Need to meet OS Internal version ≥18362.
Press down win + R , Then input winver Check it out. OS Build of :

It can be seen that our version number meets the requirements , So you can install .
Two 、 Enable for Linux Of Windows Subsystem
With Administrator status open Powershell, Then enter the following command :
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
After the execution Don't turn it off yet window .
3、 ... and 、 Enable virtual machine
continue stay Powershell Type the command in the window :
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
Close the window after execution , restart Computer .
Four 、 to update Linux kernel
First download Apply to x64 The computer WSL 2 Linux Kernel update package , Then double click to install .
If you are prompted to provide elevated permissions , choice “ yes ” To approve this installation .
5、 ... and 、 take WSL 2 Set as default version
With Administrators Identity open Powershell, Then enter the following command :
wsl --set-default-version 2
6、 ... and 、 install Linux Distribution version ——Ubuntu
in fact Microsoft Store You can complete the installation in , But here we choose to install it manually , Because the manual installation has strong controllability .
some Linux Distribution and its download address :
| Linux Distribution version | Download |
|---|---|
| Ubuntu | https://aka.ms/wslubuntu |
| Ubuntu 20.04 | https://aka.ms/wslubuntu2004 |
| Ubuntu 18.04 | https://aka.ms/wsl-ubuntu-1804 |
| Debian GNU/Linux | https://aka.ms/wsl-debian-gnulinux |
| Kali Linux | https://aka.ms/wsl-kali-linux-new |
| Fedora Remix for WSL | https://github.com/WhitewaterFoundry/WSLFedoraRemix/releases/ |
Here we have Ubuntu 20.04 For example , When the download is complete , You'll get one called CanonicalGroupLimited.UbuntuonWindows_2004.2021.825.0.AppxBundle The file of . As can be seen from the suffix , It is associated with the Microsoft Store .
WSL 2 The essence of is virtual machine , The relevant files will be stored in the virtual disk ( Suffix named .vhdx), The disk initially has more than one G, If installed later docker Wait for the software C The dish is unbearable , So we need to install it in other disks ( for example D disc ).
Double click to download the good AppxBundle File to install , It will be installed by default to C disc . Here's the picture , Click Install directly :

After installation , A pop-up window will pop up for us to set the user name and password ( Note that the password will not echo ), Close the window after setting .
The next step is to migrate , We use Administrators Identity open Powershell window , Then input
wsl -l --all -v
To view the installed distributions .

Note that the name of our distribution is Ubuntu instead of Ubuntu-20.04.
Suppose we want to move to D disc , First, release the version as .tar The format is exported to D disc :
wsl --export Ubuntu d:\wsl-ubuntu.tar
Then log out of the current release :
wsl --unregister Ubuntu
Then re import and install WSL 2 stay D:\Ubuntu Next :
wsl --import Ubuntu d:\Ubuntu d:\wsl-ubuntu.tar --version 2
Besides , You also need to set the user name of the default login user to the original user name :
ubuntu config --default-user raelum
Finally delete .tar file
del d:\wsl-ubuntu.tar
7、 ... and 、 install Windows Terminal
stay Microsoft Store Search inside Windows Terminal And install :

7.1 take Ubuntu The default running environment is ( Optional )
take Ubuntu Setting as the default running environment means , When we start Windows Terminal Or click “+” No. when creating a new window , A new one will be created automatically Ubuntu The window of :

Set by , First click the inverted triangle , Select settings from the pop-up drop-down list :

Click the gear button again in the pop-up window to open settings.json file :

We are profiles Of list Find below Ubuntu Corresponding guid :

then defaultProfile hinder guid Replace with this guid that will do :

7.2 Set the startup directory to user HOME Catalog
WSL 2 The default startup directory is Windows User root :C:\Users\<Username>, instead of Linux User's in the system HOME Catalog , So we need to be able to settings.json Make a change in .
in fact , Only need profiles Of list Find below Ubuntu, Then add a line :
"startingDirectory": "//wsl$/<Ubuntu_name>/home/<username>"
that will do , among <Ubuntu_name> Is your Ubuntu The name of the distribution , The last save settings.json Even if the setting is completed .
边栏推荐
- 全链路压测
- ESP32 Arduino 引入LVGL 碰到的一些问题
- to_bytes与from_bytes简单示例
- H5, add a mask layer to the page, which is similar to clicking the upper right corner to open it in the browser
- 自然语言处理系列(三)——LSTM
- 字符串回文hash 模板题 O(1)判字符串是否回文
- K-Means Clustering Visualization in R: Step By Step Guide
- Easyexcel and Lombok annotations and commonly used swagger annotations
- Gaode map test case
- post请求体内容无法重复获取
猜你喜欢

Jenkins用户权限管理
![[visual studio 2019] create and import cmake project](/img/51/6c2575030c5103aee6c02bec8d5e77.jpg)
[visual studio 2019] create and import cmake project

How to Easily Create Barplots with Error Bars in R

ES集群中节点与分片的区别

Lekao: contents of the provisions on the responsibility of units for fire safety in the fire protection law

Filtre de profondeur de la série svo2

自然语言处理系列(三)——LSTM

YYGH-BUG-04
![[QT] Qt development environment installation (QT version 5.14.2 | QT download | QT installation)](/img/18/f0c9ef6250a717f8e66c95da4de08c.jpg)
[QT] Qt development environment installation (QT version 5.14.2 | QT download | QT installation)

Beautiful and intelligent, Haval H6 supreme+ makes Yuanxiao travel safer
随机推荐
H5, add a mask layer to the page, which is similar to clicking the upper right corner to open it in the browser
PyTorch nn. Full analysis of RNN parameters
Thesis translation: 2022_ PACDNN: A phase-aware composite deep neural network for speech enhancement
[untitled] how to mount a hard disk in armbian
Leetcode922 按奇偶排序数组 II
PyTorch搭建LSTM实现服装分类(FashionMNIST)
5g era, learning audio and video development, a super hot audio and video advanced development and learning classic
Full link voltage measurement
动态内存(进阶四)
to_bytes与from_bytes简单示例
Easyexcel and Lombok annotations and commonly used swagger annotations
SCM power supply
全链路压测
小程序链接生成
Leetcode14 longest public prefix
求16以内正整数的阶乘,也就是n的阶层(0=<n<=16)。输入1111退出。
Implementation of address book (file version)
Larvel modify table fields
Log4j2
【C语言】十进制数转换成二进制数