ProtonVPN on Arch Linux (CachyOS) ?
ProtonVPN on Arch Linux (CachyOS) ?
How to install ProtonVPN in Arch Linux (CachyOS) ?
Should I follow https://wiki.archlinux.org/title/ProtonVPN ?
OR
from flathub https://flathub.org/apps/com.protonvpn.www ?
This flatpak has Unverified tag, but according to this, this flatpak is safe.
Which one should I follow ?
Asking this because I'm because I'm a bit lazy to configure OpenVPN and all that stuff. (pls don't kill me :)
Also do you think using VPN from flatpak is a good idea?
I can attest that this AUR package, which is the one indicated in the wiki, works fine on EndeavourOS, but I had to add the gnome key wallet (IIRC) to handle the VPN keys. I think that was fixed.
I have no experience with CachyOS.
So i don't have do step 1.1 and 1.2 ? Directly install aur package mentioned in 1.3?
Referring this https://wiki.archlinux.org/title/ProtonVPN
Reading rorschac's comment I assume both OpenSSL and wireguard are already installed on CachyOS, or anyway pulled by the aur package.
If you want to make sure you can install them explicitly before protonvpn:
or using
yay
or the vanillapacman -Syu --needed openvpn wireguard-tools
(it will sync and update the system too) or how it is suggested for CachyOS to install packages. I repeat I've no direct experience with that one.If you are scared to mess things up you can always spin up a VM with CachyOS and try to install it inside that. If it all works you can then do the same on your main OS.
As a general advice, only run in your shell commands that you are sure about.