跳到主要內容

發表文章

目前顯示的是有「sublime」標籤的文章

How to install sublime-text-3 on ubuntu?

To get started, press Ctrl+Alt+T to open terminal, then follow below steps: 1.) Add sublime-text-3 in the repository. sudo add-apt-repository ppa:webupd8team/sublime-text-3 2.) Update the system with apt-get command. sudo apt-get update 3.) And install the latest Sublime Text 3 in your system. sudo apt-get install sublime-text-installer