$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install Spotify Repository Debian

December 11, 2017 | By the+gnu+linux+evangelist.

Install Spotify Repository Debian

Hi! This Tip shows you How to Install Spotify Apt Repository for Debian GNU/Linux.

I want to point out how the actual Spotify Client for Linux release is working nicely but is still a Preview one.

Finally, Spotify is a Swedish commercial music streaming, podcast and video service that provides digital rights management-protected content from record labels and media companies.

Install Spotify Repository Debian - Featured

    Debian Terminal Tutorial for Beginners

    Debian Terminal Quick Start
  1. Then Make a Spotify Apt Repo file

    (And in case of “su: Authentication failure” try instead with “sudo su“)

    su -c "echo 'deb http://repository.spotify.com stable non-free' >> /etc/apt/sources.list.d/spotify.list"

    If Got “User is Not in Sudoers file” then see: How to Enable sudo

  2. Then Import the Spotify Repo GPG Key.

    sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 4773BD5E130D1D45
    
  3. Finally, Update the Apt Repos Sources

    sudo apt-get update
  4. How to Install Spotify on Debian

    Spotify Client Installation