Linux 배포판 목록 조회
> wsl --list --online
or
> wsl -l -o
Linux 배포판 Ubuntu-22.04 설치
> wsl --install -d Ubuntu-22.04
[ 설치 로그 ]
1. PowerShell 또는 명령 프롬프트 실행
2. Linux 배포판 목록 조회
PS C:\devel> wsl --list --online
다음은 설치할 수 있는 유효한 배포 목록입니다.
'wsl.exe --install <Distro>'을 사용하여 설치합니다.
NAME FRIENDLY NAME
AlmaLinux-8 AlmaLinux OS 8
AlmaLinux-9 AlmaLinux OS 9
AlmaLinux-Kitten-10 AlmaLinux OS Kitten 10
AlmaLinux-10 AlmaLinux OS 10
Debian Debian GNU/Linux
FedoraLinux-42 Fedora Linux 42
SUSE-Linux-Enterprise-15-SP6 SUSE Linux Enterprise 15 SP6
SUSE-Linux-Enterprise-15-SP7 SUSE Linux Enterprise 15 SP7
Ubuntu Ubuntu
Ubuntu-24.04 Ubuntu 24.04 LTS
archlinux Arch Linux
kali-linux Kali Linux Rolling
openSUSE-Tumbleweed openSUSE Tumbleweed
openSUSE-Leap-15.6 openSUSE Leap 15.6
Ubuntu-18.04 Ubuntu 18.04 LTS
Ubuntu-20.04 Ubuntu 20.04 LTS
Ubuntu-22.04 Ubuntu 22.04 LTS
OracleLinux_7_9 Oracle Linux 7.9
OracleLinux_8_10 Oracle Linux 8.10
OracleLinux_9_5 Oracle Linux 9.5
3. Linux 배포판 Ubuntu-22.04 설치
PS C:\devel> wsl --install -d Ubuntu-22.04
wsl: 레거시 배포 등록을 사용하고 있습니다. tar 기반 배포를 대신 사용하는 것이 좋습니다.
다운로드 중: Ubuntu 22.04 LTS
설치 중: Ubuntu 22.04 LTS
Ubuntu 22.04 LTS이(가) 다운로드되었습니다.
배포가 설치되었습니다. 'wsl.exe -d Ubuntu 22.04 LTS'을(를) 통해 시작할 수 있습니다.
Ubuntu 22.04 LTS 시작하는 중...
Installing, this may take a few minutes...
Please create a default UNIX user account. The username does not need to match your Windows username.
For more information visit: https://aka.ms/wslusers
Enter new UNIX username: user <-- 로그인 사용자명 입력 (ex, user)
New password: <-- 로그인 사용자 비밀번호 입력
Retype new password: <-- 로그인 사용자 비밀번호 확인 입력
passwd: password updated successfully
Installation successful!
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.
Welcome to Ubuntu 22.04.2 LTS (GNU/Linux 6.6.87.2-microsoft-standard-WSL2 x86_64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage
This message is shown once a day. To disable it please create the
/home/user/.hushlogin file.
user@com:~$
--------- ( 설치, 계정 생성(로그인) 완료) ----------
- (설치 확인) uname 확인
user@com:~$ uname -a
Linux com 6.6.87.2-microsoft-standard-WSL2 #1 SMP PREEMPT_DYNAMIC Thu Jun 5 18:30:46 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
[ 참조 ]
https://learn.microsoft.com/ko-kr/windows/wsl/install
WSL 설치
wsl --install 명령을 사용하여 Linux용 Windows 하위 시스템을 설치합니다. 선호하는 Linux 배포판인 Ubuntu, Debian, SUSE, Kali, Fedora, Pengwin, Alpine 등에서 실행하는 Windows 머신에서 Bash 터미널을 사용할 수 있
learn.microsoft.com
https://ubuntu.com/blog/ubuntu-wsl-new-format-available
Ubuntu available in Microsoft’s new WSL distribution format | Ubuntu
New format in Windows Subsystem for Linux makes adoption easier in enterprise environments by enabling image customization and deployments at scale
ubuntu.com
'OS > Windows' 카테고리의 다른 글
Windows에 PowerShell 최신 버전 설치 - WinGet 이용 (0) | 2025.02.06 |
---|---|
윈도우(Windows) DNS 캐시(cache) 초기화(clear) (0) | 2025.01.31 |
윈도우 최대 절전 모드 끄기 / 켜기 (0) | 2025.01.14 |
Program download (0) | 2023.02.22 |
Windows 7 Update error (Code 8024402F) (0) | 2021.12.27 |