[debian-edu-commits] [Debian Wiki] Update of "DebianEdu/Documentation/Stretch/HowTo/Desktop" by HolgerLevsen

Debian Wiki wiki at debian.org
Wed Aug 10 10:32:39 UTC 2016


Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.

The "DebianEdu/Documentation/Stretch/HowTo/Desktop" page has been changed by HolgerLevsen:
https://wiki.debian.org/DebianEdu/Documentation/Stretch/HowTo/Desktop?action=diff&rev1=2&rev2=3

Comment:
use longid for pgp-keys, thanks jakub wilk

  # install the debian-keyring securely:
  apt-get install debian-keyring
  # fetch the deb-multimedia key insecurely:
- gpg --keyserver pgpkeys.pca.dfn.de --recv-keys 1F41B907
+ gpg --keyserver pgpkeys.pca.dfn.de --recv-keys 07DC563D1F41B907
  # check securely if the key is correct and add it to the keyring used by APT if it is:
- gpg --keyring /usr/share/keyrings/debian-keyring.gpg --check-sigs 1F41B907 && gpg --export 1F41B907 | apt-key add -
+ gpg --keyring /usr/share/keyrings/debian-keyring.gpg --check-sigs  7DC563D1F41B907 && gpg --export 07DC563D1F41B907 | apt-key add -
  # add repository to sources.list - please check the homepages for mirrors!
  echo "deb http://deb-multimedia.org jessie main" >> /etc/apt/sources.list
  # update the list of available packages:



More information about the debian-edu-commits mailing list