Sublime text is one of the best text editor for web development and in this article i will show you how to install sublime text 3 on xubuntu 18.04 bionic.
How to install Sublime Text 3 on Xubuntu 18.04
- open command line/terminal on lubuntu by pressing CTRL + ALT + T
- run update command
sudo apt-get update
sudo apt-get install apt-transport-https
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
sudo apt-get update
sudo apt-get install sublime-text
Once installed, you can open sublime text 3 from xubuntu start menu > Development > Sublime Text, you can also open sublime from command line like this:
subl
sudo subl