DEV Community

samsepi0l
samsepi0l

Posted on • Updated on

spotify install on linux

I want spotify:

yay -S spotify

if there is problem with build:

go to: .cache/yay/spotify, and run: makepkg --syncdeps --noprepare --install


block ads ! >:(

Install: yay -S spotify-adblock

And now you need to run: spotify-adblock instead of normal spotify (which have ads, no ! )

it's integrated, cool ..


spotify

(check comments in AUR if there are more problems, I resolved with command to circumvent error when building.. )

spotify adblock


On Fedora

flatpak

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

To run Spotify, issue the following command.

# flatpak run com.spotify.Client
or
# flatpak run com.spotify.Client --no-zygote

To block ads (flatpak ):

https://github.com/lnxfsf/SpotX-Linux

bash <(curl -sSL https://raw.githubusercontent.com/SpotX-CLI/SpotX-Linux/main/install.sh) -P /var/lib/flatpak/app/com.spotify.Client/x86_64/stable/active/files/extra/share/spotify/

Top comments (0)