GNU/Linux Debian/Ubuntu AirVPN Client Repository Adding
How to Add AirVPN Client Eddie Repository on Debian/Ubuntu-Based GNU/Linux OSes – Step by step Tutorial.
And AirVPN Client for GNU/Linux is .
So this Repo Setup is valid for all the Debian-based Platforms like:
- Kali
 - MX Linux
 - Deepin
 - Parrot
 - antiX
 - SparkyLinux
 - Q4OS
 - Netrunner
 - Voyager
 - MakuluLinux
 - Elive
 - LMDE
 - Devuan
 
And again also for all the Ubuntu-based Distros like:
- Linux Mint
 - Lubuntu
 - Kubuntu
 - Xubuntu
 - Zorin OS
 - Elementary OS
 - Linux Lite
 - Bodhi
 - Kde Neon
 - Pop!_OS
 - Voyager
 - Trisquel
 - LXLE
 - feren OS
 - Peppermint
 - Linux Ultimate Edition (You may just need to Discover what’s the Parent Release)
 
1. Launching Terminal
How to QuickStart with Command Line on Debian/Ubuntu GNU/Linux
2. Adding AirVPN Client Repo
Then to Add AirVPN Client Apt Repository
Simply execute:echo "deb http://eddie.website/repository/apt stable main" | sudo tee /etc/apt/sources.list.d/eddie.website.list
Authenticate with the User’s Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo.3. Adding AirVPN Client GPG Key
Again to Add AirVPN Client GPG Signature Key
Do:wget -qO - https://eddie.website/repository/keys/eddie_maintainer_gpg.key|sudo apt-key add -
(For the Newer Release in case of apt-key Issue see: Gpg.d Keyring Setup Guide.)4. Refreshing Apt Sources
Next to Refresh Apt Repo Sources
Play:sudo apt update
Contents