Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

How do I check my WSL version?

wsl -l -v
Comment

get wsl version

wsl -l -v
# If version 2 is installed properly, you will see the version number. 
# If you don't see a version number, or if you see an error message 
# you have version 1
Comment

how to check wsl version

dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
Comment

PREVIOUS NEXT
Code Example
Shell :: drush config import single file 
Shell :: gitignore node_modules 
Shell :: linux adb 
Shell :: how to install pip on linux 
Shell :: powershell get all applications installed 
Shell :: video editor linux 
Shell :: nvm change node version 
Shell :: install pytorch lightning 
Shell :: ip info on ubuntu 
Shell :: bash get first n characters 
Shell :: how to see how big a file is ubuntu terminal 
Shell :: git get repo with composer 
Shell :: conda install notebook 
Shell :: install nano in docker 
Shell :: find all files with 777 permissions 
Shell :: put bash script execution output in a file 
Shell :: bitbucket how to undo commit 
Shell :: delete folder terminal mac 
Shell :: shell load file as variable 
Shell :: send giphy on slack 
Shell :: ubuntu server add ssh key 
Shell :: install zip raspberry pi 
Shell :: scp folder 
Shell :: bash copy file and rename 
Shell :: install grafana 
Shell :: Undo the commit and completely remove all changes 
Shell :: slugify npm 
Shell :: apt install slack 
Shell :: composer install no dev 
Shell :: change permissions on all sub-directories 
ADD CONTENT
Topic
Content
Source link
Name
7+4 =