기타

WSL2 Ubuntu 버전 18.04에서 22.04로 올리기

Bonita SY 2024. 6. 11. 23:15
728x90
반응형

 

WSL 버전 확인

powershell에서 진행

wsl -l -v

 


 

WSL 버전 업데이트

18.04 to 20.04

wsl에서 순차적으로 진행

sudo apt purge snapd

sudo apt update
sudo apt upgrade

sudo apt install update-manager-core

sudo do-release-upgrade

컴퓨터 재시작

lsb_release -a



20.04 to 22.04

wsl에서 순차적으로 진행 (위에서 수행했던 것을 다시 반복)

sudo apt update
sudo apt upgrade

sudo do-release-upgrade

컴퓨터 재시작

lsb_release -a

 

출처

https://www.benjaminrancourt.ca/how-to-update-ubuntu-in-wsl-from-18-04-to-22-04/

 

How to Update Ubuntu in WSL from 18.04 to 22.04

Are you stuck with Ubuntu 18.04 for your WSL distribution? In this article, I finally managed to upgrade to the latest LTS version! 😎

www.benjaminrancourt.ca

 

728x90
반응형