<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>LinuxHub &#187; vlc ppa ubuntu</title>
	<atom:link href="http://linuxhub.net/tag/vlc-ppa-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxhub.net</link>
	<description>Making Linux Simple!</description>
	<lastBuildDate>Sun, 16 Oct 2011 13:13:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Install VLC on Ubuntu via PPA</title>
		<link>http://linuxhub.net/2009/09/install-vlc-on-ubuntu-via-ppa/</link>
		<comments>http://linuxhub.net/2009/09/install-vlc-on-ubuntu-via-ppa/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 04:19:32 +0000</pubDate>
		<dc:creator>Vivek</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[install vlc ubuntu]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[VLC media player]]></category>
		<category><![CDATA[vlc ppa ubuntu]]></category>

		<guid isPermaLink="false">http://linuxhub.net/?p=455</guid>
		<description><![CDATA[VLC is a wonderful media player and it&#8217;s available for Linux as well. What I love about the player is that it almost all the time satisfies all my media playing needs and I don&#8217;t have to worry about having another plugin etc to play a file.
VLC media player is a highly portable multimedia player  [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="size-thumbnail wp-image-458 alignright" style="border: 0pt none; margin-left: 5px; margin-right: 5px;" title="vlc-512" src="http://linuxhub.net/wp-content/uploads/2009/09/vlc-512-150x150.png" alt="vlc-512" width="150" height="150" />VLC is a wonderful media player and it&#8217;s available for Linux as well. What I love about the player is that it almost all the time satisfies all my media playing needs and I don&#8217;t have to worry about having another plugin etc to play a file.</p>
<p style="text-align: justify;">VLC media player is a highly portable multimedia player and multimedia framework  capable of reading most audio and video formats (MPEG-2, MPEG-4, H.264, DivX, MPEG-1, mp3, ogg, aac &#8230;) as well as DVDs, Audio CDs VCDs, and various streaming protocols.</p>
<p style="text-align: justify;">It can also be used as a media converter or a server to stream  in unicast or multicast in IPv4 or IPv6 on networks.</p>
<h3 style="text-align: justify;">Installing VLC on Ubuntu using PPAs</h3>
<p style="text-align: justify;">Let&#8217;s see how to install VLC on Ubuntu (Jaunty) using PPAs.</p>
<p style="text-align: justify;">Add the following lines to your Software Sources Third-Party Software tab.</p>
<p style="text-align: justify;">

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">deb http:<span style="color: #000000; font-weight: bold;">//</span>ppa.launchpad.net<span style="color: #000000; font-weight: bold;">/</span>c-korn<span style="color: #000000; font-weight: bold;">/</span>vlc<span style="color: #000000; font-weight: bold;">/</span>ubuntu jaunty main
&nbsp;
deb-src http:<span style="color: #000000; font-weight: bold;">//</span>ppa.launchpad.net<span style="color: #000000; font-weight: bold;">/</span>c-korn<span style="color: #000000; font-weight: bold;">/</span>vlc<span style="color: #000000; font-weight: bold;">/</span>ubuntu jaunty main</pre></div></div>

<p style="text-align: justify;"><img class="alignnone size-full wp-image-456" title="vlc1" src="http://linuxhub.net/wp-content/uploads/2009/09/vlc1.png" alt="vlc1" width="550" height="517" /></p>
<h3 style="text-align: justify;">Adding the Signing Key</h3>
<p style="text-align: justify;">We need to add the signing key. You can do it by simply typing the following command at the terminal.</p>
<p style="text-align: justify;">

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-key</span> adv <span style="color: #660033;">--recv-keys</span> <span style="color: #660033;">--keyserver</span> keyserver.ubuntu.com 7613768D</pre></div></div>

<p style="text-align: justify;">However, if you are behind a firewall (like me the keys are not added as <a href="http://keyserver.ubuntu.com:11371/pks/lookup?op=get&amp;search=0xD739676F7613768D">http://keyserver.ubuntu.com</a> is blocked ) you can go the signing key page and copy the key into gedit and save the file by the name vlc.</p>
<p style="text-align: justify;">Import the saved file into your Software Sources Authentication tab.</p>
<p style="text-align: justify;"><img class="alignnone size-full wp-image-457" title="vlc2" src="http://linuxhub.net/wp-content/uploads/2009/09/vlc2.png" alt="vlc2" width="550" height="517" /></p>
<h3 style="text-align: justify;">Installing VLC</h3>
<p style="text-align: justify;">Drop to terminal and type the following commands:</p>
<p style="text-align: justify;">

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> update</pre></div></div>

<p style="text-align: justify;">

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> vlc vlc-plugin-esd mozilla-plugin-vlc</pre></div></div>

<p style="text-align: justify;">Once installed, you can run VLC by going to <span style="color: #888888;">Applications &gt; Sound &amp; Video &gt; VLC Media Player</span></p>
<p style="text-align: justify;"><img class="alignnone size-full wp-image-459" title="vlc3" src="http://linuxhub.net/wp-content/uploads/2009/09/vlc3.png" alt="vlc3" width="496" height="559" /></p>
<p style="text-align: justify;">You can also make video files to open with VLC by default. All you have to do is to right click the video file, go to properties and select Open With tab and select VLC Media Player.</p>
<p style="text-align: justify;"><img class="alignnone size-full wp-image-460" title="vlc4" src="http://linuxhub.net/wp-content/uploads/2009/09/vlc4.png" alt="vlc4" width="539" height="591" /></p>
<h2 style="text-align: justify;">Links</h2>
<p style="text-align: justify;"><strong>VLC PPA page</strong></p>
<p style="text-align: justify;"><a href="https://launchpad.net/~c-korn/+archive/vlc" target="_blank">https://launchpad.net/~c-korn/+archive/vlc</a></p>
<p style="text-align: justify;"><strong>VLC Signing key page</strong></p>
<p style="text-align: justify;"><a href="http://keyserver.ubuntu.com:11371/pks/lookup?op=get&amp;search=0xD739676F7613768D">http://keyserver.ubuntu.com:11371/pks/lookup?op=get&amp;search=0xD739676F7613768D</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxhub.net/2009/09/install-vlc-on-ubuntu-via-ppa/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

