Script to install/update Spotify for Debian/Ubuntu easily.
Go to file
2024-05-01 10:47:24 +02:00
screenshots Added a screenshot 2015-09-19 19:26:29 +02:00
src Improved error handling 2021-03-28 04:14:45 +02:00
LICENSE.txt LICENSE (GPL 2.0) 2021-03-28 03:34:50 +02:00
Makefile Makefile 2021-03-28 03:41:32 +02:00
README.md README.md 2024-05-01 10:47:24 +02:00

Script to install/update Spotify for Debian/Ubuntu easily.

Use/Installation:

  • Open the terminal and run the following commands:
$ git clone https://git.q3aql.dev/q3aql/spotify-deb-install.git
$ cd spotify-deb-install
$ sudo make install
$ sudo spotify-deb-install

Note: The script should run with all Debian/Ubuntu distributions based.

Update Spotify:

  • Open the terminal and simply run the following command:
$ sudo spotify-deb-install

Uninstall:

  • Open the terminal and run the following commands:
$ git clone https://git.q3aql.dev/q3aql/spotify-deb-install.git
$ cd spotify-deb-install
$ sudo make uninstall
$ sudo apt-get remove spotify-client

Screenshots