Outils pour utilisateurs

Outils du site


tech:depot_debian_apt_repository

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
tech:depot_debian_apt_repository [2026/06/07 19:12] – modification externe 127.0.0.1tech:depot_debian_apt_repository [2026/06/17 11:01] (Version actuelle) Jean-Baptiste
Ligne 180: Ligne 180:
 #curl -sL "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3E4DC2000A8903CF" | sudo apt-key add #curl -sL "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3E4DC2000A8903CF" | sudo apt-key add
 ~~~ ~~~
 +
 +Autre exemple :
 +Add GPG key
 +~~~bash
 +curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -
 +~~~
 +
 +`-f` : Fail silently on server errors
 +
 +`-s` : Silent or quiet mode. Don't show progress meter or error messages
 +
 +`-S` : When used with -s, --silent, it makes curl show an error message if it fails
 +
 +`-L` : If the server reports that the requested page has moved to a different location, this option will make curl redo the request on  the  new place.
  
  
tech/depot_debian_apt_repository.1780852327.txt.gz · Dernière modification : de 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki