GNU/Linux CentOS Adding Sublime Text 4 Repo Guide
Hi! The Guide shows you Step-by-step How to Add the Sublime Text 4.x Repository for Enterprise GNU/Linux 7+ Based Systems.
And Sublime Text for CentOS is a Cross-Platform Text and Source Code Editor, with a Python API and its functionality is nicely extendable with Plugins.
Finally, this Setup is Valid also for All the others Red Hat Linux Based Distros like:
- Red Hat Enterprise Linux
- Oracle Enterprise Linux
- Rocky Linux
- AlmaLinux

1. Terminal Getting-Started Guide
How to QuickStart with Command Line on CentOS GNU/Linux:
Here Console CentOS Linux QuickStart GuideLink to Step-by-Step Guide on Getting Started with Command Line in CentOS GNU/Linux2. Installing GPG Key
Next Install GPG Key
Running:Copysudo rpm -v --import https://download.sublimetext.com/sublimehq-rpm-pub.gpg
3. Adding Repository
Then Add Sublime Text 4 Repository
Select the Stable/Dev Channel (But be Aware that this last may Require a working License!) to Use…
So for Stable makes:Instead, for the Dev Channel:Copysudo dnf config-manager --add-repo https://download.sublimetext.com/rpm/stable/x86_64/sublime-text.repo
Or with YUM respectivelly:Copysudo dnf config-manager --add-repo https://download.sublimetext.com/rpm/dev/x86_64/sublime-text.repo
Copysudo yum-config-manager --add-repo https://download.sublimetext.com/rpm/stable/x86_64/sublime-text.repo
Copysudo yum-config-manager --add-repo https://download.sublimetext.com/rpm/dev/x86_64/sublime-text.repo
4. Installing Sublime Text 4
How to Install Sublime Text 4 in CentOS
Here Sublime Text 4 CentOS Setup GuideLink to Sublime Text 4 Installation CentOS Step-by-step Guide