jump to navigation

How To Get Ubuntu To Play WMV Files May 13, 2009

Posted by ModelR in Everything LINUX.
Tags: , ,
trackback

This was taken from a guide located here

Note: The version we are installing for is Jaunty (Ubuntu 9.04)

  1. Install mplayer using Synaptic Package Manager or the command sudo apt-get install mplayer
  2. Then type the command sudo wget http://www.medibuntu.org/sources.list.d/jaunty.list --output-document=/etc/apt/sources.list.d/medibuntu.list
  3. Then add the GPG Key using these commands:sudo apt-get install medibuntu-keyring then sudo apt-get update
  4. If your running i386 enter this command sudo apt-get install w32codecs libdvdcss2 if your on amd64 enter this command sudo apt-get install w64codecs libdvdcss2
  5. Install the mplayer plugin for Firefox sudo apt-get install mozilla-mplayer
  6. If you like you can also install the smplayer front end for mplayer sudo apt-get install smplayer

That should get the player working on your system.  These codecs are not installed by default due to legal restrictions.

Comments»

1. arif - June 1, 2009

I’ve searched elsewhere, can’t find any useful solution. Thanks a lot!

ModelR - June 1, 2009

Glad to help!

2. Paulo - November 27, 2009

Thanks for these tips. everything worked perfectly well.

3. p.chowdhuri - January 14, 2010

hello,’sir,

We could not install mplayer or mozila-mplayer when we follow the process of installation mplayer mozila-player an error occuring this time that E: couldn’t not find package mesibuntu-keyring…

some body help me…..

ModelR - January 18, 2010

Did you follow the step that says:
sudo apt-get install medibuntu-keyring
That should install the package medibuntu-keyring

4. Michael Irwin - February 1, 2010

Problem with

sudo wget http://www.medibuntu.org/sources.list.d/jaunty.list

output-document=/etc/apt/sources.list.d/medibuntu.list

Are these all one line ?

ModelR - February 1, 2010

Yes it should be all one line
sudo wget http://www.medibuntu.org/sources.list.d/jaunty.list –output-document=/etc/apt/sources.list.d/medibuntu.list

5. artpablico - February 2, 2010

Thanks it worked by installing MPlayer.