Header Ads

test

How to Install Spotify in Linux



How to Install Spotify in Linux

Spotify is one of the must-have subscription-based services for music lovers, so it only makes sense it should be available on all platforms. Whereas Windows users have no problem installing the app, Linux users need to apply some brain power to install Spotify on their machines. Here are a couple of tips you may find useful.

To install Spotify on:
  • Ubuntu/Linux Mint machines

  1. sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886
  2. echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list
  3. sudo apt-get update
  4. sudo apt-get install spotify-client
  • Arch Linux/Manjaro

Spotify is available in the AUR of Arch Linux and Manajro computers.
  1. yaourt -S spotify
  • Gentoo

Overall, the process is fairly simple.
  1. sudo emerge --ask media-sound/spotify
Depending on your build, you would have to different USE flags:
gnome <— adds GNOME support
pax_kernel <— Triggers a paxmarking of the main Spotify binary
pulseaudio <— Add support for PulseAudio
  • OpenSUSE

OpenSUSE is a little less straightforward than the other flavors when it comes to Spotify installation. Spotify is available as a .DEB file, but OpenSUSE reads .RPM files. So, the first way of installing Spotify would be to convert .DEB to .RPM, which is not the easiest path. The easiest path would be to install the community-created build.
software.opensuse.org/package/spotify-easyrpm
  • Fedora

Fedora, too, relies on RPM, so you would either have to use the unofficial builds, or Flatpak fedoramagazine.org/explore-flatpak-fedora-24
If you choose Flatpak http://fedoraproject.org/wiki/Spotify:
  1. sudo dnf install flatpak flatpak-builder git make ostree -y
  2. flatpak remote-add --from gnome https://sdk.gnome.org/gnome.flatpakrepo
  3. flatpak install gnome org.freedesktop.Platform 1.4
  4. flatpak install gnome org.freedesktop.Sdk 1.4
  5. git clone https://github.com/alexlarsson/spotify-app
  6. cd spotify-app
  7. make
  8. flatpak --user remote-add --no-gpg-verify local-spotify repo
  9. flatpak --user install local-spotify com.spotify.Client
If you choose to use the unofficial repository, add the repository first:
  1. dnf config-manager --add-repo=http://negativo17.org/repos/fedora-spotify.repo
You are ready to install Spotify:
  1. sudo yum -y install spotify-client
Hope this helps! Even though it is not as simple and straightforward as clicking “install” in Windows, most GNU/Linux flavors allow you to install Spotify and enjoy your digital music your way!



this topic Copy

Transported

Aucun commentaire:

Fourni par Blogger.