📅  最后修改于: 2023-12-03 15:20:12.213000             🧑  作者: Mango
Spotify is a popular music streaming service that allows users to access millions of songs from their device. In this tutorial, we will learn how to install Spotify on Ubuntu using the Shell/Bash command line interface.
Ctrl + Alt + T
on your keyboard.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
To open Spotify, type spotify
in the Terminal or search for it in the Applications menu. Once opened, log in to your Spotify account or create a new one if you don't have one yet. You can then start streaming or downloading your favorite music on your Ubuntu system.
Congratulations! You have successfully installed Spotify on your Ubuntu system. Enjoy your favorite music anytime, anywhere with Spotify.