Installing sublime text 3 on ubuntu.
This tutorial will show you how to install the Sublime Text 3 in Ubuntu. Trusty LTS via PPA repository.
The Sublime Text 3 is currently in beta. Webupd8 Team has made an installer script into PPA which automatically downloads the Sublime Text 3 archive from its website and installs it on Ubuntu. The PPA does not host any Sublime Text 3 files.
Install sublime text 3 in ubuntu
Install Sublime Text 3:
To get started, press Ctrl+Alt+T on your keyboard to open a terminal window. When it opens, copy and paste below command into terminal and hit enter:
sudo add-apt-repository -y ppa:webupd8team/sublime-text-3
Type in your password when prompts and then you’ll get this PPA (Personal Package Archive) into your system.
NOTE: you’ll see nothing when typing passwords in Linux terminal, just type in mind and hit enter to get pass.
install sublime text 3 ubuntu
After added the PPA, run commands to install the script:
sudo apt-get update;
sudo apt-get install -y sublime-text-installer
Once installed, open the editor from Unity Dash or Menu.
To disable new version notifications, add the following to your User Preferences file (Preferences > Settings – User):
“update_check”: false