Cobra Forum

Linux => General Help => Topic started by: mahesh on Oct 11, 2023, 03:31 AM

Title: sources.list.d permission denied
Post by: mahesh on Oct 11, 2023, 03:31 AM
I'm trying to install Open VPN using the official instructions available here:

https://community.openvpn.net/openvp.../OpenVPN3Linux

However, I'm failing at this step:

Code:
# curl -fsSL https://swupdate.openvpn.net/repos/openvpn-repo-pkg-key.pub | gpg --dearmor > /etc/apt/trusted.gpg.d/openvpn-repo-pkg-keyring.gpgThe terminal prompts:

Code:
bash: /etc/apt/sources.list.d/openvpn3.list: Permission deniedWhat do I do? Thanks!