windows 10, 11 에서 wsl 로 linux 를 설치하면 ubuntu 로 설치가된다.
rocky linux 를 하기 위해서 다음과 같이 진행.
가. wsl 파일 다운로드
https://dl.rockylinux.org/pub/rocky/10/images/x86_64/
Rocky Linux Repository
dl.rockylinux.org
Rocky-10-WSL-Base.latest.x86_64.wsl
파일을 다운로드
나. wsl 생성
WSL 을 생성할 폴더를 지정 한다.
D:\WSL 로 사용
다운 받은 Rocky-10-WSL-Base.latest.x86_64.wsl 파일을 D:\WSL 에 복사 또는 이동
D:\WSL> wsl --import Rocky10 D:\WSL\Rocky10 Rocky-10-WSL-Base.latest.x86_64.wsl --version 2
D:\WSL> wsl --list
Linux용 Windows 하위 시스템 배포:
Rocky10(기본값)
다. 사용
Command 창에서 wsl 이라고 입력 하면
D:\WSL> wsl
[root@DESKTOP- WSL]#
[root@DESKTOP- WSL]# cd /mnt/d/WSL
[root@DESKTOP- WSL]# ll
total 151480
drwxrwxrwx 1 root root 512 Apr 12 10:41 Rocky10
-rwxrwxrwx 1 root root 155110943 Apr 9 22:33 Rocky-10-WSL-Base.latest.x86_64.wsl
[root@DESKTOP- WSL]# pwd
/mnt/d/WSL
[root@DESKTOP- WSL]#
'🖥️IT지식 > 기타 설치 설정' 카테고리의 다른 글
| nginx 에서 SSL 인증서 적용 (0) | 2026.05.22 |
|---|---|
| nginx 에서 SSL http 인증 (0) | 2026.05.22 |
| 티스토리 개인 도메인 연결방법 (0) | 2026.05.19 |
| [Rocky Linux] postgresql 16 + pgVector 설치 (0) | 2026.05.12 |
| [Rocky Linux] Node.js Version 22 설치 (0) | 2026.05.11 |
