Announcements

Help Wizard

Step 1

NEXT STEP

Problem installing Spotify on Linux Kali

Problem installing Spotify on Linux Kali

Does anyone know how to fix this and get Spotify installed? All help is very appreciated!
Below is the installation proccess with the result of each command given.




Screenshot from 2018-03-27 16-26-04.png
Reply
2 Replies

The debian package is for Ubuntu. I would try to see if snap is useful on kali.

 

 

sudo apt install snapd
sudo snap install spotify

Actually I see your problem. At the very beginning of the screenshot, it looks like you modified /etc/apt/sources.list

 

That is not needed when you install spotify as a debian package.

 

Somehow, that change (or something else) modified all of your sources, so you don't have anything except the spotify repository. You can see that when you do apt-get update. It only lists the spotify repository. It should also list your linux distribution repository. I don't know what has happened, but you need to put back your linux distribution repository.

 

Suggested posts