Manage WSL
This topic is: intermediate
I recommend you to first familiarize yourself with everything before.
Here's a list of the most common used commands to manage WSL. You must run these commands in Powershell.
View a list of commands
Install a distro
Example
View a list of distros installed in WSL
Set the default distribution to use
Run a specific distro
Run a distro in specific directory
Example
Finalize all running distros and close WSL
Export a WSL distro (backup)
Where <distro>
is the name of the distribution you want to export, and <filename>
the address where the .tar
file will be exported.
Example
You can create backups of your distros with this.
Import a WSL distro
Where <distro>
is the name of the distribution (it can be anything), <install_location>
is the address where the filesystem will be installed, and <filename>
is the address where the exported .tar
file is located.
Example
Delete a WSL distro
Example
THIS WILL REMOVE EVERYTHING INSIDE THAT DISTRO!
And it's not recoverable. Make sure to backup!
Last updated