Difference between revisions of "Sublime Text"
Jump to navigation
Jump to search
(Created page with "Sublime Text is a shareware cross-platform source code editor with a Python application programming interface. ===Instalasi=== Link download dapat diakses di https://www.subl...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
===Instalasi=== | ===Instalasi=== | ||
− | Link download dapat diakses di https://www.sublimetext.com/3 | + | Link download dapat diakses di |
+ | Untuk Sublime Text 3 | ||
+ | https://www.sublimetext.com/3 | ||
+ | |||
+ | Untuk Sublime Text 4 | ||
+ | https://www.sublimetext.com/download | ||
====Install via Terminal==== | ====Install via Terminal==== | ||
+ | |||
+ | Install the GPG key: | ||
+ | |||
+ | wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add - | ||
+ | |||
+ | Pastikan apt diset dengan https sources: | ||
+ | |||
+ | sudo apt-get install apt-transport-https | ||
+ | |||
+ | Instal versi stabil | ||
+ | |||
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 | ||
+ | |||
+ | Update apt sources and install Sublime Text | ||
+ | |||
sudo apt-get update | sudo apt-get update | ||
sudo apt-get install sublime-text | sudo apt-get install sublime-text |
Latest revision as of 15:16, 7 February 2024
Sublime Text is a shareware cross-platform source code editor with a Python application programming interface.
Instalasi
Link download dapat diakses di Untuk Sublime Text 3
https://www.sublimetext.com/3
Untuk Sublime Text 4
https://www.sublimetext.com/download
Install via Terminal
Install the GPG key:
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
Pastikan apt diset dengan https sources:
sudo apt-get install apt-transport-https
Instal versi stabil
echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
Update apt sources and install Sublime Text
sudo apt-get update sudo apt-get install sublime-text
Referensi
https://en.wikipedia.org/wiki/Sublime_Text
https://www.sublimetext.com/docs/3/linux_repositories.html