Generally, most of the time the messages in the terminal are pretty self explaining.
Except sometimes they are not. What I do is google for the message and pretty much every time there is a hit.
The problem you have above can be explained like that.
When you try to download a package, some mechanism has to make sure that you really got what you tried to download, and that the download is not tampered.
A way to do this is to sign a package with a cryptographic key. This is what was done with your package. In order to verify the download is correct, you need a public key
- which is stated in the message.
You have to install the key on your machine.
For sublime it is listed on their site at:
https://www.sublimetext.com/docs/3/linux_repositories.html