This is a collection of utilities for Windows 10 Linux Subsystem, such as converting WSL path to Windows path or creating your favorite linux GUI application shortcuts on Windows 10 Desktop. Requires Windows 10 Creators Update.
Currently supported Distro:
- Ubuntu
- Ubuntu 16.04
- Ubuntu 18.04
- OpenSUSE
- SUSE Linux Enterprise Server (SLES)
- Debian GNU/Linux
- Kali Linux
- WLinux
Legacy Ubuntu is no longer supported.
wslusc This is a WSL shortcut creator to create a shortcut on your Windows 10 Desktop.
wslsys This is a WSL system information printer to print out some basic system information.
wslfetch This is a WSL Screenshoot Information Tool to print information in an elegant way.
wslupath This is a WSL Windows path Converter that can convert Windows path to other styles of path.
wslview This is a fake WSL browser that can help you open link in default Windows browser.
Preinstalled in WLinux.
Run following commands:
sudo apt install apt-transport-https
wget -O - https://api.patrickwu.ml/public.key | sudo apt-key add -
echo "deb https://apt.patrickwu.ml/ stable main" | sudo tee -a /etc/apt/sources.list
sudo apt update
sudo apt install wslu
Or you can download the .deb package from release and install it using sudo dpkg -i wslu*
.
sudo zypper ar https://rpm.patrickwu.ml/ ruapm
sudo zypper ref
sudo zypper in wslu
Or you can download the .rpm package from release and install it using sudo rpm -ivh "wslu*"
.
Check CONTRIBUTING.md.
Check CODE_OF_CONDUCT.md.
This is free software; you can redistribute it and/or modify it under the terms of the GNU GPL version 3 or (at your option) any later version. There is NO warranty; not even MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
for long version, check LICENSE.