Install Sublime 3 Text Editor on Ubuntu 22.04 Example
Hi Guys,
This tutorial shows you Step by Step Install Sublime 3 Text On Ubuntu 22.04. I explained simply step by step Ubuntu 22.04 on Install Sublime 3 Text Editor. you will learn Sublime 3 Text to Install Sublime 3 Text On Ubuntu 22.04 Easily. I explained simply about How to Install Sublime 3 Text On Ubuntu 22.04?. follow bellow step for Sublime 3 Text Editor On Install Ubuntu 22.04.
You can use this post for ubuntu 14.04, ubuntu 16.04, ubuntu 18.4, ubuntu 20.04, ubuntu 21 and ubuntu 22.04 versions.
To install Sublime Text 3, just follow few steps:
Update Apt package list. Install dependencies required to get packages from https sources:
apt
Install the GPG key:
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
To make sure that the https is suitable for working with the source, run the commands given below
sudo apt-get install apt-transport-https
Add the sublime text APT repository to your software’s, software repository list by typing:
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
- How to Zip a Folder in Ubuntu/Linux Using the Command Line?
- How to Add and Delete Users on Ubuntu?
- How to Change Hostname on Ubuntu 22.04?
- How to Install PHP SOAP Extension on Ubuntu 22.04?
- How to Install and Master Django on Ubuntu 22.04?
- How to Install PHP JSON Extension in Ubuntu 22.04?
- How to install PHP Imagemagick on Ubuntu 22.04?
- How to Install PHP Intl Extension in Ubuntu 22.04 ?