rtorrent
rtorrent copied to clipboard
Error in VPN-with-Traffic-Splitting wiki
apt-get install openvpn iproute2 python sudo dnsutils dnsmasq curl
needs to be changed to
apt-get install openvpn iproute2 python3 sudo dnsutils dnsmasq curl
Because...
- There is no package named "python" in modern versions of Debian.
- In older versions of Debian that may still have the "python" package, that provides an installation of python version 2.
- The namespaced-openvpn script, that this repo uses and links to, dropped support for python version 2 in 2020.
The wiki is user-editable, so feel free to update anything that is incorrect.