Install Sublime__linux under Linux

Source: Internet
Author: User

First step to add sublime Text 3 warehouse
sudo add-apt-repository ppa:webupd8team/sublime-text-3
This time it will come out to prompt this place waiting for us to confirm whether to add this warehouse, Press ENTER to continue, press Crtl+c to cancel.
At this point, press ENTER to continue and establish the Trust database.
Second Step Update Software library
sudo apt-get update
Third installation
sudo apt-get install Sublime-text-installer
then wait for installation

Configuring Plug-ins
CTRL + ' or open the View>show Console and copy the information below
Import Urllib.request,os,hashlib; h = ' 2915d1851351e5ee549c20394736b442 ' + ' 8bc59f460fa1548d1514676163dafc88 '; PF = ' Package control.sublime-package '; IPP = Sublime.installed_packages_path (); Urllib.request.install_opener (Urllib.request.build_opener (Urllib.request.ProxyHandler ())); by = Urllib.request.urlopen (' http://packagecontrol.io/' + pf.replace (', '%20 ')). read (); DH = hashlib.sha256 (by). Hexdigest (); Print (' Error validating download (got%s instead of%s), please try Manual '% (DH, h)) if DH install h else open (!= H.join (IPP, PF), ' WB '. Write (by)
Or
Https://packagecontrol.io/installation#st3
Reboot
Ctrl + Shift + p to open the command board Input package Control:install package
Then enter the plug-in you want to install

Plug-ins themselves check

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.