• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Archives

sublme text 4

Install latest Sublime Text

December 31, 2021

How to install the latest version of the Sublime Text editor on Ubuntu or Mint.

wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
sudo apt-get install apt-transport-https
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

wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add - sudo apt-get install apt-transport-https 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

It will add the sublime-text.list file in /etc/apt/sources.list.d directory.

Filed Under: Linux Tagged With: editor, install, sublme text 4, update

  • Home
  • About
  • Archives

Copyright © 2023