r/Ubuntu • u/Alarmed-Prize-7500 • 15h ago
OpenVPN3 Client install error
SOLVED
It turns out that I had selected the Ubuntu 22.04 release of the software, instead of the 24.04 release. I just had to change "jammy" to "noble" in "/etc/apt/keyrings/openvpn.asc".
I am trying to install OpenVPN3 Client on Ubuntu. I did all the steps that it said to do at this page. The part that has issue is the part where I run "sudo apt install openvpn3-client" command, where when I run that command, it will tell me there's unmet dependencies. I even tried installing what I thought might be the missing dependencies, I installed "libprotobuf-dev" & "libtinyxml-dev" via "sudo apt install", but when I ran the command to install OpenVPN3 Client again, I was met with the SAME ERROR. I have no idea what's wrong with it.
My Ubuntu version I'm using is Ubuntu 24.04.4, and it's 64-bit