Download and extract the OpenVPN configuration files here.
Proceed to Terminal application.
In the Terminal, install EPEL repository by entering this code: sudo dnf install epel-release
Enter y to proceed.
Enter this code to install OpenVPN client: sudo dnf install openvpn
Enter y to proceed.
To connect, enter: sudo openvpn [path of the configuration file]
*for this guide, we will select a Sweden-based server.
Enter your PrivateVPN registered email address and Password.
Wait for a few seconds..
You are connected to the VPN as soon as you see the message: Initialization Sequence Completed.
To disconnect from the VPN, return to the terminal and hit Ctrl + C.