-
-
Notifications
You must be signed in to change notification settings - Fork 1
Linux Spotify Guide
Mattscreative edited this page Dec 5, 2025
·
2 revisions
Complete beginner-friendly guide to Spotify on Linux, covering Arch Linux, CachyOS, and other distributions including installation, configuration, and troubleshooting.
Arch/CachyOS:
# Install Spotify
sudo pacman -S spotify
# Or from AUR (latest)
yay -S spotifyDebian/Ubuntu:
# Add repository
curl -sS https://download.spotify.com/debian/pubkey_5E3C45D7B312C643.gpg | sudo apt-key add -
echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list
sudo apt update
sudo apt install spotify-clientFedora:
# Install from RPM Fusion
sudo dnf install spotify-clientStart Spotify:
# Launch Spotify
spotify
# Or from application menuFirst launch:
- Login or Sign up
- Choose plan (Free or Premium)
- Start listening
Configure Spotify:
- Settings (gear icon)
- Audio Quality: Set quality
- Playback: Configure playback
- Social: Social features
Configure quality:
- Settings → Audio Quality
- Very High: 320 kbps (Premium)
- High: 160 kbps
- Normal: 96 kbps
- Low: 24 kbps
Use different backend:
# Launch with different backend
spotify --audio-backend=pulseaudioCheck audio:
# Restart PulseAudio
pulseaudio -k
pulseaudio --start
# Check Spotify process
ps aux | grep spotifyClear cache:
# Remove cache
rm -rf ~/.cache/spotify
# Restart SpotifyThis guide covered Spotify installation, configuration, and troubleshooting for Arch Linux, CachyOS, and other distributions.
- Audio Configuration - Audio setup
- Multimedia - Media applications
- Spotify: https://www.spotify.com/
This guide covers Arch Linux, CachyOS, and other Linux distributions. For distribution-specific details, refer to your distribution's documentation.