Sublime Text Install on Ubuntu

Source: Internet
Author: User
Tags gpg sublime text

Refer
Http://www.sublimetext.com/docs/3/linux_repositories.html#apt

Install the GPG key:

wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -

Ensure apt is set up to work with HTTPS sources:

sudo apt-get install apt-transport-https

Select the channel to use:

Stable
echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
Dev
echo "deb https://download.sublimetext.com/ apt/dev/" | sudo tee /etc/apt/sources.list.d/sublime-text.list

Update apt sources and install Sublime Text

sudo apt-get updatesudo apt-get install sublime-text


Plug-in Installation:
1. Package Control Install HTTPS://PACKAGECONTROL.IO/INSTALLATION#ST3
2. Restart Sublimetet, click References->package control, install other extensions (sublimelinter, filediffs, Alignment )
3. Extensions:
sublimelinter-php
Sublimelinter-lua
Sublimelinter-contrib-nvcc
Sublimelinter-contrib-rustc
Sublimelinter-contrib-clang
Sublimelinter-contrib-java
Sublimelinter-contrib-ruby-lint
Golang Build

Sublime Text Install on Ubuntu

Related Article

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.