Here’s is a guide to install VLC using motumedia ppa.
To install VLC, you will need to install the medibuntu-keyring, w32codecs and libdvdcss2.
For that open a terminal and type the following.
$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 2EBC26B60C5A2783
$ sudo apt-get update
$ sudo apt-get install medibuntu-keyring
$ sudo apt-get update
$ sudo apt-get install w32codecs
$ sudo apt-get install libdvdcss2
Now add the motumedia GPG key.
$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C5D7718106438B87
Now add this line to your repository.
deb http://ppa.launchpad.net/motumedia/ppa/ubuntu lucid main
Go to System->Administration->Software Sources and select the Third-Party Software tab then click the Add button and add the line there.
Now install VLC and its moxilla-plugin
$ sudo apt-get update
$ sudo apt-get install vlc mozilla-plugin-vlc
$ sudo atp-get upgrade
Try:sudo wget –output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list && sudo apt-get –quiet update && sudo apt-get –yes –quiet –allow-unauthenticated install medibuntu-keyring && sudo apt-get –quiet updateIt should work then.
hi, thanks for the post but when i executesudo apt-get install medibuntu-keyringi get the message E: Couldn't find package medibuntu-keyringThanks