I recently upgraded to Ubuntu 24.04 and receive this message when doing sudo apt-get update:
N: Missing Signed-By in the sources.list(5) entry for ‘https://download.sublimetext.com’
It seems like a security issue for trusted keys. Any ideas?
I recently upgraded to Ubuntu 24.04 and receive this message when doing sudo apt-get update:
N: Missing Signed-By in the sources.list(5) entry for ‘https://download.sublimetext.com’
It seems like a security issue for trusted keys. Any ideas?
@gloonie, I was able to resolve this issue by adding a “Signed-By” entry to /etc/apt/sources.list.d/sublime-text.sources file. See full file contents below:
Enabled: yes
Types: deb
URIs: https://download.sublimetext.com/
Suites: apt/stable/
Components:
Signed-By: /etc/apt/trusted.gpg.d/sublimehq-archive.gpg
@gloonie, actually as it turns out, the sublime-text.sources file isn’t needed so I deleted it and renamed sublime-text.list.distUpgrade back to sublime-text.list (seems Ubuntu renamed the file during the system upgrade). Afterwards, no complaint when running “sudo apt update”. Hope this helps.