Group: Play Freedom/PlayWebM

From LibrePlanet
Jump to: navigation, search
m (Correct a typo)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
=Adding WebM Playback Support To Trisquel 4 (Taranis)=
+
=Adding WebM Playback Support To [http://trisquel.info/ Trisquel 4] (Taranis)=
  
 
==Step 1: Add The Repository==
 
==Step 1: Add The Repository==

Latest revision as of 19:27, 13 July 2012

Adding WebM Playback Support To Trisquel 4 (Taranis)

Step 1: Add The Repository

Use your favorite text editor to edit the file /etc/apt/sources.list as root and add the following:

deb http://ppa.launchpad.net/gstreamer-developers/ppa/ubuntu lucid main
deb-src http://ppa.launchpad.net/gstreamer-developers/ppa/ubuntu lucid main

Step 2: Add Keys

Run the following command:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 051D8B58

Step 3: Update Your System

Now you should tell your system to pull down the latest list of software from each archive it knows about, including the PPA you just added, and update your system.

sudo aptitude update && sudo aptitude full-upgrade

Now you're ready to start playing WebM videos!