Forum Discussion
ammarjaved
Aug 31, 2021Iron Contributor
How to install the Linux Windows Subsystem in Windows 11
Install using Command Prompt Step 1: Start CMD with administrative privileges. Step 2:Execute "wsl --install" command. Step 3:Run "wsl -l -o" to list other Linux releases. Step 4:You can...
archjizee
May 28, 2023Copper Contributor
good day from this end, i am trying to download kali linux but its not in the options option. i am kiddie in this though.
- jimmaphyMay 29, 2023Brass Contributor
Are you using the right name archjizee? Doing a search for installable distributions using the top command (see image for output), I was able to determine the name of the distribution to be kali-linux. Using this name, I was able to install the distribution using the second command.
# Search for all available distros wsl --list --online # Install kali wsl --install -d kali-linux
How to show online Linux distributions to install through WSL