Last Updated on September 8, 2020 by Vikash Ekka
- Windows
- Linux and its distributions
- OS X
Installing Sublime Text on Ubuntu
1. Before installing we have to update the apt package list and install the dependencies of the packages from https source.
sudo apt update
sudo apt install apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
sudo add-apt-repository "deb https://download.sublimetext.com/ apt/stable/"
sudo apt update
sudo apt install sublime-text
Conclusion:
That’s it. Sublime Text has been successfully installed on your Ubuntu desktop. Please comment below if you are facing any issue. I love to solve your problem.
Also Read:- How to install MySQL 5.5 on Ubuntu 20.04 LTS
Also Read:- How To Install PHP Composer on Ubuntu 20.04 LTS