ubuntu64位下web开发工具sublime Text2的下载安装命令

来源:互联网 发布:网络协议服务 编辑:程序博客网 时间:2024/05/16 09:09

Add our Sublime Text 2 Ubuntu PPA using the following commands:

<code style="margin: 0px; padding: 0px;">sudo add-apt-repository ppa:webupd8team/sublime-text-2sudo apt-get update</code>


Then, install Sublime Text 2 stable build:

<code style="margin: 0px; padding: 0px;">sudo apt-get install sublime-text</code>


Or, to install Sublime Text 2 development build, use the following command:

<code style="margin: 0px; padding: 0px;">sudo apt-get install sublime-text-dev</code>


I've set up the PPA for personal use but of course, anyone can use it. If you find any bugs, please report them in the comments below.

0 0