How to Install Sublime Text 3 on How to Install Sublime Text 3 on Ubuntu 18.04.04
Installing Sublime Text on Ubuntu
To install Sublime Text 3 on your Ubuntu system, follow these steps:
Update the apt package list and install the dependencies necessary to fetch packages from https sources:
sudo apt update
sudo apt install apt-transport-https ca-certificates curl software-properties-common
Import the repository’s GPG key using the following
curl
command :curl -fsSL https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
Add the Sublime Text APT repository to your system’s software repository list by typing:
sudo add-apt-repository "deb https://download.sublimetext.com/ apt/stable/"
Once the repository is enabled, update apt sources and install Sublime Text 3 with the following commands:
sudo apt update
sudo apt install sublime-text
Activate Sublime Text 3 with free License Key
1. Hosts
sudo gedit /etc/hosts
& paste : 0.0.0.0 license.sublimehq.com
2. Enter License
3. License code
----- BEGIN LICENSE -----
Member J2TeaM
Single User License
EA7E-1011316
D7DA350E 1B8B0760 972F8B60 F3E64036
B9B4E234 F356F38F 0AD1E3B7 0E9C5FAD
FA0A2ABE 25F65BD8 D51458E5 3923CE80
87428428 79079A01 AA69F319 A1AF29A4
A684C2DC 0B1583D4 19CBD290 217618CD
5653E0A0 BACE3948 BB2EE45E 422D2C87
DD9AF44B 99C49590 D2DBDEE1 75860FD2
8C8BB2AD B2ECE5A4 EFC08AF2 25A9B864
------ END LICENSE ------
Then Done
Comments
Post a Comment