728x90
반응형
1.
$ wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
2.
$ sudo apt install apt-transport-https
3. (Stable)
$ echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
4. update & install
$ sudo apt update
$ sudo apt install sublime-text
참조 : www.sublimetext.com/docs/3/linux_repositories.html#apt
728x90
반응형
'OS > Ubuntu' 카테고리의 다른 글
Ubuntu shutdown, reboot shortcut keys (0) | 2021.04.27 |
---|---|
Enable i386 architecture (0) | 2021.04.22 |
Ubuntu Python IDLE Install (0) | 2021.04.15 |
Ubuntu CPU 온도 체크 프로그램 (0) | 2021.03.29 |
Intellij / Android Studio Scrolling with the number keypad when number lock is off (0) | 2020.11.04 |