Setting Up Repo
-
2. Importing GPG Key
So first Import the Repo GPG Key.
sudo rpm -v --import https://download.sublimetext.com/sublimehq-rpm-pub.gpg
-
3. Adding Repository
Finally, to Add Sublime Text 4 Dnf Repository
For the Stable Release:sudo yum-config-manager --add-repo https://download.sublimetext.com/rpm/stable/x86_64/sublime-text.repo
And instead for the Development one:
sudo yum-config-manager --add-repo https://download.sublimetext.com/rpm/dev/x86_64/sublime-text.repo
Contents