1.安装python-software-properties工具包 html
add-apt-repository 是由 python-software-properties 这个工具包提供的
因此要先安装python-software-properties 才能使用 add-apt-repository
不然会显示“command not found”
安装方法: python
sudo apt-get install python-software-properties
2.安装Sublime Text 2 web
下面才是真正安装SublimeText2的命令 shell
sudo add-apt-repository ppa:webupd8team/sublime-text-2 sudo apt-get update sudo apt-get install sublime-text
sudo apt-get install sublime-text-dev
3.下面几篇文章里有关于安装插件、破解、apt-get命令以及一些入门技巧的内容。固然破解这种事仍是尽可能不要作,原本就是个能够无偿使用的软件,应该心怀感恩才对,你我都是开发者,你们须要多多的互相支持!
http://www.qianduan.net/essential-to-sublime-the-text-2-plugins.html
http://baike.baidu.com/view/1580236.htm
http://www.cnblogs.com/rollenholt/archive/2012/05/31/2528300.html
sublime-text