I’m seeing the following error when I attempt to run sudo dnf upgrade
, which has worked in the past:
Error: Transaction test error:
package sublime-text-4152-1.x86_64 does not verify: no digest
Below are the contents of my /etc/yum.repos.d/sublime-text.repo file:
cat /etc/yum.repos.d/sublime-text.repo
[sublime-text]
name=Sublime Text - x86_64 - Stable
baseurl=https://download.sublimetext.com/rpm/stable/x86_64
enabled=1
gpgcheck=1
gpgkey=https://download.sublimetext.com/sublimehq-rpm-pub.gpg
I’m running RHEL 8 with FIPS mode enabled.