loader image

Install Spotify (Debian)

Tagged: , ,

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #1941
    thumbtak
    Keymaster

    1. Launch Terminal su
    2. Add the repository echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list
    3. Update repository index apt-get update
    4. Make trusted apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4773BD5E130D1D45
    5. Update repository index apt-get update
    6. Install Spotify apt-get install spotify-client

    If you want to remove Spotify, do the following.

    1. apt-get --purge remove spotify-client -y
    2. rm /etc/apt/sources.list.d/spotify.list
    3. Check version, if nothing shows, it is removed. spotify --version

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.
TAKs Shack