Debian
我在終端中編寫 apt update 時出錯
這個問題是關於在我的 Debian 電腦中出現 MikTeX 標誌的錯誤。這個錯誤是
E: El repositorio «http://miktex.org/download/debian stretch InRelease» no está firmado.
這意味著:
The repository «http://miktex.org/download/debian stretch InRelease» is not signed.
apt update
當我在終端寫信時。我不知道為什麼會這樣。這是正常的嗎?
我假設您已經將其添加到
/etc/apt/sources.list
.然後,您需要為 MikTeX 儲存庫註冊 GPG 密鑰:
首先,
dirmngr
如果您還沒有安裝:apt-get install dirmngr
註冊密鑰:
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys D6BC243565B2087BC3F897C9277A7293F59E4889
之後,
apt-get update apt-cache policy
第二個命令應該顯示 MikTeX 儲存庫的 URL。
之後,
apt-get install miktex