APT /etc/apt/trusted.gpg.d/debian-archive-bookworm-stable.asc

Original 📋 Debian 13 (Trixie) 10 lines

Works On

Viewing:
Debian 13 (Trixie)
Same on:
Debian 12 (Bookworm)
Other versions:

Details

Size
10 lines
MD5
fac2ec9faba2c2d82c70a6e2805c5b79
SHA256
521e9f6a9f9b92ee8d5ce74345e8cfd04028dae9db6f571259d584b293549824
/etc/apt/trusted.gpg.d/debian-archive-bookworm-stable.asc
-----BEGIN PGP PUBLIC KEY BLOCK-----

mDMEY865UxYJKwYBBAHaRw8BAQdAd7Z0srwuhlB6JKFkcf4HU4SSS/xcRfwEQWzr
crf6AEq0SURlYmlhbiBTdGFibGUgUmVsZWFzZSBLZXkgKDEyL2Jvb2t3b3JtKSA8
ZGViaWFuLXJlbGVhc2VAbGlzdHMuZGViaWFuLm9yZz6IlgQTFggAPhYhBE1k/sEZ
wgKQZ9bnkfjSWFuHg9SBBQJjzrlTAhsDBQkPCZwABQsJCAcCBhUKCQgLAgQWAgMB
Ah4BAheAAAoJEPjSWFuHg9SBSgwBAP9qpeO5z1s5m4D4z3TcqDo1wez6DNya27QW
WoG/4oBsAQCEN8Z00DXagPHbwrvsY2t9BCsT+PgnSn9biobwX7bDDg==
=5NZE
-----END PGP PUBLIC KEY BLOCK-----

Copy & Paste

curl:
curl https://exampleconfig.com/api/v1/config/original/fac2ec9faba2c2d82c70a6e2805c5b79?hint=debian-archive-bookworm-stable.asc
wget:
wget -O debian-archive-bookworm-stable.asc https://exampleconfig.com/api/v1/config/original/fac2ec9faba2c2d82c70a6e2805c5b79?hint=debian-archive-bookworm-stable.asc

For AI Agents

<prompt><role>DevOps agent</role><source url='https://exampleconfig.com/api/v1/config/original/fac2ec9faba2c2d82c70a6e2805c5b79?hint=debian-archive-bookworm-stable.asc' /><config><app>APT</app><os>Debian 13 (Trixie)</os><location>/etc/apt/trusted.gpg.d/debian-archive-bookworm-stable.asc</location><lines>10</lines><md5>fac2ec9faba2c2d82c70a6e2805c5b79</md5><sha256>521e9f6a9f9b92ee8d5ce74345e8cfd04028dae9db6f571259d584b293549824</sha256></config></prompt>

Paste into Claude, ChatGPT, or any AI assistant.

Install APT

Debian

sudo apt update && sudo apt install apt

Ubuntu

sudo apt update && sudo apt install apt

File Location

File Path
/etc/apt/trusted.gpg.d/debian-archive-bookworm-stable.asc
Directory
/etc/apt/trusted.gpg.d/
Significance
System-wide configuration directory
Description
Files in /etc/ contain system-wide configuration settings that affect all users.

FAQ

When should I use this debian-archive-bookworm-stable.asc?

Use it to restore a missing default, confirm what shipped, or diff against your current APT config.

How do I restore APT defaults?

Download the file, back up the current one in /etc/apt/trusted.gpg.d/debian-archive-bookworm-stable.asc, replace it, then reload or restart APT.

Is debian-archive-bookworm-stable.asc safe for production?

It is the vendor default for Debian 13 (Trixie). Treat it as a baseline and review security and performance settings before production use.

How does this differ from other OS versions?

Defaults vary by distro and version. This copy matches Debian 13 (Trixie).

Can I use this for APT troubleshooting?

Yes. Diff it against yours to find drift, then restore only the sections you need.