Download and Install sublime Text Editor in Ubuntu

Опубликовано: 14 Май 2026
на канале: Tutorcamps
334
0

INSTALLATION NOTES :
----------------------------------------
----------------------------------------


STEP 1 : install the key
-------------

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

STEP 2 : add the apt repository
--------------

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

STEP 3 : Update
--------------

sudo apt-get update

STEP 4 : Install subline text
--------------

sudo apt-get install sublime-text