C:\> ubuntu /?
Launches or configures a linux distribution.
Usage:
<no args>
- Launches the distro's default behavior. By default, this launches your default shell.
...
clean
- Uninstalls the distro. The appx remains on your machine. This can be
useful for "factory resetting" your instance. This removes the linux
filesystem from the disk, but not the app from your PC, so you don't
need to redownload the entire tar.gz again.
您可以从设置中重置 Ubuntu,只需在开始菜单中找到它,右键单击转到
App settings
,然后按下reset
按钮。打开命令提示符 (AKA
cmd.exe
),然后键入lxrun /uninstall
. 那应该会擦除您的 Ubuntu 映像。完成后,您可以使用
lxrun /install
.参考:
使用新的发行版特定商店应用程序,例如:
所以,
ubuntu clean
应该够了。如果
ubuntu clean
失败,则必须从商店中卸载该应用程序并重新安装。请参阅WSL #2387。在 WSL 2 之后,它很简单:
如何获得发行版名称?
根据https://docs.microsoft.com/en-us/windows/wsl/basic-commands:
在注销发行版之前,您可能需要备份您的主目录和其他数据。
启动-> cmd /d
启动 -> C:\Windows\System32\bash
回到 cmd /d
启动 bash 并在需要时自由使用 new_password 作为 your_username(例如“sudo apt-get install gcc”)