Can't install CyberGhost VPN app on Manjaro

Can someone really give a solution for installing CyberGhost VPN on Manjaro?
Is there any way to install this vpn service?

It’s available from the AUR, in two versions — one has openresolv support for NetworkManager: :arrow_down:

pamac build cyberghostvpn

… or… :arrow_down:

pamac build cyberghostvpn-openresolv

after installing the above package, i get the following errors:

Traceback (most recent call last):
  File "cyberghostvpn.py", line 761, in <module>
  File "cyberghostvpn.py", line 432, in main
  File "libs/config.py", line 45, in __init__
  File "libs/config.py", line 112, in readConfigFile
Exception: The config file "~/.cyberghost/config.ini" does not exist!
[28604] Failed to execute script cyberghostvpn

how do I fix this?

I’m sorry, but I cannot really help you with that — it’s an AUR package, which means that neither Manjaro nor Arch maintain it — but considering that you were specifically looking for cyberghostvpn, I presume you’ve already been using it on another platform, such as Microsoft Windows, so perhaps you can check its own config.ini and then recreate it in Manjaro.

(Hint: Do not copy over the file itself from Windows to Manjaro, because Windows uses “carriage return + newline” line endings, while UNIX systems use “newline”-only line endings.)

1 Like