Issue 177 - Add a missing step in Installing Spotify

This commit is contained in:
Petr Bokoc 2020-04-07 17:09:32 +02:00
parent 4c7704355d
commit fab32ed647

View file

@ -19,10 +19,10 @@ Although Spotify is not officially supported on Fedora, it can be installed on F
// UNVERIFIED // UNVERIFIED
. xref:setup_rpmfusion.adoc[Enable the RPMFusion repositories]. . xref:setup_rpmfusion.adoc[Enable the RPMFusion repositories].
. Install the lpf-spotify-client package: . Install the `lpf-spotify-client` package:
+ +
---- ----
$ sudo dnf install lpf-spotify-client sudo dnf install lpf-spotify-client
---- ----
. Install Spotify: . Install Spotify:
@ -30,7 +30,7 @@ $ sudo dnf install lpf-spotify-client
.. or use the following command in a terminal: .. or use the following command in a terminal:
+ +
---- ----
$ lpf update lpf update
---- ----
@ -41,10 +41,16 @@ $ lpf update
To install Spotify using link:https://flatpak.org/index.html[Flatpak]: To install Spotify using link:https://flatpak.org/index.html[Flatpak]:
. Install Flatpak using dnf: . Install Flatpak using DNF:
+ +
---- ----
# dnf install -y flatpak sudo dnf install -y flatpak
----
. Enable the Flathub remote:
+
----
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
---- ----
. Install Spotify: . Install Spotify:
@ -57,7 +63,7 @@ To install Spotify using link:https://flatpak.org/index.html[Flatpak]:
.. Using the command line: .. Using the command line:
+ +
---- ----
# flatpak install flathub com.spotify.Client sudo flatpak install flathub com.spotify.Client
---- ----
. Run Spotify: . Run Spotify:
@ -65,7 +71,7 @@ To install Spotify using link:https://flatpak.org/index.html[Flatpak]:
.. or use the following command in the terminal: .. or use the following command in the terminal:
+ +
---- ----
$ flatpak run com.spotify.Client flatpak run com.spotify.Client
---- ----
@ -80,13 +86,13 @@ Snap is the officially recommended distribution method for Spotify. To install S
. Install Snap . Install Snap
+ +
---- ----
$ sudo dnf install snapd sudo dnf install snapd
$ sudo ln -s /var/lib/snapd/snap /snap sudo ln -s /var/lib/snapd/snap /snap
---- ----
. Install Spotify using Snap: . Install Spotify using Snap:
---- ----
$ snap install spotify snap install spotify
---- ----
== References == References