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

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


Dear Wiki user,

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

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

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

- 
  = HowTos for the desktop =
  <<TableOfContents(2)>>
  
@@ -91, +90 @@

  apt-get install mozilla-mplayer mozilla-acroread acroread-plugins
  }}}
  == 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 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 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:
  aptitude 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 etch main" >> /etc/apt/sources.list
+ echo "deb http://deb-multimedia.org etch main" >> /etc/apt/sources.list
  # update the list of available packages:
  aptitude update
  }}}



More information about the debian-edu-commits mailing list