How to Install Spotify via Terminal on Debian and Ubuntu 22.04, Ubuntu 22.10 and other Linux Ubuntu Systems. To install Spotify, run the following commands:
curl -sS https://download.spotify.com/debian/pubkey_7A3A762FAFD4A51F.gpg | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/spotify.gpg 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
Ubuntu users can also install Spotify via Snap using the following set of commands:
sudo apt update sudo apt install snapd sudo snap install spotify
Once Spotify is installed on the system, open it from Ubuntu Dash or system menu. Note that you will have to register and create an account or simply log in if you already have an account.