Installing w32codecs in Ubuntu 9.04

Tips

Support for WMV, RealMedia and other formats has been bundled into the w32codecs package. This package is not available from the Ubuntu repositories due to licensing and legal restrictions.This package is also needed to play .DAT video files.

Edit /etc/apt/sources.list file and enter the following repositories save and exit the file

sudo gedit /etc/apt/sources.list

For Ubuntu Feisty Fawn Users

deb http://medibuntu.sos-sts.com/repo/ feisty free non-free
deb-src http://medibuntu.sos-sts.com/repo/ feisty free non-free

Now you need to copy the key using the following command

wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add –

Update the source list using the following command

sudo apt-get update

Install Codecs using the following command

sudo apt-get install w32codecs libdvdcss2

Using above download locations you can install most of the mutimedia codecs for ubuntu.

sudo apt-get update


source : ubuntugeek.com

Single command to install all audio plugins

Tips

$ sudo apt-get install asoundconf-gtk alsa-oss libasound2 libasound2-plugins padevchooser gstreamer0.10-pulseaudio ubuntu-restricted-extras

The above command would install all the audio plugins for ubuntu .

If you are so inquisitive and want to dig on each package mentioned in  the above command , then click here .

Minimized apps to appear in Taskbar+mp3 support for Amarok

Tips

Simple tips  for the Kubuntu nOOb

(The following tip is based on Kubuntu 8.04)

Q.) How to make the minimized applications to appear in the taskbar ?

A.)Right click on the task bar ->Add  applet to panel ->Taskbar (the default taskbar for window management)

In this way you can add applets like Login/Logout ,Application launcher ,Trash bin etc

Simple tips  for the Ubuntu nOOb

(The following tip is based on Ubuntu 8.10)

Q.)  How to install  mp3 support for Amarok in Ubuntu ?

A.)  First open /etc/apt/sources.list in root user mode and un-comment the following lines

deb http://in.archive.ubuntu.com/ubuntu/ intrepid universe
deb-src http://in.archive.ubuntu.com/ubuntu/ intrepid universe
deb http://in.archive.ubuntu.com/ubuntu/ intrepid-updates universe
deb-src http://in.archive.ubuntu.com/ubuntu/ intrepid-updates universe

save and exit .

Next  open the terminal (Applications->Accessories->Terminal)

Execute the following line

sudo apt-get update

Next , atleast one of these commands executed in the command line should do the  final work :

sudo apt-get install gstreamer0.8-mad

or

sudo apt-get install libxine-extracodec

or

sudo apt-get install libxine1-ffmpeg

Finally , restart Amarok and enjoy the mp3 songs .

Due to some legal issues in some countries, Ubuntu doesn’t come support for mp3 playback, Java runtime environment, DVD playback and Flash.

Execution of the following command is an one time solution to install the above supports in Ubuntu .

sudo apt-get install ubuntu-restricted-extras

Additional readings :