写在前面:linux 系统版本:ubuntu 14.04
Sublime Text 版本 :Sublime Text3
Sublime Text 简介
Sublime Text 是一款流行的文本编辑器软件,跨平台,可运行在Linux、Windows和Mac OS X,是被大众程序员所热爱的编辑器之一
在ubuntu 14.04系统下安装Sublime Text3 步骤:
①添加仓库
通过代码:
sudo add-apt-repository ppa:webupd8team/sublime-text-3
![img_01be76363fad5563e5a3e65ed329a28e.png](https://yqfile.alicdn.com/img_01be76363fad5563e5a3e65ed329a28e.png?x-oss-process=image/resize,w_1400/format,webp)
②更新软件库
通过代码:
sudo apt-get update
![img_1fcf0de76d6ab3fb90891a8ec0e8e92e.png](https://yqfile.alicdn.com/img_1fcf0de76d6ab3fb90891a8ec0e8e92e.png?x-oss-process=image/resize,w_1400/format,webp)
③安装Sublime Text3
通过代码:sudo apt-get install sublime-text-installer
![img_06cd86477f1cf758a74dfab90536fd3c.png](https://yqfile.alicdn.com/img_06cd86477f1cf758a74dfab90536fd3c.png?x-oss-process=image/resize,w_1400/format,webp)
在命令行直接输入:subl
即可打开Sublime Text 3
![img_9f6d17a9aaf867e62ff7a5555d602655.png](https://yqfile.alicdn.com/img_9f6d17a9aaf867e62ff7a5555d602655.png?x-oss-process=image/resize,w_1400/format,webp)