I’m seeing a strange issue when trying to install from the from the dnf repo.
I followed the recommendation here: https://www.sublimetext.com/docs/linux_repositories.html
I needed to update the dnf command to work with Fedora 43
sudo dnf config-manager addrepo --from-repofile=https://download.sublimetext.com/rpm/stable/x86_64/sublime-text.repo
Then I get the following error:
Total size of inbound packages is 20 MiB. Need to download 20 MiB.
After this operation, 52 MiB extra will be used (install 52 MiB, remove 0 B).
Is this ok [y/N]: y
[1/1] sublime-text-0:4200-1.x86_64 100% | 17.9 MiB/s | 19.7 MiB | 00m01s
----------------------------------------------------------------------------------------------------------------------------------------------------
[1/1] Total 100% | 17.8 MiB/s | 19.7 MiB | 00m01s
Running transaction
Transaction failed: Rpm transaction failed.
- package sublime-text-4200-1.x86_64 does not verify: no digest
Any ideas why that’s happening?
Asking Claude:
The "no digest" error means the RPM package is missing the cryptographic checksums (digests) that verify file integrity.
Is this a known issue?

