OS/Ubuntu

Sublime Text 3 Install (Ubuntu)

강서버 2020. 9. 24. 15:43
728x90
반응형

1. Install the GPG key

$ wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add - 

 

2. Ensure apt is set up to work with https sources:
$ sudo apt install apt-transport-https

 

3. Select the channel to use:
Stable

echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list 

 

4. Update apt sources and install Sublime Text
$ sudo apt update
$ sudo apt install sublime-text

 

 

참조 : www.sublimetext.com/docs/3/linux_repositories.html#apt

728x90
반응형

'OS > Ubuntu' 카테고리의 다른 글

Ubuntu Music Player  (0) 2020.09.28
HDD, SSD Auto Mount  (0) 2020.09.25
IntelliJ 단축키(Shortcuts) (Ubuntu)  (0) 2020.09.23
Ubuntu 20.04 ifconfig install  (0) 2020.08.11
Ubuntu Disk Check  (0) 2020.06.17