Install Sublime Text 3 on Ubuntu with PPA Repository

Sublime 3 is a great text editor we can use with lots of different programming languages. Sublime Text 3 is the latest version of the text editor Sublime Text.
Do the following steps to Install Sublime Text 3 on Ubuntu with PPA repository.
- Add Ubuntu Sublime text ppa Repository.
- Install Sublime 3 with apt-get command.
There are different ways we can install sublime text 3 on Ubuntu, One way is to use Personal Package Archive (PPA) repository.
So, first enable the Sublime 3 PPA repository:
sudo add-apt-repository ppa:webupd8team/sublime-text-3
sudo apt-get update
Then, install sublime 3 with apt-get command:
sudo apt-get install sublime-text-installer
After you install sublime 3 on Ubuntu, you will get 30 day evaluation period without any limitation.