Skip to content

Instantly share code, notes, and snippets.

@diegoboot
Last active October 25, 2016 20:04
Show Gist options
  • Save diegoboot/452516bc05af96cab34f78db01f4e805 to your computer and use it in GitHub Desktop.
Save diegoboot/452516bc05af96cab34f78db01f4e805 to your computer and use it in GitHub Desktop.
Spotify - Como Instalar no openSUSE e Derivados • Vídeo Completo https://youtu.be/UVIAD0HXhxs
""" abra um terminal para instalar a dependência Libgcrypt,
sem ela o spotify não irá abrir. Consulte a dependência Libgcrypt para sua distro em
http://rpm.pbone.net/index.php3/stat/2/simple/2 • Instale sempre a última versão """
# download e instalação do Libgcrypt
wget ftp://ftp.pbone.net/mirror/ftp5.gwdg.de/pub/opensuse/repositories/home:/Knurpht:/Extras/openSUSE_42.1/x86_64/libgcrypt11-1.5.4-2.7.x86_64.rpm -O libgcrypt.rpm
sudo rpm -i libgcrypt.rpm
""" adicione o repositório PackMan
No vídeo acabei add o repo 13.2 e funcionou pefeitamente,
mas procure sempre add o repo de acordo com sua distro em https://en.opensuse.org/Additional_package_repositories """
sudo zypper addrepo http://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Leap_42.1/ pacman
""" instalar o projeto spotify-install
pode demorar um pouco, mas não se preocupe """
sudo zypper install spotify-installer
""" instalar o cliente oficial Spotify
novamente, pode demorar um pouco, mas não se preocupe """
install-spotify
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment