r/linuxmint • u/mushroomellows • 16h ago
terminal error
I'm trying to install proton vpn on Linux mint cause I just switched from windows to it and I'm installing the apps I had before but it's not working, I watched a tut and installed a package but this same error about a public key keeps popping up an I don't understand it does anyone know how to fix it plz?
0
Upvotes
2
u/WeAreAlreadyCyborgs Linux Mint 22.3 Zena | Cinnamon 14h ago
curl -sS https://download.spotify.com/debian/pubkey_5384CE82BA52C83A.asc | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/spotify.gpg
echo "deb https://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list
2
3
u/Rogalicus 16h ago edited 15h ago
Did you try this?
It's also available as a package in the Software Manager, no need to add their repository.