wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
sudo apt update
sudo apt-get upgrade
This should fix the PUBLIC KEY problem and update your system.
NOTE: The first two commands fix the Public Key issue, the last two commands update your software and you can use just them (the last two commands) anytime you want to update your system from the Terminal.
No comments:
Post a Comment