Install Sublime Text Editor On Linux/Ubuntu | Latest-Stable Version

Опубликовано: 03 Ноябрь 2024
на канале: WelcomeSAP
96
6

Hi guys in this video we will see how to install sublime text editor on Linux/Ubuntu to run our program written in any language.


Visit the the link: https://www.sublimetext.com/docs/3/li...


Install the GPG key:

wget -qO - https://download.sublimetext.com/subl... | sudo apt-key add -

 
Ensure apt is set up to work with https sources:

sudo apt-get install apt-transport-https


Select the Stable Version

echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list



Update apt sources and install Sublime Text

sudo apt-get update
sudo apt-get install sublime-text





Thank you for watching this video. Please subscribe to our channel for more updates.


#installsublimetexteditor #texteditor #howtoinstallsublimetexteditoronlinux #installsublimetexteditoronlinux