Upgrading; do I need to remove OpenVPN 2.x before installing version 3? #122
Answered
by
dsommers
dsgiigh
asked this question in
Q&A - Our support arena
-
I'm running the client (2.4.7) on my Ubuntu system, and would like to install the new version. Do I need to fully remove v2 first? Or will "sudo apt install openvpn3" take care of it? |
Beta Was this translation helpful? Give feedback.
Answered by
dsommers
May 26, 2022
Replies: 1 comment 2 replies
-
No, the The OpenVPN 2.5.7 ships a single binary, OpenVPN 3 Linux ships more executables:
OpenVPN 3 Linux also ships with |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
dsommers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, the
openvpn3
package andopenvpn
package can be installed in parallel, by design.The OpenVPN 2.5.7 ships a single binary,
/usr/sbin/openvpn
.OpenVPN 3 Linux ships more executables:
openvpn3
- the main user interface, also for unprivileged (non-root) usersopenvpn3-admin
- a tool where most of the functionality requiresroot
privilegesopenvpn2
- An OpenVPN 3 wrapper simulating the oldopenvpn
command line, but only with client options supported currently. What is different from theopenvpn
approach is that/usr/bin/openvpn2
can be run by unprivileged users.OpenVPN 3 Linux also ships with
openvpn3-as
, which is used to download the configuration to connect to an OpenVPN Access Server.