Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

wsl windows

1) Run PowerShell as administrator
2) Paste this command:
  Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
3) Restart your PC
4) Run PowerShell as administrator again
5) Paste these two commands:
  dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
  dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
6) Restart your PC Again
7) Download the Linux Kernel Update Package from
  https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi
8) Then, run powershell as administrator again and paste this command:
  wsl --set-default-version 2
9) Install a distro of your choice from the Microsoft Store (Example Ubuntu, Kali Linux)

OR:

Run this command: wsl --install
NOTE: To Run this command given above, you must be running 
Windows 10 version 2004 and higher (Build 19041 and higher) or Windows 11.
Also, running this command installs Ubuntu by default.
Comment

wsl windows directory

wsl$
Comment

wsl install

# Install Ubuntu WSL without Windows Store
https://stackoverflow.com/a/64872285
Comment

PREVIOUS NEXT
Code Example
Shell :: ubuntu check cuda version 
Shell :: update gnome shell 
Shell :: install github desktop ubuntu 
Shell :: git init remoce 
Shell :: install chromedriver linux command line 
Shell :: linux search for files larger than 
Shell :: generate pgp key linux 
Shell :: install geopandas 
Shell :: get saved wifi password windows 10 
Shell :: voice recorder in linux 
Shell :: snap install docker 
Shell :: how to install winget tool on powershell 
Shell :: lollypop music player install ubuntu 
Shell :: mac install pytorch 
Shell :: how to install intellij on manjaro 
Shell :: linux rename command incremental 
Shell :: git diff with vimdiff 
Shell :: pip fork install 
Shell :: how to install enzyme 
Shell :: borrar una rama git 
Shell :: docker log tail 
Shell :: change github remote repo 
Shell :: code . zsh command not found wsl 
Shell :: brew stop redis 
Shell :: docker run ubuntu image 
Shell :: ubuntu remove directory 
Shell :: conda upgrade notebook 
Shell :: how to remove all picture in folder with command line 
Shell :: golang protobuff installation 
Shell :: hardhat smart contract compile command 
ADD CONTENT
Topic
Content
Source link
Name
7+2 =