I'm using Fedora 7 (MoonShine) to do the steps below but you can apply it to any Linux Distro.
Note : YYYYMMDD = release date of the codecs for example : all-20061022.tar.bz2 was released October 22nd 2006. Change the YYYYMMDD in the command below with the date in file you downloaded.
- Download the codecs from here (approximately 13 MB)
- Launch your konsole > type su > enter > type your root password > enter
- Go to the directory where you have downloaded the codecs
- Un-tar the file by issuing tar -xzf all-YYYYMMDD.tar.bz2 command
- Go to all-YYYYMMDD directory by issuing cd /all-YYYYMMDD command
- Create two directory by issuing the following command
- mkdir /usr/local/lib/codecs >
- mkdir /usr/lib/win32
- Type cp * /usr/local/lib/codecs/
- Type chmod 755 /usr/local/lib/codecs/*
- Type cp /usr/local/lib/codecs/* /usr/lib/win32/
- Type reboot
No comments:
Post a Comment