Instalando o Spotify no Fedora
Esta página discute fontes de software de terceiros que não são oficialmente afiliadas ou endossadas pelo Projeto Fedora. Use-as por sua própria conta e risco. O Fedora recomenda o uso de software livre e de código aberto e a evitação de software encoberto por patentes. |
Spotify é um serviço proprietário de streaming de música compatível com diversas plataformas. Spotify é um serviço freemium, com propagandas que podem ser removidas ao pagar por uma assinatura. Apesar do Spotify não ser oficialmente suportado pelo Fedora, ele pode ser instalado no Fedora de diversas formas:
-
Using a Flatpak hosted by Flathub.
-
Using Snap hosted by snapcraft.
-
Using the third-party RPM Fusion repositories.
Installing Spotify using Flatpak
To install Spotify using Flatpak:
-
Install Flatpak using DNF:
sudo dnf install -y flatpak
-
Enable the Flathub remote:
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
-
Install Spotify:
-
Using Gnome Software:
-
Head to the 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:
flatpak install flathub com.spotify.Client
-
-
Run Spotify:
-
Click on the Spotify icon in the applications list,
-
or use the following command in the terminal:
flatpak run com.spotify.Client
-
Installing Spotify using Snap
To install Spotify using Snap:
-
Instalando o Snap usando DNF:
sudo dnf install snapd
-
Either log out and back in again, or restart your system, to ensure snap’s paths are updated correctly.
-
To enable classic snap support, enter the following to create a symbolic link between
/var/lib/snapd/snap
and/snap
:sudo ln -s /var/lib/snapd/snap /snap
-
Install spotify, simply use the following command:
snap install spotify
-
Click on the Spotify icon in the applications list.
Using the RPM Fusion repository
For this method, please refer to the lpf GitHub Page
requirements.
-
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
-
Want to help? Learn how to contribute to Fedora Docs ›