Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

spotify linux

curl -sS https://download.spotify.com/debian/pubkey_0D811D58.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-get update && sudo apt install spotify-client -y
Comment

install spotify on linux

# install git
sudo pacman -S git
# install snap packege manager
cd ~/Download/
git clone https://aur.archlinux.org/snapd.git
cd ./snapd/
makepkg -si
sudo systemctl enable --now snapd.socket
sudo ln -s /var/lib/snapd/snap /snap
# install spotify
sudo snap install spotify
Comment

download spotify linux

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
Comment

PREVIOUS NEXT
Code Example
Shell :: isntall jest cli 
Shell :: bash string before substring 
Shell :: empty-commoit 
Shell :: apt find package 
Shell :: f.lux for ubuntu 18.04 
Shell :: error Invalid plugin options for "gatsby-plugin-manifest": 
Shell :: port kill ubuntu 
Shell :: change git default branch 
Shell :: svn log last 10 
Shell :: brew upgrade except 
Shell :: pocketsphinx 
Shell :: install pyaudio in pycharm 
Shell :: how to run xmrig on ubuntu 
Shell :: create sbt project 
Shell :: npm list all installed packages 
Shell :: print first lines of file linux 
Shell :: how to copy file using ssh from computer to server 
Shell :: wsl install cmake 
Shell :: batch loop through folders in a directory 
Shell :: install tensorflow anaconda 1 
Shell :: arch install fonts 
Shell :: rdp linux ubuntu 
Shell :: remove all docker containers 
Shell :: tar gz linux command 
Shell :: create gitignore files windows 
Shell :: react native luxon types 
Shell :: bash try catch 
Shell :: how to clear docker-compose logs 
Shell :: heroku see all logs 
Shell :: terminal delete directory not empty 
ADD CONTENT
Topic
Content
Source link
Name
2+2 =