리눅스 마스터 취득을 위해서 wsl로 설치 해 보았다.
1. PowerShell을 관리자 권한으로 실행한다.
2. Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux 을 실행한 뒤에 Y를 눌러서 재부팅한다.
3. https://www.microsoft.com/store/productId/9PDXGNCFSCZV?ocid=pdpshare 에 가서 다운 받아서 사용하면 된다.
5. gui 도 사용하고 싶으면 아래와 같이 설치하면 되는데 windows 11 이상이라던지 조건이 많이 있다.
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install ubuntu-desktop
(오래 걸린다.)
sudo apt-get install indicator-appmenu-tools
sudo apt-get install indicator-session
sudo apt-get install indicator-datetime
sudo apt-get install indicator-applet-complete
sudo apt-get install lightdm
sudo service lightdm start
sudo apt install wsl
sudo apt update
sudo apt install gnome-text-editor -y
회사에서는 Microsoft Store가 막혀서 복잡하게 설치했는데, 기본적으로는 저렇게 하면 된다.
.
복잡하게 설치하는 법은 참조 URL의 2~5를 참조하면 된다.
참조 URL
댓글
댓글 쓰기