What & How & Why

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录前一修订版
后一修订版
前一修订版
上一修订版两侧同时换到之后的修订记录
linux:software:sublimetext [2016/06/02 05:40] – [Install Sublime Text 3 to CentOS] haregylinux:software:sublimetext [2020/02/24 10:20] – [Install Sublime Text 3 to CentOS] codinghare
行 1: 行 1:
-===== Install Sublime Text 3 to CentOS===== 
  
-  +=== Download & unpack ===
- +
-The install method is using source tarball on CentOS 7. +
- +
-==== Download & unpack ====+
 The latest stable version can be downloaded from Sublime Text website or you can use the following “wget” command to download the tar-file that suits you better and extract it as shown below. The latest stable version can be downloaded from Sublime Text website or you can use the following “wget” command to download the tar-file that suits you better and extract it as shown below.
 \\ \\
行 13: 行 8:
 </code> </code>
 \\ \\
-==== Change directory ====+=== Change directory ===
 Once unpacked, you will get a directory called “Sublime_Text_3″. I moved them to the /opt directory. Once unpacked, you will get a directory called “Sublime_Text_3″. I moved them to the /opt directory.
 \\ \\
 <code># sudo mv Sublime_Text_3 /opt/</code> <code># sudo mv Sublime_Text_3 /opt/</code>
 \\ \\
-==== Create a symbolic link ====+=== Create a symbolic link ===
 Next create a symbolic link to call “Sublime Text” from the command line as “sublime”. To do, create a symbolic link under “/usr/bin” as shown below. Next create a symbolic link to call “Sublime Text” from the command line as “sublime”. To do, create a symbolic link under “/usr/bin” as shown below.
 \\ \\
 <code># sudo ln -s /opt/Sublime_Text_3/sublime_text /usr/bin/sublime</code> <code># sudo ln -s /opt/Sublime_Text_3/sublime_text /usr/bin/sublime</code>
 \\ \\
-==== Create Unity Lancher ====+=== Create Unity Lancher ===
  
 If you are using Unity and want to add “Sublime Text” to the Unity launcher. Create a “sublime.desktop” file under “/usr/share/applications”. If you are using Unity and want to add “Sublime Text” to the Unity launcher. Create a “sublime.desktop” file under “/usr/share/applications”.