A repository for WSL-only apt packages.
This includes packages for multiple distributions which use apt packages, not merely Debian. Currently supported are:
- Debian 10 buster
- Debian 11 bullseye
- Debian 12 bookworm
- Debian (testing) sid
- Ubuntu focal
- Ubuntu bionic
Deprecated (no longer updated) distributions include:
- Debian 9 stretch
As root (sudo -s), enter the following commands, substituting the distribution codename for <distro>:
apt install apt-transport-https
wget -O /etc/apt/trusted.gpg.d/wsl-transdebian.gpg https://arkane-systems.github.io/wsl-transdebian/apt/wsl-transdebian.gpg
chmod a+r /etc/apt/trusted.gpg.d/wsl-transdebian.gpg
cat << EOF > /etc/apt/sources.list.d/wsl-transdebian.list
deb https://arkane-systems.github.io/wsl-transdebian/apt/ <distro> main
deb-src https://arkane-systems.github.io/wsl-transdebian/apt/ <distro> main
EOF
apt update
To contribute packages to the wsl-transdebian repo, please fork this repository, place your packages in the "updates" folder within it, and then send me a pull request.
You can see the source for this repository at: