1. 程式人生 > >Ubuntu16.04下安裝sublime text3

Ubuntu16.04下安裝sublime text3

http://blog.csdn.net/zhaoyu106/article/details/52858962

安裝過程非常簡單,在terminal中輸入:

sudo add-apt-repository ppa:webupd8team/sublime-text-3 #新增sublime text 3的倉庫
sudo apt-get update #更新軟體庫
sudo apt-get install sublime-text-installer #安裝Sublime Text

如果需要啟動sublime,那麼在terminal中輸入

subl

注意,如果需要解除安裝,那麼在terminal中輸入

sudo apt-get
remove sublime-text-installer