Medibuntu

Medibuntu

Medibuntu (Multimedia, Entertainment & Distractions In Ubuntu) is a repository of packages that cannot be included into the Ubuntu distribution for legal reasons (copyright, license, patent, etc). Some of these packages include the libdvdcss package from VideoLAN and the external binary codecs package (commonly known as w32codecs) used by MPlayer and xine. It’s installation is required for a smooth multimedia experience. The home page for complete documentation is: Medibuntu.

However following command does the most of it:

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 update && sudo apt-get –quiet upgrade

Copy and paste the above in terminal. Hit enter and this is done.

Similar Posts

Alternatives for Unity in Precise Pangolin 12.04 LTS

Install/uninstall .deb files

UUIDs in Ubuntu

Google Docs/Drive access from linux/ubuntu/mint

More on Linux/ubuntu

VideoLAN – VLC media player for Ubuntu Linux

Installing VLC Media Player

In Ubuntu Maverick Meerkat 10.10 the Graphical way:

Open Synaptic application
Click on System -> Administration -> Synaptic Package Manager.
In Settings -> Repositories, make sure you have an universe repository activated.
Search for vlc and install it. You should install vlc-plugin-pulse and mozilla-plugin-vlc as well.
If we are interested in streaming or trans-coding, we should additionally install:
libavcodec-extra-52 from a multiverse repository.

Command line way:

First check that a universe mirror is listed in your /etc/apt/sources.list file. If not add it. Now Open Terminal (Ctrl+Alt+T) and type:

sudo apt-get update
sudo apt-get install vlc vlc-plugin-pulse mozilla-plugin-vlc
sudo apt-get update
sudo apt-get upgrade

For More help see: VideoLAN – VLC media player for Ubuntu Linux.