Currently supported Distro:
- Ubuntu
- Ubuntu 16.04
- Ubuntu 18.04
- OpenSUSE
- SUSE Linux Enterprise Server(SLES)
- Debian GNU/Linux
- Kali Linux
Legacy Ubuntu is no longer supporting.
wslusc This is a WSL shortcut creator to create 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 a elegant way.
wslupath This is a WSL Windows path Converter that can convert Windows path to other styles of path.
wslview *(Experimental)*This is a wrapper for explorer.exe so that you can open website in your default browser in Windows.
Detailed installation is in Wiki/Installation.
Run following commands:
sudo apt install lsb-release apt-transport-https
wget -O - https://api.patrickwu.ml/public.key | sudo apt-key add -
echo "deb https://apt.patrickwu.ml/ `lsb_release -c -s` 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*"
.
To install, just run the following command in the bash prompt:
curl -o- https://raw.githubusercontent.com/patrick330602/wslu/master/extras/scripts/install.sh | bash
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.