Sublime
Sublime text is a text editor. It is used by a lot of developers in their coding journey and also they build the products using Sublime text editor. You can write and edit codes, scripts, txt files, and many more things. It is known for its simplicity and its advanced features that make it different from other code editors like vscode , atom, and many more available in the market. It has a feature like fast performance, cross-platform compatibility, multiple selections and editing, more customization options, a command palette, a search option, version control integration, and many more.
Sublime is a very popular text editing tool and is very useful in coding also. here is the installation process
of sublime text in Kali Linux or Ubuntu.
Step 1. Visit the sublime-text website
Step 2. Click on the Download Section of the website
Step 3. Click on the Linux repo - Direct Download
Step 4. Click on 64-bit.deb and it will start downloading
Step 5. Now go to the download section of your folder or where you downloaded the deb file
Step 6. If you downloaded it in the download folder then go to the download folder
Step 7. Right-click and open the terminal
Step 8. Write the command
└─$ sudo dpkg -i sublime-text_build-4143_amd64.deb
Note: The filename should be correct according to the latest update or the correct filename
Step 9 . Run the command and the sublime-text will installed.
Step 10 Open the sublime and carry on
Tags:
how-to