Skip to navigation
Debugger entered--Lisp error: (bad-signature "archive-contents.sig") signal(bad-signature ("archive-contents.sig"))
31.10.25
I got this error when i suddenly start emacs Debugger entered--Lisp error: (bad-signature "archive-contents.sig") signal(bad-signature ("archive-contents.sig")) I had to update the signature. But to do this I had to disable the signature checking first. So i added the line below to my ~/.emacs.d/init.el file ``` (setq package-check-signature nil) ``` Then I started emacs and typed: ``` M-x package-install RET gnu-elpa-keyring-update ``` After I comment out the line in ~/.emacs.d/init.el and restart emacs ``` ;(setq package-check-signature nil) ``` ; Disable Signature (setq package-check-signature nil) ; enable the below to disable the signature check, so you can install the updates via : ; M-x package-install RET gnu-elpa-keyring-update ; After you disable it again to be more secure ; (setq package-check-signature nil)
https://client.schwab.com/Areas/Access/Login?kc=y&di=y
Reply
Anonymous
Information Epoch 1762375908
Think parallel.
Home
Notebook
Contact us