GNU/Linux Debian-based Adding Sublime Text 4 Repo Guide
The Guide shows you Step-by-step How to Add the Sublime Text 4.x Apt Repository for Debian-Based GNU/Linux Systems – Step by step Tutorial.
And Sublime Text for Debian Linux is a Cross-Platform Text and Source Code Editor, with a Python API and its functionality is nicely extendable with Plugins.
Finally, this Sublime Text 4 Debian Repository is valid also for:
- MX Linux
- Kali
- Deepin
- antiX
- Parsix
- LMDE
- SparkyLinux
- MakuluLinux
- Elive
 
- 1. Terminal Getting Started Guide- How to QuickStart with Command Line on Debian GNU/Linux: 
- 
2. Installing RequiremenstThen Install Required Apt Https Layer 
 Execute:sudo apt install apt-transport-https If Got “User is Not in Sudoers file” then see: How to Enable sudo
- 3. Installing GPG Key- Next Install GPG Key 
 Running:- wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/sublimehq-archive.gpg > /dev/null 
- 4. Adding Repository- Then Add Sublime Text 4 Apt Repository 
 Select the Stable/Dev Channel (But be Aware that this last may Require a working License!) to Use…
 So for Stable makes:- echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list Instead, for the Dev Channel:- echo "deb https://download.sublimetext.com/ apt/dev/" | sudo tee /etc/apt/sources.list.d/sublime-text.list 
- 5. Refreshing Apt Sources- Finally, Refresh Apt Repositories 
 Simply play:- sudo apt update 
- 6. Installing Sublime Text 4- How to Install Sublime Text 4 on Debian 
