x32x01
  • by x32x01 ||
The popular cross-platform Sublime Text editor finally offers official Linux apt repository to make it easy to install and receive update in Ubuntu.

Sublime Text is a proprietary source code editor with a Python API. It supports many programming languages and markup languages, and its functionality can be extended by users with plugins.

It’s available to download and use for free, but you’re supposed to buy a license if you plan on using it full-time.

Install Sublime Text 3 via the official apt repository:
1. Open terminal via Ctrl+Alt+T or by searching for “Terminal” from desktop app launcher. When it opens, run command to install the key:
Code:
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -

2. Then add the apt repository via command:
Code:
echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list

3. Finally check updates and install sublime-text via your system package manager:
or by running commands:
Code:
sudo apt-get update
sudo apt-get install sublime-text

Once installed, launch it from your desktop app launcher and enjoy!

Uninstall:
To uninstall the editor, either use your system package manager or simply run command:
Code:
sudo apt-get remove sublime-text && sudo apt-get autoremove
And the official Sublime Text apt repository can be removed by going to System Settings -> Software & Updates -> Other Software tab.
 

Similar Threads

x32x01
Replies
0
Views
132
x32x01
x32x01
x32x01
Replies
0
Views
552
x32x01
x32x01
x32x01
Replies
0
Views
191
x32x01
x32x01
x32x01
  • x32x01
Replies
0
Views
185
x32x01
x32x01
x32x01
  • x32x01
Replies
0
Views
208
x32x01
x32x01
TAGs: Tags
sublime text

Register & Login Faster

Forgot your password?

Latest Resources

Forum Statistics

Threads
517
Messages
518
Members
44
Latest Member
Zodiac
Back
Top