Windscribe / Desktop-App

Windscribe 2.0 desktop client for Windows, Mac and Linux
https://windscribe.com
GNU General Public License v2.0
563 stars 78 forks source link

Failed to install CLI package on Devuan due to systemd dependency #89

Open teotikalki opened 1 year ago

teotikalki commented 1 year ago

Action: 'sudo dpkg -i windscribe_2.6.14_amd64.deb' Expcted result: software installs Actual result: software fails to install, can't be uninstalled, and leaves dpkg in an unclean state Note: My init system is 'runit'

This was tragically annoying. The install failed and then uninstalling ALSO failed. I had to manually edit '/var/lib/dpkg/info/windscribe.postinst' and '/var/lib/dpkg/info/windscribe.prerm' and comment out the systemctl lines to even run 'dpkg -P'.

PLEASE don't hardcode systemd dependecies!

Gojkira commented 10 months ago

I'm also unable to install while using runit on Artix. I understand that non-systemd Linux distros are an after thought of an after thought, but I have not had this issue with other VPN software that put even less effort in supporting Linux.