WSL

Difference between r1.1 and the current

@@ -1,3 +1,6 @@
Windows Subsystem for Linux
Windows에서 쓸 수 있는 [[리눅스,Linux]] 환경.
= 설치 installing WSL =
Windows cmd에서,
{{{wsl --list --online}}}
@@ -6,3 +9,16 @@
로 선택하던지, 아니면 *로 지정되어있는 기본 distribution을 설치하려면
{{{wsl --install}}}
하면 설치된다.
 
= WSLg =
Windows Subsystem for Linux GUI
WSL에 graphics와 sound를 추가한?
 
https://github.com/microsoft/wslg
 
== 참고 ==
https://devblogs.microsoft.com/commandline/wslg-architecture/
 
 
= 참고 링크 =
https://arstechnica.com/gadgets/2021/10/the-best-part-of-windows-11-is-a-revamped-windows-subsystem-for-linux/



Windows Subsystem for Linux
Windows에서 쓸 수 있는 리눅스,Linux 환경.

설치 installing WSL

Windows cmd에서,
wsl --list --online
하면 어떤 distribution을 설치할 수 있는지 나온다.
wsl --install -d Distro
로 선택하던지, 아니면 *로 지정되어있는 기본 distribution을 설치하려면
wsl --install
하면 설치된다.

WSLg

Windows Subsystem for Linux GUI
WSL에 graphics와 sound를 추가한?