Home > Development Tools > sublime > body text

Ubuntu18.04 installation sublime3

藏色散人
Release: 2019-09-07 13:49:34
forward
4051 people have browsed it

The following column sublime usage tutorial will introduce to you how to install sublime3 under Ubuntu18.04. I hope it will be helpful to friends in need!

Ubuntu18.04 installation sublime3

Ubuntu18.04 Install sublime3

1.Install GPG key:

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

2. Make sure apt has been Set to use https source

sudo apt-get install apt-transport-https
Copy after login

3. Output list

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

4. Update apt source and install Sublime Text

sudo apt-get update
sudo apt-get install sublime-text
Copy after login

5. Register

● Open Tool

● Click Enter License under the Help option, copy and paste the following Register code

● Click submit, and that’s it!

----- BEGIN LICENSE -----
sgbteam
Single User License
EA7E-1153259
8891CBB9 F1513E4F 1A3405C1 A865D53F
115F202E 7B91AB2D 0D2A40ED 352B269B
76E84F0B CD69BFC7 59F2DFEF E267328F
215652A3 E88F9D8F 4C38E3BA 5B2DAAE4
969624E7 DC9CD4D5 717FB40C 1B9738CF
20B3C4F1 E917B5B3 87C38D9C ACCE7DD8
5F7EF854 86B9743C FADC04AA FB0DA5C0
F913BE58 42FEA319 F954EFDD AE881E0B
------ END LICENSE ------
Copy after login

6. Support Chinese

    1.git clone https://github.com/lyfeyaj/sublime-text-imfix.git
    2.cd sublime-text-imfix && ./sublime-imfix
Copy after login

7. Just restart Sublime Text3! Shortcut command: subl

The above is the detailed content of Ubuntu18.04 installation sublime3. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:aliyun.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template