Spotify Without ads (Debian / Ubuntu, Educational Purposes)
- This topic has 0 replies, 1 voice, and was last updated 3 years, 10 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
What makes us different from other similar websites? › Forums › Tech › Spotify Without ads (Debian / Ubuntu, Educational Purposes)
Tagged: Advertisment, Advertisments, Debian, Linux, No ads, Spotify, Spotify No ads, Spotify no advertisments, Ubuntu
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