I was trying to install Sublime Text from the terminal. I followed these steps.
I didn't use the update command because I already ran it a day earlier, and started with the second step. Then I started having errors, so this time I also ran the sudo apt-get update command
, but now it's showing me this error message.
Asked
Active
Viewed 68 times
-1

karel
- 114,770
-
Please do not include terminal input as a link to a graphic. Instead, copy paste the text of the terminal in your question, and format it as code. – vanadium Dec 17 '21 at 08:49
-
3Does this answer your question? How do I fix the GPG error "NO_PUBKEY"? – karel Dec 17 '21 at 08:54
1 Answers
1
You did not properly add the GPG key of the repository you have added. Go to step 3 of the link you provided, and try again:
curl -fsSL https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -

vanadium
- 88,010