<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to install mplayer in Fedora Core 12</title>
	<atom:link href="http://www.redips.net/linux/yum-install-mplayer-fedora12/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redips.net/linux/yum-install-mplayer-fedora12/</link>
	<description>Techniques and Web Technologies</description>
	<lastBuildDate>Sat, 04 Feb 2012 16:29:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/</generator>
	<item>
		<title>By: dbunic</title>
		<link>http://www.redips.net/linux/yum-install-mplayer-fedora12/comment-page-2/#comment-4979</link>
		<dc:creator>dbunic</dc:creator>
		<pubDate>Wed, 25 Jan 2012 07:44:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=193#comment-4979</guid>
		<description>@Prabhu - I assume that you try to add RPM Fusion repositories for FC14 but your system is not FC14. First, you can try the following command:
&lt;pre class=&quot;brush:text&quot;&gt;
cat /etc/issue
&lt;/pre&gt;
... to see what is your system version. Here is output from my PC:
&lt;pre class=&quot;brush:text&quot;&gt;
Fedora release 14 (Laughlin)
Kernel \r on an \m (\l)
&lt;/pre&gt;
Anyway, repository installation with following command:
&lt;pre class=&quot;brush:bash&quot;&gt;
# add RPM Fusion repository with the rpm command
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
rpm -Uvh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
&lt;/pre&gt;
should resolve version issues and install without a problem. On the other hand, if you need to manually download/install &lt;strong&gt;rpmfusion-free-release&lt;/strong&gt; package, make sure your system release and package release are matched.</description>
		<content:encoded><![CDATA[<p>@Prabhu - I assume that you try to add RPM Fusion repositories for FC14 but your system is not FC14. First, you can try the following command:</p>
<pre class="brush:text">
cat /etc/issue
</pre>
<p>... to see what is your system version. Here is output from my PC:</p>
<pre class="brush:text">
Fedora release 14 (Laughlin)
Kernel \r on an \m (\l)
</pre>
<p>Anyway, repository installation with following command:</p>
<pre class="brush:bash">
# add RPM Fusion repository with the rpm command
rpm -Uvh <a href="http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm" rel="nofollow">http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm</a>
rpm -Uvh <a href="http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm" rel="nofollow">http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm</a>
</pre>
<p>should resolve version issues and install without a problem. On the other hand, if you need to manually download/install <strong>rpmfusion-free-release</strong> package, make sure your system release and package release are matched.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prabhu</title>
		<link>http://www.redips.net/linux/yum-install-mplayer-fedora12/comment-page-1/#comment-4973</link>
		<dc:creator>Prabhu</dc:creator>
		<pubDate>Tue, 24 Jan 2012 15:50:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=193#comment-4973</guid>
		<description>&lt;pre class=&quot;brush:text&quot;&gt;
warning: /var/tmp/rpm-tmp.gJRLQf: Header V3 RSA/SHA256 Signature, key ID 865cc9ea: NOKEY
error: Failed dependencies:
system-release &gt;= 14 is needed by rpmfusion-free-release-14-2.noarch
&lt;/pre&gt;
what is that problem, help me.</description>
		<content:encoded><![CDATA[<pre class="brush:text">
warning: /var/tmp/rpm-tmp.gJRLQf: Header V3 RSA/SHA256 Signature, key ID 865cc9ea: NOKEY
error: Failed dependencies:
system-release &gt;= 14 is needed by rpmfusion-free-release-14-2.noarch
</pre>
<p>what is that problem, help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evans Ojwak</title>
		<link>http://www.redips.net/linux/yum-install-mplayer-fedora12/comment-page-1/#comment-4909</link>
		<dc:creator>Evans Ojwak</dc:creator>
		<pubDate>Wed, 11 Jan 2012 05:33:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=193#comment-4909</guid>
		<description>Thanks for the information. Let me try this now.</description>
		<content:encoded><![CDATA[<p>Thanks for the information. Let me try this now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dipak Hanumant Shelar</title>
		<link>http://www.redips.net/linux/yum-install-mplayer-fedora12/comment-page-1/#comment-4063</link>
		<dc:creator>Dipak Hanumant Shelar</dc:creator>
		<pubDate>Sun, 19 Jun 2011 05:18:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=193#comment-4063</guid>
		<description>Dipak says-
@quadP5nd - It seems that &lt;strong&gt;libvpx.so.0&lt;/strong&gt; library (VP8 Video Codec SDK) is missing and can not be installed automatically. Please try in terminal:
&lt;pre class=&quot;brush:text&quot;&gt;
su - root
yum install ...
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Dipak says-<br />
@quadP5nd - It seems that <strong>libvpx.so.0</strong> library (VP8 Video Codec SDK) is missing and can not be installed automatically. Please try in terminal:</p>
<pre class="brush:text">
su - root
yum install ...
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: dbunic</title>
		<link>http://www.redips.net/linux/yum-install-mplayer-fedora12/comment-page-1/#comment-3946</link>
		<dc:creator>dbunic</dc:creator>
		<pubDate>Thu, 02 Jun 2011 13:19:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=193#comment-3946</guid>
		<description>@quadP5nd - It seems that &lt;strong&gt;libvpx.so.0&lt;/strong&gt; library (VP8 Video Codec SDK) is missing and can not be installed automatically. Please try:
&lt;pre class=&quot;brush: bash&quot;&gt;
# search for libvx library
yum search libvpx
# install libvx library
yum install libvpx
&lt;/pre&gt;
This will manually install &lt;em&gt;VP8 Video Codec SDK&lt;/em&gt;. After installation of libvpx is finished try with media player installation.
Hope this tip will help.
Cheers!</description>
		<content:encoded><![CDATA[<p>@quadP5nd - It seems that <strong>libvpx.so.0</strong> library (VP8 Video Codec SDK) is missing and can not be installed automatically. Please try:</p>
<pre class="brush: bash">
# search for libvx library
yum search libvpx
# install libvx library
yum install libvpx
</pre>
<p>This will manually install <em>VP8 Video Codec SDK</em>. After installation of libvpx is finished try with media player installation.<br />
Hope this tip will help.<br />
Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: quadP5nd</title>
		<link>http://www.redips.net/linux/yum-install-mplayer-fedora12/comment-page-1/#comment-3944</link>
		<dc:creator>quadP5nd</dc:creator>
		<pubDate>Wed, 01 Jun 2011 20:58:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=193#comment-3944</guid>
		<description>Just installed Fedora 12 and can not install any type of media player. Any assistance would be great. Below are the results.

[root@quadp5nd ~]# yum install vlc
Loaded plugins: fastestmirror, presto, refresh-packagekit
Loading mirror speeds from cached hostfile
 * fedora: archive.fedoraproject.org
 * rpmfusion-free: mirror.liberty.edu
 * rpmfusion-free-updates: mirror.liberty.edu
 * rpmfusion-nonfree: mirror.liberty.edu
 * rpmfusion-nonfree-updates: mirror.liberty.edu
Setting up Install Process
Resolving Dependencies
--&gt; Running transaction check
---&gt; Package vlc.i686 0:1.0.6-1.fc12 set to be updated
--&gt; Processing Dependency: vlc-core(x86-32) = 1.0.6-1.fc12 for package: vlc-1.0.6-1.fc12.i686
--&gt; Processing Dependency: libmpeg2.so.0 for package: vlc-1.0.6-1.fc12.i686
...
...
...
---&gt; Package vlc-core.i686 0:1.0.6-1.fc12 set to be updated
--&gt; Processing Dependency: libtiger.so.5 for package: vlc-core-1.0.6-1.fc12.i686
---&gt; Package xvidcore.i686 0:1.2.1-3.fc12 set to be updated
--&gt; Finished Dependency Resolution
ffmpeg-libs-0.6-3.fc12.i686 from rpmfusion-free-updates has depsolving problems
  --&gt; Missing Dependency: libvpx.so.0 is needed by package ffmpeg-libs-0.6-3.fc12.i686 (rpmfusion-free-updates)
vlc-core-1.0.6-1.fc12.i686 from rpmfusion-free-updates has depsolving problems
  --&gt; Missing Dependency: libtiger.so.5 is needed by package vlc-core-1.0.6-1.fc12.i686 (rpmfusion-free-updates)
Error: Missing Dependency: libvpx.so.0 is needed by package ffmpeg-libs-0.6-3.fc12.i686 (rpmfusion-free-updates)
Error: Missing Dependency: libtiger.so.5 is needed by package vlc-core-1.0.6-1.fc12.i686 (rpmfusion-free-updates)
 You could try using --skip-broken to work around the problem
 You could try running: package-clean
</description>
		<content:encoded><![CDATA[<p>Just installed Fedora 12 and can not install any type of media player. Any assistance would be great. Below are the results.</p>
<p>[root@quadp5nd ~]# yum install vlc<br />
Loaded plugins: fastestmirror, presto, refresh-packagekit<br />
Loading mirror speeds from cached hostfile<br />
 * fedora: archive.fedoraproject.org<br />
 * rpmfusion-free: mirror.liberty.edu<br />
 * rpmfusion-free-updates: mirror.liberty.edu<br />
 * rpmfusion-nonfree: mirror.liberty.edu<br />
 * rpmfusion-nonfree-updates: mirror.liberty.edu<br />
Setting up Install Process<br />
Resolving Dependencies<br />
--&gt; Running transaction check<br />
---&gt; Package vlc.i686 0:1.0.6-1.fc12 set to be updated<br />
--&gt; Processing Dependency: vlc-core(x86-32) = 1.0.6-1.fc12 for package: vlc-1.0.6-1.fc12.i686<br />
--&gt; Processing Dependency: libmpeg2.so.0 for package: vlc-1.0.6-1.fc12.i686<br />
...<br />
...<br />
...<br />
---&gt; Package vlc-core.i686 0:1.0.6-1.fc12 set to be updated<br />
--&gt; Processing Dependency: libtiger.so.5 for package: vlc-core-1.0.6-1.fc12.i686<br />
---&gt; Package xvidcore.i686 0:1.2.1-3.fc12 set to be updated<br />
--&gt; Finished Dependency Resolution<br />
ffmpeg-libs-0.6-3.fc12.i686 from rpmfusion-free-updates has depsolving problems<br />
  --&gt; Missing Dependency: libvpx.so.0 is needed by package ffmpeg-libs-0.6-3.fc12.i686 (rpmfusion-free-updates)<br />
vlc-core-1.0.6-1.fc12.i686 from rpmfusion-free-updates has depsolving problems<br />
  --&gt; Missing Dependency: libtiger.so.5 is needed by package vlc-core-1.0.6-1.fc12.i686 (rpmfusion-free-updates)<br />
Error: Missing Dependency: libvpx.so.0 is needed by package ffmpeg-libs-0.6-3.fc12.i686 (rpmfusion-free-updates)<br />
Error: Missing Dependency: libtiger.so.5 is needed by package vlc-core-1.0.6-1.fc12.i686 (rpmfusion-free-updates)<br />
 You could try using --skip-broken to work around the problem<br />
 You could try running: package-clean</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chandan</title>
		<link>http://www.redips.net/linux/yum-install-mplayer-fedora12/comment-page-1/#comment-3385</link>
		<dc:creator>chandan</dc:creator>
		<pubDate>Sat, 19 Feb 2011 20:21:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=193#comment-3385</guid>
		<description>Thanks! great help</description>
		<content:encoded><![CDATA[<p>Thanks! great help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waslon</title>
		<link>http://www.redips.net/linux/yum-install-mplayer-fedora12/comment-page-1/#comment-2930</link>
		<dc:creator>Waslon</dc:creator>
		<pubDate>Wed, 29 Dec 2010 06:41:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=193#comment-2930</guid>
		<description>Thanks a lot! Now, mplayer is working without problems.</description>
		<content:encoded><![CDATA[<p>Thanks a lot! Now, mplayer is working without problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dont we need to install device drivers in linux?</title>
		<link>http://www.redips.net/linux/yum-install-mplayer-fedora12/comment-page-1/#comment-2703</link>
		<dc:creator>dont we need to install device drivers in linux?</dc:creator>
		<pubDate>Tue, 23 Nov 2010 16:27:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=193#comment-2703</guid>
		<description>[...] To play...  The kernel modules in your Fedora installation allow the devices in your system to function. There is sound, there is probably flash video with the right browser plug-in.  To play audio and video files, stream media and the like, you need something like VLC or MPlayer. The packages that compose these players include codecs that allow the playing of &quot;restricted media&quot;, for example DVD films that otherwise would not play.  https://help.ubuntu.com/8.04/musicvi.../C/codecs.html   http://www.videolan.org/vlc/download-fedora.html  http://www.redips.net/linux/yum-inst...ayer-fedora12/ [...]</description>
		<content:encoded><![CDATA[<p>[...] To play...  The kernel modules in your Fedora installation allow the devices in your system to function. There is sound, there is probably flash video with the right browser plug-in.  To play audio and video files, stream media and the like, you need something like VLC or MPlayer. The packages that compose these players include codecs that allow the playing of &quot;restricted media&quot;, for example DVD films that otherwise would not play.  <a href="https://help.ubuntu.com/8.04/musicvi.../C/codecs.html" rel="nofollow">https://help.ubuntu.com/8.04/musicvi.../C/codecs.html</a>   <a href="http://www.videolan.org/vlc/download-fedora.html" rel="nofollow">http://www.videolan.org/vlc/download-fedora.html</a>  <a href="http://www.redips.net/linux/yum-inst...ayer-fedora12/" rel="nofollow">http://www.redips.net/linux/yum-inst...ayer-fedora12/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yum install mplayer in Fedora - Centos教程</title>
		<link>http://www.redips.net/linux/yum-install-mplayer-fedora12/comment-page-1/#comment-2650</link>
		<dc:creator>Yum install mplayer in Fedora - Centos教程</dc:creator>
		<pubDate>Sun, 14 Nov 2010 03:04:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=193#comment-2650</guid>
		<description>[...] reading, if you are interested in installation mplayer-gui for Fedora Core 12, please go to the How to install mplayer in Fedora Core 12 (a newer post on this [...]</description>
		<content:encoded><![CDATA[<p>[...] reading, if you are interested in installation mplayer-gui for Fedora Core 12, please go to the How to install mplayer in Fedora Core 12 (a newer post on this [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

