Crates.io | yowsl |
lib.rs | yowsl |
version | 0.1.3 |
source | src |
created_at | 2017-11-22 08:42:08.387043 |
updated_at | 2017-11-30 07:41:01.597508 |
description | Yet another Windows Subsystem for Linux tweaker |
homepage | https://yowsl.akaumiga.me/ |
repository | https://bitbucket.org/ykomatsu/yowsl |
max_upload_size | |
id | 40220 |
size | 36,814 |
YoWSL is yet another Windows Subsystem for Linux tweaker.
The Windows 10 Fall Creators Update has a great feature called
the Windows Subsystem for Linux (WSL).
YoWSL enables you to register a WSL distro in an arbitrary folder using your
.tar.gz
archive.
This project is in a very early stage of development.
.tar.gz
archive> Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
.tar.gz
archive that contains all files using a WSL distro. If you
installed some WSL distro from the Microsoft Store, you may find some
install.tar.gz
in C:\Program Files\WindowsApps
You can download pre-built binaries from
the downloads page.
You will need to extract a .zip
archive and put yowsl.exe
in your paths.
If you have the Rust toolchain, you can build YoWSL with Cargo:
> cargo install yowsl
YoWSL is distributed under the terms of the Apache License, Version 2.0.
See LICENSE-APACHE-2-0
for details.