Help Wizard

Step 1

NEXT STEP

Problem installing on Ubuntu 14.04

Problem installing on Ubuntu 14.04

I'm getting an error while trying to update apt-get after adding the repo to /etc/apt/sources . Here's the console output:

 

W: Failed to fetch http://repository.spotify.com/dists/stable/InRelease  Unable to find expected entry 'non-free/binary-armhf/Packages' in Release file (Wrong sources.list entry or malformed file)

E: Some index files failed to download. They have been ignored, or old ones used instead.

 

 My /etc/apt/sources.list contains the line 

deb http://repository.spotify.com stable non-free

at the end. 

 

I followed the instructions from the Spotify website. Any ideas?

Reply
2 Replies

Hey @vanillagorilla,


Welcome to Spotify Community!

It looks like you missed the key part? 

 

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886

If for some reason it doesn't work you can download the latest non-stable version here and latest stable version here and install it via command line :

 

dpkg -i spotify-*.deb

 

 

The problem is that the Spotify desktop version only runs on i386 and amd64 architectures. The error message suggests that @vanillagorilla is running armhf, for instance a Raspberry Pi 2.

Suggested posts