How to Install Sublime-Text In kali Linux/Ubuntu

Sublime text is open source tool and it’s best for coding and other works i am also using this for coding and editing so let’s see how we can install it in our kaliLinux or ubuntu process will be same

Installing Sublime-Text

First we need to update our machine to let’s update it

sudo apt update

Now we need to install dependencies necessary to fetch packages from https sources:

sudo apt install apt-transport-https ca-certificates curl software-properties-common

Now let’s import repository’s GPG key

sudo add-apt-repository "deb https://download.sublimetext.com/ apt/stable/"

everything is done now we just need to update our machine and install sublime-text so let’s do it

sudo apt update

sudo apt install sublime-text

Now you can find and run sublime text

Thanks for reading

Follow on twitter : Hacktube5

This Post Has 3 Comments

  1. aakash

    this sublime ask for license ,after install

    1. admin

      scroll down and see the instruction

Leave a Reply