Page 1 of 1

Remove openvpn centos 7

Posted: Sun May 12, 2019 11:02 am
by favorskij
I have centos 7.

How to remove from the server openvpn. I searched all over the internet and not found. Not found on the official site. Tell me how to remove openvpn?

Re: Remove openvpn centos 7

Posted: Wed May 15, 2019 10:13 am
by novaflash
If you are talking about the OpenVPN Access Server, and you really want to remove it, just remove the package titled openvpn-as. If you're talking about the open source version, just remove the package titled openvpn. The standard system utilities for package management will do the trick there.

Re: Remove openvpn centos 7

Posted: Mon Mar 13, 2023 8:01 pm
by londyntbarron
I noticed your post about wanting to remove OpenVPN from your CentOS 7 server. It can be frustrating when you can't find the answers you need online. Have you considered looking into extended support for CentOS 7 EOL? It might be a good idea to explore this option since you're running an older version of CentOS that is no longer supported by the community. As for removing OpenVPN, have you tried using the package manager to uninstall it? You can try running the following command in the terminal: "sudo yum remove openvpn". This should remove the OpenVPN package from your server.