quick-docs/modules/ROOT/pages/installing-spotify.adoc

88 lines
2.4 KiB
Text
Raw Normal View History

2018-07-29 13:01:46 +02:00
ifdef::context[:parent-context: {context}]
:context: installing-spotify
2018-09-09 15:16:31 +02:00
2019-03-19 21:45:10 +00:00
= Installing Spotify on Fedora
2018-07-27 16:38:30 +02:00
include::{partialsdir}/3rdparty-message.adoc[]
2019-03-19 21:45:10 +00:00
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 in a number of ways:
2018-07-27 16:38:30 +02:00
2021-02-02 12:30:52 +01:00
. Using a Flatpak hosted by https://flathub.org[Flathub].
. Using the third-party https://rpmfusion.org/[RPM Fusion] repositories.
2019-03-19 21:45:10 +00:00
[install-spotify-using-flatpak]
== Installing Spotify using Flatpak
// VERIFIED: on 201901319 by @ankursinha
To install Spotify using link:https://flatpak.org/index.html[Flatpak]:
. Install Flatpak using DNF:
2019-03-19 21:45:10 +00:00
+
----
sudo dnf install -y flatpak
----
. Enable the Flathub remote:
+
----
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
2019-03-19 21:45:10 +00:00
----
. Install Spotify:
.. Using Gnome Software:
... Head to the link:https://flathub.org/apps/details/com.spotify.Client[Spotify page on Flathub].
... Click "install", and choose to open the file using Gnome Software.
... Click "install" in Gnome Software.
... Click "launch" to run Spotify once installed.
.. Using the command line:
+
----
sudo flatpak install flathub com.spotify.Client
2019-03-19 21:45:10 +00:00
----
. Run Spotify:
.. Click on the Spotify icon in the applications list,
.. or use the following command in the terminal:
+
----
flatpak run com.spotify.Client
2019-03-19 21:45:10 +00:00
----
[install-spotify-using-rpmfusion]
== Using the RPM Fusion repository
// UNVERIFIED
For this method (if you don't have link:https://github.com/leamas/lpf[`lpf`]
configured in your system) will be required to add `pkg-build` group to your
user and on the first run you will be prompted about adding this group to your
user. These prompts disappear after logging out and in again (or rebooting).
. xref:setup_rpmfusion.adoc[Enable the RPMFusion repositories].
. Install the `lpf-spotify-client` package:
+
----
sudo dnf install lpf-spotify-client
----
. Install Spotify:
.. Click the "lpf-spotify-client" icon in the application list.
.. or use the following command in a terminal:
+
----
lpf update
----
2019-03-19 21:45:10 +00:00
== References
. https://flathub.org/apps/details/com.spotify.Client
. https://github.com/rpmfusion/lpf-spotify-client
. https://github.com/leamas/lpf
2018-09-09 15:16:31 +02:00
2018-07-29 13:01:46 +02:00
ifdef::parent-context[:context: {parent-context}]
ifndef::parent-context[:!context:]