Last active
October 30, 2016 22:14
-
-
Save diegoboot/f7628c25a737f2f3e4283d0adadfe053 to your computer and use it in GitHub Desktop.
🐦 Corebird - Cliente Twitter no Ubuntu · Review https://youtu.be/Tfv8N855slU
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Abra um terminal [no Unity use as teclas CTRL + ALT + T] | |
| # Confira a versão do Ubuntu, para isso, abras as “Configurações do Sistema” e clique em “Detalhes”. Ou se preferir, use o seguinte comando no terminal | |
| lsb_release-rs | |
| # Se estiver usando o Ubuntu 14.04, add o repositório GNOME3 e GNOME3 Staging | |
| sudo add-apt-repository ppa:ubuntuhandbook1/corebird | |
| sudo add-apt-repository ppa:gnome3-team/gnome3-staging | |
| # Se estiver usando o Ubuntu 15.10 ou superior, add apenas o repositório | |
| sudo add-apt-repository ppa:ubuntuhandbook1/corebird | |
| sudo apt-get update # Atualize o gerenciador de pacotes | |
| sudo apt-get install corebird # Agora instale o Corebird | |
| # Depois de instalar, se você estiver no Ubuntu 14.04, remova o repositório Gnome 3 Staging | |
| sudo add-apt-repository -r ppa:gnome3-team/gnome3-staging | |
| # Para desinstalar o Corebird | |
| sudo apt-get remove corebird | |
| sudo apt-get autoremove | |
| # ACESSE tavernaLINUX.com e youtube.com/c/tavernaLINUXbr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment