WSL 2 的安裝過程(以及介紹)
什麼是WSL2
為什麼要WSL2
啟用“虛擬機器平臺”
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
Enable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform -NoRestart
安裝WSL2
systeminfo
安裝WSL
wsl --install
wsl --list --online
wsl --install -d Ubuntu-20.04
配置Linux
sudo vim /etc/apt/sources.list
deb deb-src deb https://mirrors.aliyun.com/ubuntu/ focal-security main restricted universe multiverse deb-src https://mirrors.aliyun.com/ubuntu/ focal-security main restricted universe multiverse deb deb-src deb deb-src deb deb-src
deb deb-src deb https://mirrors.aliyun.com/debian-security/ bullseye-security main deb-src https://mirrors.aliyun.com/debian-security/ bullseye-security main deb deb-src deb deb-src
遇到問題:
sudo nano /etc/apt/sources.list
sudo apt update
sudo apt install --reinstall ca-certificates
sudo apt update && sudo apt upgrade
安裝Windows Terminal
檢視Linux版本資訊
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/70003733/viewspace-2901939/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Nginx的介紹及安裝過程Nginx
- Redis介紹以及安裝(Linux)RedisLinux
- BookKeeper 介紹(2)--安裝
- 簡述WSL 2安裝和WSL 1轉換為WSL 2
- 爬蟲課程(六)|Scrapy安裝以及目錄結構介紹爬蟲
- 安裝pygame和pip的問題以及過程GAM
- PYTORCH安裝過程以及遇到的問題PyTorch
- WSL2安裝systemd方法
- linux環境下安裝mysql8.0過程介紹GMFXLinuxMySql
- 【主機】vnc 介紹以及安裝時注意的問題VNC
- WSL2以及容器的坑
- 2 Day DBA-介紹-安裝方法
- 在 wsl2 中安裝redisRedis
- rlwrap的安裝介紹
- HanLP封裝為web services服務的過程介紹HanLP封裝Web
- ZooKeeper分散式專題(一) -- zookeeper安裝以及介紹分散式
- 【WSL2】在 Windows 10 中安裝 WSL2 的 Linux 子系統WindowsLinux
- 基於DataX的資料同步(上)-DataX介紹以及安裝
- 最詳盡教程完整介紹-Windows 的 Linux 子系統-WSL1&WSL2WindowsLinux
- db2 安裝過程小結DB2
- 2 Day DBA-介紹-安裝型別型別
- 如何在 Windows 10 上安裝 WSL 2Windows
- MySQL 安裝介紹MySql
- Go 安裝介紹Go
- docker介紹、安裝Docker
- Linux的啟動過程介紹Linux
- TestNG簡單介紹以及安裝—學習筆記1筆記
- HBase的安裝模式介紹模式
- webpack的安裝過程Web
- 【Docker】2. Docker的架構介紹、安裝與解除安裝 (CentOS 7)Docker架構CentOS
- RAC安裝過程(連續3天安裝2次)
- LAMP架構介紹、MYSQL介紹、安裝LAMP架構MySql
- Win11安裝基於WSL2的UbuntuUbuntu
- mysql 匯入匯出資料庫以及函式、儲存過程的介紹MySql資料庫函式儲存過程
- Java 物件初始化的過程介紹Java物件
- Nginx 安裝配置介紹Nginx
- RocketMQ 介紹與安裝MQ
- 安裝apache及介紹Apache