<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.0.10">
</HEAD>
<BODY>
Fedora Core 2 does not come with any video players as a result of the &quot;trying to stay completely license free&quot; etc. The best thing to do is to get apt-get. The atrpms site seems to be down/slow today so I posted the rpm from our site:<BR>
<BR>
http://thecybersource.com/download/atrpms-kickstart-23-1.rhfc2.at.i386.rpm<BR>
<BR>
Once you download that install it. <BR>
<BR>
rpm -ivh atrpms-kickstart-23-1.rhfc2.at.i386.rpm<BR>
<BR>
that'll tell you to then do:<BR>
<BR>
apt-get update &amp;&amp; apt-get dist-upgrade<BR>
<BR>
The dist-upgrade is optional, that will completely upgrade your distrobutions packages. I would suggest if you don't have a lot of time, or broadband to substitute apt-get upgrade for the second command. That will just upgrade the packages you already have. Once you've done that you can use apt-get to install pretty much anything. After all that do:<BR>
<BR>
apt-get upgrade (this refreshed the package list and dependencies)<BR>
apt-get install mplayer mplayer-skins mplayer-fonts<BR>
apt-get install xine<BR>
<BR>
Good luck. -Jesse
</BODY>
</HTML>