Spotify Install
1. curl -sS https://download.spotify.com/debian/pubkey_0D811D58.gpg | sudo apt-key add -
2. echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list
3. sudo apt-get update && sudo apt-get install spotify-client
Ad removal
1. cd /tmp
2. git clone https://github.com/abba23/spotify-adblock-linux.git
3. cd spotify-adblock-linux
4. wget -O cef.tar.bz2 http://opensource.spotify.com/cefbuilds/cef_binary_80.0.8%2Bgf96cd1d%2Bchromium-80.0.3987.132_linux64_minimal.tar.bz2
5. tar -xf cef.tar.bz2 --wildcards '*/include' --strip-components=1
6. make
Install ad removal
1. sudo make install
Uninstall ad removal
1. sudo make uninstall