Install Sublime Text 3 in Ubuntu 16.04 & Higher The Official Way

Install Sublime Text 3 in Ubuntu 16.04 & The Official Way


The most popular editor Sublime Text now offers official Linux apt repository for easy install and update in ubuntu. Sublime Text Most popular editor. This Editor mostly use for source code editor with Python and API. This Editor supporting most all programming language. There so many functionality and use can extended with plugins.

It is open source and free but you’re supposed to buy a license if you plan on using it full-time.

Here i am sharing step for install Sublime Text 3 Via the official apt repository :

1. Open Terminal via Ctrl+Alt+T or you can search " Terminal" from desktop.
    When terminal open then type following command.

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

2. Then add the apt repository via command:

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:-
  • sudo apt-get update
  • sudo apt-get install sublime-text
     
Once installed, launch it from your desktop app launcher and enjoy!

Uninstall Sumblime Text:- 

 Run Following in terminal.

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.

Previous
Next Post »

statistics