Want to hear your favorite Spotify playlists and songs on an Ubuntu computer too? Here's how to do it..
If you use the popular Linux distribution Ubuntu, you can now also install Spotify. You can find out how this works via the software manager in this tipps + tricks article. In addition, we will show two other methods via the terminal so that you can be guaranteed to use Spotify.
Follow our step-by-step instructions or take a look at the brief instructions .
If you prefer to use the terminal to manage your packages, here are two easy ways to install Spotify. Open the terminal with [Alt] + [Ctrl] + [T] . Have your password ready for sudo commands ..
Install Spotify via Snap
sudo apt-get install snap
sudo snap install spotify
Install Spotify via apt-get
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 931FF8E79F0876134EDDBDCCA87FF9DF48BF1C90
echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list
sudo apt-get update
sudo apt-get install spotify-client