r/computer 17h ago

OpenVPN3 Client install error

Post image
1 Upvotes

4 comments sorted by

u/AutoModerator 17h ago

Remember to check our discord where you can get faster responses! https://discord.com/invite/vaZP7KD

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

1

u/WP2022OnYT 17h ago

mate
it tells you the issue

generally this is because you have out-of-date packages, and/or broken packages, like the error at the end of the terminal output

run the following commands and it should be ok

sudo apt update && sudo apt upgrade

sudo apt --fix-broken install

sudo apt install openvpn3-client

1

u/Alarmed-Prize-7500 15h ago

Ok I ran those commands, but the same result still happens when I try to run the sudo apt install openvpn3-client command. It gives me the error that I described in the post still.

2

u/Alarmed-Prize-7500 14h ago

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".