How you uninstall NymVPN on Linux depends on how you installed it. Find your installation method below and run the matching command. For a clean removal it is important to remove not only the app itself but also all associated files, including temporary ones, which is what these commands do.
Note: running these commands wipes all NymVPN-related data from your device. If you plan to reinstall later, make sure your 24-word access code is saved somewhere safe so you can log back in.
Installed from the .deb package (apt)
If you installed NymVPN from the .deb package on a Debian-based distro such as Ubuntu, run the following command in a terminal:
sudo apt remove --purge nym-vpn-app nym-vpnc nym-vpnd
Installed with the install script
If you installed using the installer script, run the following command in a terminal:
curl -SsL https://raw.githubusercontent.com/nymtech/nym-vpn-client/refs/heads/develop/.pkg/linux/install | bash -s uninstall
We're gradually adding platform-specific packages, such as a Fedora RPM, based on user feedback.
Installed via Flatpak
To remove NymVPN installed from the Flatpak package, run the following command in a terminal:
flatpak remove net.nymtech.NymVPN
Not sure how you installed it?
Each command only removes what its own method installed. If one reports that nothing was found, move on to the next until the app is gone.
Related questions
Does uninstalling delete my NymVPN account?
No. Your account exists independently of any device. Reinstall the app at any time and log in with your 24-word access code.
My internet stopped working after disconnecting or uninstalling. What now?
Your routing table may need a reset. See How can I restore the routing table on Linux after disconnecting from the VPN?
Want to reinstall instead?
Get the latest version from the download page.