Skip to content

Instantly share code, notes, and snippets.

@franklinjavier
Last active September 15, 2021 19:17
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save franklinjavier/09f44f95b46851e4cde8 to your computer and use it in GitHub Desktop.
Save franklinjavier/09f44f95b46851e4cde8 to your computer and use it in GitHub Desktop.
Install spotify on Arch Linux
wget https://aur.archlinux.org/packages/sp/spotify/spotify.tar.gz && tar -zxvf spotify.tar.gz && cd spotify && makepkg -s
pacman -U spotify<TAB><ENTER>
Copy link

ghost commented Jan 27, 2016

We can also, yaourt -S sotify

@ginoclement
Copy link

Just FYI the URL you have gives a 404 error code. The "Download snapshot" link on the AUR gave the following download URL:

https://aur.archlinux.org/cgit/aur.git/snapshot/spotify.tar.gz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment