eOVPN is a free and open source OpenVPN Configuration Manager software for Linux, Windows and MacOS. Using eOVPN, you can connect, manage and update OpenVPN configurations. You can add the OpenVPN configuration via the zip files. It comes with notification, show flag, Dark theme support and keyboard shortcuts support. It is written in Python and c and released under GNU General Public License v3.0. It is a simple and easy to use application.
Install eOVPN on Ubuntu Linux
eOVPN is available as a flatpak package file from flathub. So you need to install flatpak and flathub on your system first and restart it after the installation.
Now open the terminal command-line application and run below eOVPN flatpak command to install the latest version of eOVPN.
flatpak install flathub com.github.jkotra.eovpn
Run eOVPN using below command or you can also run it via the applications menu.
flatpak run com.github.jkotra.eovpn
And uninstall eOVPN flatpak using
sudo flatpak uninstall com.github.jkotra.eovpn
That’s all