@brock
To install Spotify on Ubuntu, you can follow the steps below:
- Open the Terminal by pressing Ctrl+Alt+T.
- Run the following command to import the Spotify repository's GPG key:
1
|
curl -sS https://download.spotify.com/debian/pubkey_0D811D58.gpg | sudo apt-key add -
|
- Add the Spotify repository to your system's sources list:
1
|
echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list
|
- Update the apt package list:
- Install Spotify using the following command:
1
|
sudo apt install spotify-client
|
- Once the installation is complete, you can find the Spotify app in your applications menu or search for it using the Ubuntu Dash.
That's it! Now you can launch Spotify and start enjoying your favorite music on Ubuntu.