I get alot of questions like. How to do I install mp3 support and how do I play a dvd movie in Fc4. Well I have a simple how to to help you play that movie and or mp3.
First run this command as su(root). This will install the livna rpms wich have tons of apps
Code:
rpm -ihv http://rpm.livna.org/fedora/4/i386/RPMS.lvn/livna-release-4-0.lvn.7.4.noarch.rpmSecond Run this. freashrpms also have a lot of a huge libary of apps
Code:
rpm -ihv http://ayo.freshrpms.net/fedora/linux/4/i386/RPMS.freshrpms/freshrpms-release-1.1-1.fc.noarch.rpmNow lets install the Mp3 plugins
Code:
yum -y install xmms-mp3 gstreamer-plugins-mp3 libmad libid3tagNow if you want a CD ripper I like grip its has a nice gui and it works.
Code:
yum -y install gripNow lets install the Flash Plugin
Code:
vi /etc/yum.repos.d/flash.repopaste the following into that blank file
Quote:[macromedia]name=Macromedia for i386 Linuxbaseurl=http://macromedia.mplug.org/rpm/
enabled=1
gpgcheck=1
gpgkey=http://macromedia.mplug.org/FEDORA-GPG-KEY
Code:
yum -y install flash-pluginNow lets get some dvd action. this will install xine and everything else you need to play dvds. note this will install dvd libraries so you can use dvd with any other program that supports dvd. I just find that xine to be nice.
Code:
yum -y install xine xine-lib xine-skinsNow lets say you want to play a QuickTime, AVI or ASF well mplayer will do that.
Code:
yum -y --disablerepo=livna install mplayer mplayer-skins mplayer-fontsNow for the windows 32 codecs. This will install everything you need to play most everything you can think of.
Code:
wget http://www1.mplayerhq.hu/MPlayer/releases/codecs/essential-20050412.tar.bz2
gtar xjvf essential-20050412.tar.bz2
mkdir /usr/local/lib/win32
mv essential-20050412/* /usr/local/lib/win32Now lets install the mpayer plugin for Internet Browsers
Code:
yum -y install mplayerplug-inNow lets install Java
Code:
For the newest version of java. Go to Sun http://java.sun.com/j2se/1.5.0/download.jsp and download the Jre self extracting rpm. (referred to as JRE 5.0 Update 4 includes the JVM technology.The J2SE Runtime Environment (JRE) allows end-users to run Java applications. )
If you want a painless install download from the link below
[URL=http://jdl.sun.com/webapps/download/AutoDL?BundleId=10148]Download Java[/URL]
chmod +x jre-1_5_0_04-linux-i586-rpm.bin
./jre-1_5_0_04-linux-i586-rpm.bin
rpm -ivh jre-1_5_0_04-linux-i586-rpm --nodeps
unlink /usr/bin/java
ln -s /usr/java/jre1.5.0_04/bin/java /usr/bin/java
ln -s /usr/java/jre1.5.0_04/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/mozilla/pluginsto verify Java is properly installed in Firefox type
Code:
about:pluginsin the address bar, scroll down and you should see this
Quote:Java Plug-in 1.5.0_04-b05
File name: libjavaplugin_oji.so
Java Plug-in 1.5.0_04
MIME Type Description Suffixes Enabled
application/x-java-vm Java Yes
application/x-java-applet Java Yes
application/x-java-applet;version=1.1 Java Yes
application/x-java-applet;version=1.1.1 Java Yes
application/x-java-applet;version=1.1.2 Java Yes
application/x-java-applet;version=1.1.3 Java Yes
application/x-java-applet;version=1.2 Java Yes
application/x-java-applet;version=1.2.1 Java Yes
application/x-java-applet;version=1.2.2 Java Yes
application/x-java-applet;version=1.3 Java Yes
application/x-java-applet;version=1.3.1 Java Yes
application/x-java-applet;version=1.4 Java Yes
application/x-java-applet;version=1.4.1 Java Yes
application/x-java-applet;version=1.4.2 Java Yes
application/x-java-applet;version=1.5 Java Yes
application/x-java-applet;jpi-version=1.5.0_04 Java Yes
application/x-java-bean Java Yes
application/x-java-bean;version=1.1 Java Yes
application/x-java-bean;version=1.1.1 Java Yes
application/x-java-bean;version=1.1.2 Java Yes
application/x-java-bean;version=1.1.3 Java Yes
application/x-java-bean;version=1.2 Java Yes
application/x-java-bean;version=1.2.1 Java Yes
application/x-java-bean;version=1.2.2 Java Yes
application/x-java-bean;version=1.3 Java Yes
application/x-java-bean;version=1.3.1 Java Yes
application/x-java-bean;version=1.4 Java Yes
application/x-java-bean;version=1.4.1 Java Yes
application/x-java-bean;version=1.4.2 Java Yes
application/x-java-bean;version=1.5 Java Yes
application/x-java-bean;jpi-version=1.5.0_04 Java Yes
Now lets say your have windows xp and want to access the information. this will allow your read it only. and you have to do this everytime you update your kernel.
Code:
yum -y install kernel-module-ntfsNow this should get you started happy Fc4ing :)

