VPN simple!

Linux Installation Guide

Works on most popular Linux distributions — choose the method that fits your system.

Step 1. Download the App

Download the DEB file from this link.

Step 2. Installation via Software Center (Ubuntu‑based)

For Ubuntu and similar distributions:

  • Locate the downloaded DEB file.
  • Double‑click the file to open it in the Software Center.
  • Click the Install button and wait until the process completes.

Step 3. Installation via Terminal (Debian‑based)

For Debian and similar distributions:

cd ~/Downloads
sudo dpkg -i VpnSimple.deb
sudo apt install -f

This will install the package and resolve any dependencies automatically.

Step 4. Manual Installation (non‑DEB distributions)

If your distribution does not support DEB packages, you can install manually:

cd ~/Downloads
ar x VpnSimple.deb
tar --zstd -xvf data.tar.zst
sudo cp -frv usr /
update-menus

Then, use your package manager to install required dependencies:

  • libqt5widgets5
  • libqt5gui5
  • libqt5network5
  • libqt5core5a
  • wireguard
  • openresolv
  • openvpn

Step 5. Launch the App

Open the application from your system menu. Done — VpnSimple is ready to use!