Skip to content

Instantly share code, notes, and snippets.

@diegoboot
Last active August 11, 2016 04:01
Show Gist options
  • Save diegoboot/c3c07e2cff2efed8ba9781ee5371bb21 to your computer and use it in GitHub Desktop.
Save diegoboot/c3c07e2cff2efed8ba9781ee5371bb21 to your computer and use it in GitHub Desktop.
Instalar Tomahawk Music Player via PPA no Ubuntu e derivados · Review em https://youtu.be/Si_EJ8ASYRc
// Abra um terminal [ no Unity use as teclas CTRL + ALT + T ]
// Instale o TOMAHAWK usando os comandos abaixo
sudo add-apt-repository ppa:tomahawk/ppa [ENTER]
sudo apt-get update [ENTER]
sudo apt-get install tomahawk [ENTER]
// Caso queira DESINSTALAR o TOMAHAWK
sudo add-apt-repository ppa:tomahawk/ppa --remove [ENTER]
sudo apt-get remove tomahawk [ENTER]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment