OS/Ubuntu
Sublime Text 3 Install
강서버
2021. 4. 16. 13:18
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
Linux Package Manager Repositories – Sublime Text 3 Documentation
Sublime Text 3 includes an auto-upgrade mechanism on Windows and OS X to make upgrades a snap. Instead of going against the grain of the Linux ecosystem, packages and package repositories are provided for most of the major distributions. Builds listed in t
www.sublimetext.com
반응형