Official recommendation of Ubuntu 17.10 To install Sublime Text 3 tutorial
The popular cross-platform Sublime Text editor finally provides the official Linux apt library to install and receive updates in Ubuntu.
Sublime Text is a proprietary source code editor with Python APIs. It supports many programming and Markup languages, and its functions can be expanded by your own plug-ins.
It can be downloaded and used for free, but you should purchase a license if you plan to use it professionally.
The following demonstrates how to install Sublime Text 3 through the official apt library on Ubuntu 17.10 (applicable to Ubuntu 16.04 or later:
1. Press Ctrl + Alt + T to open the terminal or search for "terminal" from the desktop application initiator ". When it is opened, run the command to install the key:
Wget-qO-https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add-
2. Run the following command to add the apt Repository:
Echo "deb https://download.sublimetext.com/apt/stable/" | sudo tee/etc/apt/sources. list. d/sublime-text.list
3. Check for updates and install Sublime Text 3 through the system package manager. Click mark for installation, as shown in figure
Install graphical APT management tools on Ubuntu 17.10 To create a new software package manager
Click the Application tab to start installation, as shown in.
Or run the following command:
Sudo apt-get update
Sudo apt-get install sublime-text
After the installation is complete, start and enjoy it from the desktop application starter!
Uninstall:
To uninstall the editor, use your system package manager or run the following command:
Sudo apt-get remove sublime-text & sudo apt-get autoremove
Go to system Settings> Software and updates> other software tabs to delete the official Sublime Text apt version library.
For more information about Sublime Text, read:
The eight most commonly used Sublime Text 3 plug-ins
How to install Sublime Text 3 on Ubuntu
Sublime Text 3 in Ubuntu 15.10 contains Chinese garbled characters and cannot be implemented using Chinese input methods.
Install Sublime Text 3 in Linux and fix the shortcut to the starter.
Solution to Sublime Text failure in entering Chinese characters on Ubuntu 14.04
Install and configure Sublime Text 3 in Ubuntu 16.04
Sublime Text details: click here
Sublime Text: click here