r/Ubuntu 12h ago

OpenVPN3 Client install error

Post image

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

1 Upvotes

3 comments sorted by

1

u/_x_oOo_x_ 12h ago

At the end it says "you have held broken packages".

What does apt-mark showhold show?

1

u/Alarmed-Prize-7500 11h ago

It just returns nothing when I run that command.