How-to Setup Spotify Apt Repo on Debian/Ubuntu/Mint

The Tip Show Step-by-Step How-to SetUp the Spotify Apt Repo on Linux Debian/Ubuntu/Mint.

  1. Open a Command Line Terminal

  2. Edit the Apt Sources File

    sudo nano /etc/apt/sources.list.d/spotify.list

    Append:

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

    Ctrl+X to Save & Exit from nano πŸ™‚

  3. Import the Spotify GPG Key

    sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 94558F59
  4. Update Apt Sources

    sudo apt-get update