#26 Merging Spotify articles and improving structure
Closed 6 years ago by bex. Opened 6 years ago by x3mboy.
Unknown source master  into  master

@@ -1,19 +1,26 @@

  [id='proc_installing-spotify-on-fedora']

- = Installing Spotify on Fedora

+ = Spotify on Fedora

  

- link:https://www.spotify.com/[Spotify] is a cross-platform proprietary music streaming service. Spotify is a freemium service, with advertisements which can be removed by purchasing a subscription. Although Spotify is not officially supported on Fedora, it can be installed on Fedora by:

+ include::3rdparty-message.adoc[]

  

- * Using unofficial repositories, such as xref:install-spotify-using-negativo17[Negativo17] and xref:install-spotify-using-rpmfusion[RPMFusion].

- * Using xref:install-spotify-using-flatpak[flatpak].

+ link:https://www.spotify.com/[Spotify] is a cross-platform proprietary music streaming service. Spotify is a freemium service, with advertisements which can be removed by purchasing a subscription. Although Spotify is not officially supported on Fedora, it can be installed on Fedora by:

  

- #FIXME: This needs to be further modularized#

+ [installation]

+ == Installation

  

+ While it is not officially supported on Fedora or any other RPM-based

+ distribution, it is possible to install on Fedora using various package methods.

  

- == Installing Spotify using third-party repositories

+ * Using unofficial repositories like the http://negativo17.org/spotify-client/[negativo17] or https://rpmfusion.org/[RPMFusion] repositories.

+ * Using a Flatpak hosted by http://flathub.org[Flathub].

+ * Using the https://www.spotify.com/us/download/linux/[officially-supported]

+ http://snapcraft.io/[Snap].

  

+ [installing-spotify-from-3rd-party-repositories]

+ === Installing Spotify using third-party repositories

  

- [id='install-spotify-using-negativo17']

- === Using the Negativo17.org repository

+ [install-spotify-using-negativo17]

+ ==== Using the Negativo17.org repository

  The Negativo17.org repository provides a link:https://negativo17.org/spotify-client/[Spotify client] which contains the following packaged features:

  

  * Libraries for enabling local files playback
@@ -35,9 +42,8 @@

  # dnf install spotify

  ----

  

- 

- [id='install-spotify-using-rpmfusion']

- === Using the RPMFusion repository

+ [install-spotify-using-rpmfusion]

+ ==== Using the RPMFusion repository

  

  RPMFusion provides software that the Fedora Project do not ship. That software is provided as precompiled RPMs for all current Fedora versions.

  
@@ -57,7 +63,7 @@

  ----

  

  

- [id='install-spotify-using-flatpak']

+ [install-spotify-using-flatpak]

  === Installing Spotify using Flatpak

  

  To install Spotify using link:https://flatpak.org/index.html[Flatpak]:
@@ -90,3 +96,22 @@

  	Icon=/var/lib/flatpak/exports/share/icons/hicolor/256x256/apps/com.spotify.Client.png

  	Type=Application" > ~/.local/share/applications/Spotify.desktop

  ----

+ 

+ [instal-spotify-using-snap]

+ === Snap

+ 

+ Snap is the officially recommended distribution method for Spotify. To install spotify using http://snapcraft.io/[Snap]:

+ 

+ . Install Snap

+ +

+ ----

+ $ sudo dnf install snapd

+ $ sudo ln -s /var/lib/snapd/snap /snap

+ ----

+ 

+ . Install Spotify using Snap:

+ ----

+ $ snap install spotify

+ ----

+ 

+ See a typo, something missing or out of date, or anything else which can be improved? Edit this document at https://pagure.io/fedora-docs/quick-docs.

file removed
-91
@@ -1,91 +0,0 @@

- = Spotify

- 

- https://www.spotify.com/[*Spotify*] is a cross-platform (available for

- Ubuntu, macOS and Windows) proprietary music streaming service. It is a

- freemium product (meaning a free version of it is available, but it has

- advertisements. Paying for a Premium subscription will remove the

- advertisements.

- 

- [[installation]]

- Installation

- ~~~~~~~~~~~~

- 

- While it is not officially supported on Fedora or any other RPM-based

- distribution, it is possible to install on Fedora using various package methods.

- 

- * Using the https://www.spotify.com/us/download/linux/[officially-supported]

- http://snapcraft.io/[Snap].

- * Using a Flatpak hosted by http://flathub.org[Flathub].

- * Using unofficial repositories like the http://negativo17.org/spotify-client/[negativo17] or https://rpmfusion.org/[RPMFusion] repositories.

- 

- [[snap]]

- Snap

- ^^^^

- Snap is the officially recommended distribution method for Spotify. To install

- it, first install `snapd`.

- 

- ....

- sudo dnf install snapd

- sudo ln -s /var/lib/snapd/snap /snap

- ....

- 

- Then install `spotify`.

- 

- ....

- snap install spotify

- ....

- 

- Be sure to consult http://snapcraft.io for more information on that repository

- and Snaps in general.

- 

- [[flatpak]]

- Flatpak

- ^^^^^^^

- 

- A Spotify flatpak is also available from http://flathub.org[Flathub].

- 

- ....

- flatpak install --from https://flathub.org/repo/appstream/com.spotify.Client.flatpakref

- ....

- 

- [[negativo17.org-repository]]

- Negativo17.org repository

- ^^^^^^^^^^^^^^^^^^^^^^^^^

- 

- Add the Yum repository and install:

- 

- ....

- dnf config-manager --add-repo=http://negativo17.org/repos/fedora-spotify.repo

- dnf install spotify

- ....

- 

- To do the same on CentOS/RHEL:

- 

- ....

- yum-config-manager --add-repo=http://negativo17.org/repos/epel-spotify.repo

- yum install spotify

- ....

- 

- [[rpmfusion.org-repository]]

- RPMFusion repository

- ^^^^^^^^^^^^^^^^^^^^

- 

- Install the repository package and `lpf`. Follow the steps in `lpf-gui` to build

- and install a local `spotify` RPM.

- 

- ....

- sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm

- sudo dnf install lpf-spotify-client

- lpf-gui

- ....

- 

- To do the same on CentOS/RHEL:

- 

- ....

- sudo yum localinstall --nogpgcheck https://download1.rpmfusion.org/free/el/rpmfusion-free-release-7.noarch.rpm https://download1.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-7.noarch.rpm

- sudo yum install lpf-spotify-client

- lpf-gui

- ....

- 

- See a typo, something missing or out of date, or anything else which can be

- improved? Edit this document at https://pagure.io/fedora-docs/quick-docs.

Merging the 2 Spotify articles into one and improving the structure

Merged Manually. Thank you.

Pull-Request has been closed by bex

6 years ago