• okass 在版块 IT技术 中回复了话题 Mint下安装Snap错误解决方案 3年前

    Install Spotify on Ubuntu

     

    Snap
    If you don’t have access or don’t want to use Ubuntu Software, it is possible to install Spotify from the command line with snap. Run the following command in your terminal:

    snap install spotify

    If you run another Linux distribution than Ubuntu, first see https://snapcraft.io/ for how to install snap, then run the command above.

     

    Debian / Ubuntu
    Spotify for Linux is also released as a Debian package. Our aim is that it should work with the latest Long Term Support release of Ubuntu, but we will try to make it work for other releases of Ubuntu and Debian as well.

    You will first need to configure our debian repository:

    curl -sS https://download.spotify.com/debian/pubkey_0D811D58.gpg | sudo apt-key add –
    echo “deb http://repository.spotify.com stable non-free” | sudo tee /etc/apt/sources.list.d/spotify.list

     

    Then you can install the Spotify client:

    sudo apt-get update && sudo apt-get install spotify-client

     

WirelessLink
Logo