Ubuntu 装配 Sublime Text 3 及破解方法 Install Sublime Text 3 in Ubuntu via PPA

Ubuntu 安装 Sublime Text 3 及破解方法 Install Sublime Text 3 in Ubuntu via PPA
Sublime Text is a popular text editor somewhat similar to TextMate, available for Linux, Windows and Mac OS X.

 

Ubuntu 装配 Sublime Text 3 及破解方法 Install Sublime Text 3 in Ubuntu via PPA_第1张图片


Initially, version 3 was only available to registered users (a license costs USD $70) however, the latest Sublime Text 3 beta builds are now available to all and like Sublime Text 2, it can be evaluated for an unlimited period of time.

 

Recently I've received quite a few requests to create a PPA for Sublime Text 3 because, even though there are deb packages available for download, users must manually install each update. So I've created a PPA you can use to easily install and stay up to date with the latest Sublime Text 3 (currently in beta) builds in Ubuntu and derivates. 
 
The package in the PPA is just an installer and works like our Oracle Java Installer package: it downloads the Sublime Text 3 archive from its website and installs it on the system. The PPA does not host any Sublime Text 3 files.

 

Install Sublime Text 3 in Ubuntu via PPA

 

Before proceeding, if you've already installed Sublime Text, make sure the application is not running or else there might be some visual glitches (that's because the package in our PPA will replace any already existing Sublime Text deb packages). This only occurs when switching from the Sublime Text 3 debs downloaded from its website to the packages in our PPA.

Also, using the instructions below, the old Sublime Text 2 package (if you've used our Sublime Text 2 PPA) will be replaced with the new Sublime Text 3.


To add the WebUpd8 Sublime Text 3 (beta) PPA and install the application in Ubuntu 13.10, 13.04, 12.10 or 12.04 (and derivatives), use the following commands:

sudo add-apt-repository ppa:webupd8team/sublime-text-3
sudo apt-get update
sudo apt-get install sublime-text-installer

 

If you don't want to use our PPA or don't use Ubuntu,  download Sublime Text 3 from  HERE.

 

Tip: to disable new version notifications, add the following to your User Preferences file ( Preferences > Settings - User):
"update_check": false

 

Also see: Easily Discover And Install Plugins In Sublime Text 2 or 3 With Sublime Package Control

 

来源:http://www.webupd8.org/2013/07/sublime-text-3-ubuntu-ppa-now-available.html

 

破解方法

sudo cd /opt/sublime_text/
sudo vim sublime_text
:%! xxd
/ 4333 3342 3032
# 手动修改 Chang 3342 to 3242
# click ESC
:%! xxd -r
:wq

 

license

—--BEGIN LICENSE—--
Jat
Unlimited User License
EA7E-4656
D6B5CE42CFFD356FD6F782BE4D8D6E9A
F2DD8A265E67DD14C9B6627E9103E290
16FEB67F9DBE65D8434A31D2352A9C80
D7DDCC7BCCCA381D521F5DF49B0F7E5C
5A1B8F4ADE30EF20BEF4020B4D899AE4
60FE1355D8A8B71FE7350B52B4D88969
F42E6248426E64B6BB85A1217AFB7F04
51432FBA46AA531550D638910BAD6FE3
—--END LICENSE—--

 

 How to active build 3047: http://justpaste.it/369c

 

来源:http://www.youtube.com/watch?v=ab0fXW-FXBk

 

卸载方法

 You could remove your installation:

sudo apt-get remove sublime-text-installer

 

来源: http://stackoverflow.com/questions/17610913/uninstall-sublime-text-3-on-ubuntu-12-04

你可能感兴趣的:(Ubuntu 装配 Sublime Text 3 及破解方法 Install Sublime Text 3 in Ubuntu via PPA)