Type in your question below and we'll check to see what answers we can find...
Loading article...
Submitting...
If you couldn't find any answers in the previous step then we need to post your question in the community and wait for someone to respond. You'll be notified when that happens.
Simply add some detail to your question and refine the title if needed, choose the relevant category, then post.
Before we can post your question we need you to quickly make an account (or sign in if you already have one).
Don't worry - it's quick and painless! Just click below, and once you're logged in we'll bring you right back here and post your question. We'll remember what you've already typed in so you won't have to do it again.
W:GPG error: http://repository.spotify.com stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 4773BD5E130D1D45, E:The repository 'http://repository.spotify.com stable InRelease' is not signed.
Plan
Free/Premium
Country
UK
Device
PC
Operating System
Linux Mint 19.2
My Question or Issue
The repository key is not signed. Can someone please fix this.
Is this a new installation, or has it been working o.k. and suddenly started having problems?
Is this install via apt/deb package or did you use some sort of app store, e.g. snap package?
If new installation, did you install a public key?
In my debian using apt/deb installation I made the following notes (which might be out of date now) in my spotify.list file:
# 1. Update sources.list or spotify.list file:
# deb http://repository.spotify.com stable non-free
# 2. Install public key:
# apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 94558F59
# apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys D2C19886
# apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys A87FF9DF48BF1C90
# 3. Run apt-get update
# apt-get update
# 4. Install spotify client software.
# apt-get install spotify-client
I'm guessing only the latest "apt-key adv --keyserver" public key is needed, so most likely the command should be something like:
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 4773BD5E130D1D45
Thanks, I tried all four, this is the one that worked for me 1/13/2020
# apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys A87FF9DF48BF1C90
This last one did NOT work:
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 4773BD5E130D1D45
Thanks again for the post!
There can be several reasons someone might put hashes at the beginning of each command.
1) This is sometimes used to signify that the commands are executed as the root user, because it is common for the root user command prompt to use the # symbol.
2) In my post above, I was posting the contents of a config file, where I had made a note of my actual steps to install spotify in debian. In this case, the hashes were used to ensure that the notes were treated as comments and not part of the configuration.
Regarding your last comment, "tried to install deb with apt but it says there isn't a package", it might be better to post the steps and actual error messages.
It sounds like you have not created or edited your /etc/apt/sources.list.d.spotify.list
That file should contain the following line:
deb http://repository.spotify.com stable non-free
The official instructions can be found here:
https://www.spotify.com/nz/download/linux/
You probably need to follow the last section for Debian/Ubuntu
Hey there you, Yeah, you! 😁 Welcome - we're glad you joined the Spotify Community! While you here, let's have a fun game and get…