Benutzer-Werkzeuge

Webseiten-Werkzeuge


it-wiki:linux:debian_apt_trusted_gpg

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
it-wiki:linux:debian_apt_trusted_gpg [2022/11/11 19:57] – [You have already added the key in /etc/apt/trusted.gpg file] markoit-wiki:linux:debian_apt_trusted_gpg [2022/11/11 19:57] (aktuell) – [You have already added the key in /etc/apt/trusted.gpg file] marko
Zeile 17: Zeile 17:
 </code> </code>
 Copy the last 8 characters of the second line under pub. In my case, it is ''B312 C643''. You’ll have to remove the space between the numbers and use it like this: Copy the last 8 characters of the second line under pub. In my case, it is ''B312 C643''. You’ll have to remove the space between the numbers and use it like this:
-''sudo apt-key export B312C643 | sudo gpg --dearmour -o /etc/apt/trusted.gpg.d/spotify.gpg''+<code bash> 
 +sudo apt-key export B312C643 | sudo gpg --dearmour -o /etc/apt/trusted.gpg.d/spotify.gpg 
 +</code>
 The output file could be named anything but it is better to use a name that is associated with the package or repository. The output file could be named anything but it is better to use a name that is associated with the package or repository.
  
 The gpg ''--dearmour'' part is important because the mechanism expects you to have the keys in binary format.  The gpg ''--dearmour'' part is important because the mechanism expects you to have the keys in binary format. 
it-wiki/linux/debian_apt_trusted_gpg.1668196643.txt.gz · Zuletzt geändert: von marko