Cyberghost installation on Linux Mint 21.2
SolvedHello, I have Cyberghost on Windows but I would also like to have it on Linux Mint 21.2 Cinnamon (I'm a bit paranoid).
The documentation on the VPN site is not great. Has anyone ever faced this issue?
Best regards
4 réponses
Hello,
Are you following this documentation? https://support.cyberghostvpn.com/hc/fr/articles/360020436274-Comment-installer-l-application-CyberGhost-VPN-en-ligne-de-commande-CLI-sur-Linux
Where exactly are you stuck? It's only via the command line, you won't have a graphical interface like on Windows.
Note that the English documentation seems a bit more up-to-date and complete: https://support.cyberghostvpn.com/hc/en-us/sections/202846445-CyberGhost-VPN-CLI-App-for-Linux
Regards.
Thank you T3ch....
By using cyberghost, I downloaded cyberghostvn for Ubuntu. I installed it on my desktop. I extracted it, and I renamed it. I copied and pasted:
sudo bash install.sh
"not even scared".
Where it gets stuck is after the first sudo:
CyberGhost Installer ... Check if "curl" package is already installed ... Yes Check if "openvpn" package is already installed ... Yes Checking OpenVPN version ... Latest ... Check if "resolvconf" package is already installed ... Yes Check if "wireguard" package is already installed ... Yes Continue ... Installing application ... cp: cannot evaluate 'cyberghost/*': No such file or directory Create symlinks ... install.sh: line 176: cyberghostvpn: command not found
If you have any advice, I'm all ears.
Hello,
According to the documentation, once the archive is downloaded, open a terminal and:
cd Downloads sudo apt install unzip unzip cyberghostblablablanomdufichier mv cyberghostblablablanomdufichier cyberghost cd cyberghost chmod +x install.sh sudo ./install.sh
Hello and thank you for your help. I started to follow your advice T3 ch... to follow the tutorial in English to the letter. Guess what, it worked. Yay!!!
Too bad you have to launch Cyberghost only through the terminal. The main thing is that it works.
Thank you both.