Mudanças entre as edições de "Geral:Como instalar o editor de texto Sublime Text?"
(2 revisões intermediárias pelo mesmo usuário não estão sendo mostradas) | |||
Linha 1: | Linha 1: | ||
== Problema / Pergunta == | == Problema / Pergunta == | ||
− | Como instalar o editor de texto Sublime Text? | + | Como instalar o editor de texto ''Sublime Text''? |
== Ambiente == | == Ambiente == | ||
* Linux | * Linux | ||
Linha 7: | Linha 7: | ||
== Solução / Resposta == | == Solução / Resposta == | ||
# Abrir o '''Terminal'''; | # Abrir o '''Terminal'''; | ||
− | # Baixar a versão do '''Sublime Text''' utilizando o comando abaixo:<syntaxhighlight lang="text"> | + | # Baixar a versão do '''''Sublime Text''''' utilizando o comando abaixo:<syntaxhighlight lang="text"> |
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add - | wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add - | ||
</syntaxhighlight> | </syntaxhighlight> | ||
# Para finalizar a instalação utilizar os comandos abaixo:<syntaxhighlight lang="text"> | # Para finalizar a instalação utilizar os comandos abaixo:<syntaxhighlight lang="text"> | ||
sudo apt-get install apt-transport-https | sudo apt-get install apt-transport-https | ||
+ | |||
+ | </syntaxhighlight><syntaxhighlight lang="text"> | ||
echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list | echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list | ||
+ | </syntaxhighlight><syntaxhighlight lang="tex"> | ||
sudo apt-get update && sudo apt-get install sublime-text -y | sudo apt-get update && sudo apt-get install sublime-text -y | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | # Abrir o aplicativo do '''Sublime Text'''. | + | #Abrir o aplicativo do '''''Sublime Text'''''. |
== Palavras-Chave == | == Palavras-Chave == | ||
− | + | Anotações. | |
{{Votacao}} | {{Votacao}} | ||
− | |||
__NOTOC__ | __NOTOC__ | ||
[[Categoria:Sistema de Terceiro]] | [[Categoria:Sistema de Terceiro]] | ||
+ | [[Categoria:Status:Validado]] |
Edição atual tal como às 16h03min de 12 de dezembro de 2019
Problema / Pergunta
Como instalar o editor de texto Sublime Text?
Ambiente
- Linux
Solução / Resposta
- Abrir o Terminal;
- Baixar a versão do Sublime Text utilizando o comando abaixo:
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
- Para finalizar a instalação utilizar os comandos abaixo:
sudo apt-get install apt-transport-https
echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
sudo apt-get update && sudo apt-get install sublime-text -y
- Abrir o aplicativo do Sublime Text.
Palavras-Chave
Anotações.