[debian-edu-commits] [Debian Wiki] Trivial Update of "DebianEdu/Documentation/Lenny/HowTo/Desktop" by BertrandMarc

Debian Wiki debian-www at lists.debian.org
Thu Jun 6 14:19:12 UTC 2013


Dear Wiki user,

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

The "DebianEdu/Documentation/Lenny/HowTo/Desktop" page has been changed by BertrandMarc:
http://wiki.debian.org/DebianEdu/Documentation/Lenny/HowTo/Desktop?action=diff&rev1=21&rev2=22

Comment:
Replace the old unofficial repository by deb-multimedia.org

  
  
  == Playing DVDs ==
- libdvdcss is needed for playing most commercial! DVDs. For legal reasons it's not included in Debian (Edu).  If you are legally allowed to use it, you can use the packages from debian-multimedia.org. Add the multimedia repository (as described just below this paragraph) and install multimedia and dvd libraries:
+ libdvdcss is needed for playing most commercial! DVDs. For legal reasons it's not included in Debian (Edu).  If you are legally allowed to use it, you can use the packages from deb-multimedia.org. Add the multimedia repository (as described just below this paragraph) and install multimedia and dvd libraries:
  
  {{{
  apt-get install libdvdcss2 w32codecs
  }}}
  == Using the multimedia repository ==
- To use www.debian-multimedia.org do the following:
+ To use www.deb-multimedia.org do the following:
  
  {{{
  # install the debian-keyring securily:
  apt-get install debian-keyring
- # fetch the debian-multimedia key insecurily:
+ # fetch the deb-multimedia key insecurily:
  gpg --keyserver pgpkeys.pca.dfn.de --recv-keys 1F41B907
  # check securily 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 -
  # add repository to sources.list - please check the homepages for mirrors!
- echo "deb http://debian-multimedia.org lenny main" >> /etc/apt/sources.list
+ echo "deb http://deb-multimedia.org lenny main" >> /etc/apt/sources.list
  # update the list of available packages:
  apt-get update
  }}}



More information about the debian-edu-commits mailing list