Sublime Forum

Ubuntu 24.04 Missing Signed-By in the sources.list(5)

#1

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?

1 Like

#2

I’m running into the same issue. Is there a suggested fix for this issue?

0 Likes

#3

@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

0 Likes

#4

@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.

0 Likes

#5

Thank you, @bgwallace! The renaming worked perfectly!.

0 Likes