0

Is there a way to update openVPN to min. version 2.4.9 in Ubuntu 20.04?

In the Ubuntu repository, there is only version 2.4.7:

# apt show openvpn
Package: openvpn
Version: 2.4.7-1ubuntu2

I tried to find a debian package to install a newer version but couldn't find any.

rubo77
  • 34,024
  • 52
  • 172
  • 299

1 Answers1

0

You can pin the version to Ubuntu groovy, it is explained here for Ubuntu hardy and intrepid, just replace hardy with focal (20.04) and intrepid with groovy (20.10).

rubo77
  • 34,024
  • 52
  • 172
  • 299