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:
2. Installing GPG Key
Next Install GPG Key
Running:sudo 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:sudo dnf config-manager --add-repo https://download.sublimetext.com/rpm/stable/x86_64/sublime-text.repo
Instead, for the Dev Channel:sudo dnf config-manager --add-repo https://download.sublimetext.com/rpm/dev/x86_64/sublime-text.repo
Or with YUM respectivelly:sudo yum-config-manager --add-repo https://download.sublimetext.com/rpm/stable/x86_64/sublime-text.repo
sudo 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