Im wondering if anyone knows how to re-install openvpn from scratch if so Please let me know
sinces i need to remove everything and just have a clean install of openvpn and notthing added
Hey i got some questions
-
- New to forums
- Posts: 5
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Mon May 01, 2017 5:16 pm
Re: Hey i got some questions
The following command should fully remove it on a Debian-based install:
Code: Select all
apt-get purge openvpn*
Re: Hey i got some questions
even on ubuntu? and also will it remove the clients like this http://imgur.com/dg4XLZThiimcody1 wrote:The following command should fully remove it on a Debian-based install:Code: Select all
apt-get purge openvpn*
Re: Hey i got some questions
Ubuntu is debian-based.Determods wrote:even on ubuntu? and also will it remove the clients like this http://imgur.com/dg4XLZT
The screenshot you showed was client configs on your Windows PC and would not be influenced by running the above command.