<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://www.jbkempf.com/blog/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Yet another blog for JBKempf - Tag - Ubuntu</title>
  <link>http://www.jbkempf.com/blog/</link>
  <atom:link href="http://www.jbkempf.com/blog/feed/tag/Ubuntu/rss2" rel="self" type="application/rss+xml"/>
  <description>This is the blog of Jean-Baptiste Kempf. I will share some info about my life, my works and my VideoLAN work</description>
  <language>en</language>
  <pubDate>Wed, 01 Oct 2008 17:06:52 -0700</pubDate>
  <copyright></copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>Build VLC media player under Ubuntu Hardy (8.04)</title>
    <link>http://www.jbkempf.com/blog/post/2008/03/28/Build-VLC-media-player-under-Ubuntu-Hardy-804</link>
    <guid isPermaLink="false">urn:md5:dce61f24eddf074e7f5be36beb09bda4</guid>
    <pubDate>Fri, 28 Mar 2008 12:49:00 +0100</pubDate>
    <dc:creator>JBK</dc:creator>
        <category>VideoLAN</category>
        <category>compilation</category><category>Git</category><category>Ubuntu</category><category>VideoLAN</category><category>VLC media player</category>    
    <description>&lt;p&gt;I found an &lt;a href=&quot;http://www.jbkempf.com/blog/tag/ubuntu&quot;&gt;ubuntu&lt;/a&gt; hardy installation, and needed to test something on the trunk of VLC so I needed to compile a VLC for it.
Here is a complete HOWTO to do the same !&lt;/p&gt;    &lt;p&gt;This post is an update of the popular howto for &lt;a href=&quot;http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704&quot; hreflang=&quot;en&quot;&gt;Build VLC with feisty&lt;/a&gt;.&lt;/p&gt;


&lt;h3&gt;Introduction&lt;/h3&gt;

&lt;p&gt;So we are going to build the latest &lt;a href=&quot;http://www.jbkempf.com/blog/tag/VLC&quot;&gt;VLC&lt;/a&gt; possible.&lt;/p&gt;


&lt;p&gt;Everything will be done in a console/terminal and should be straight-forward. Every question should be asked on the forum, or in the comments here.&lt;/p&gt;


&lt;h4&gt;Conventions&lt;/h4&gt;

&lt;p&gt;Every line beginning with a &lt;q&gt;#&lt;/q&gt; should be done as root, or using the &lt;q&gt;sudo &lt;/q&gt; command.
Every line beginning witha &lt;q&gt;%&lt;/q&gt; is a normal line.&lt;/p&gt;


&lt;h2&gt;Building VLC&lt;/h2&gt;

&lt;h3&gt;Prepare your environment&lt;/h3&gt;

&lt;p&gt;We need a few package starting from a fresh hardy:&lt;/p&gt;
&lt;pre&gt;
# apt-get install vlc
# apt-get build-dep vlc 
# apt-get install cvs build-essential subversion git git-core automake1.9 libtool
# apt-get install libgcrypt-dev
# apt-get install libfaad-dev libtwolame-dev libqt4-dev libjack-dev 
# apt-get install libxpm-dev libcddb2-dev liblua5.1-0-dev libzvbi-dev libshout-dev
&lt;/pre&gt;


&lt;h3&gt;Checkout VLC trunk and bootstrap the tree&lt;/h3&gt;

&lt;pre&gt;
% git clone git://git.videolan.org/vlc.git

% cd vlc
% ./bootstrap
&lt;/pre&gt;



&lt;h3&gt;Build x264&lt;/h3&gt;

&lt;h4&gt;x264&lt;/h4&gt;

&lt;p&gt;x264 is a library to encode movies in H.264.&lt;/p&gt;
&lt;pre&gt;
% cd extras/
%
% git clone git://git.videolan.org/x264.git
% cd x264
% make
% sudo make install
% cd ../..
&lt;/pre&gt;



&lt;h3&gt;Configure VLC&lt;/h3&gt;


&lt;h4&gt;Configure&lt;/h4&gt;
&lt;pre&gt; 
% mkdir build; cd build;
%../configure --prefix=/usr \
        --enable-snapshot --enable-debug \
        --enable-dbus-control --enable-musicbrainz \
        --enable-shared-libvlc --enable-mozilla \
        --enable-lirc \
        --with-ffmpeg-tree=../extras/ffmpeg \
        --enable-x264 --with-x264-tree=../extras/x264 \
        --enable-shout --enable-taglib \
        --enable-v4l  \
        --enable-dvb  \
        --enable-realrtsp --disable-xvmc \
        --enable-svg   --enable-dvdread \
        --enable-dc1394 --enable-dv \
        --enable-theora --enable-faad \
        --enable-twolame --enable-real \
        --enable-flac --enable-tremor \
        --enable-skins2 --enable-qt4 \
        --enable-ncurses \
        --enable-aa --enable-caca \
        --enable-esd --disable-portaudio \
        --enable-jack --enable-xosd \
        --enable-galaktos --enable-goom \
        --enable-ggi \
        --disable-cddax --disable-vcdx \
       --disable-quicktime --enable-lua
&lt;/pre&gt;



&lt;h3&gt;Finish&lt;/h3&gt;
&lt;pre&gt;
% make
&lt;/pre&gt;


&lt;p&gt;You just have to wait a bit :D&lt;/p&gt;</description>
    
    
    
          <comments>http://www.jbkempf.com/blog/post/2008/03/28/Build-VLC-media-player-under-Ubuntu-Hardy-804#comment-form</comments>
      <wfw:comment>http://www.jbkempf.com/blog/post/2008/03/28/Build-VLC-media-player-under-Ubuntu-Hardy-804#comment-form</wfw:comment>
      <wfw:commentRss>http://www.jbkempf.com/blog/feed/rss2/comments/132</wfw:commentRss>
      </item>
    
  <item>
    <title>MacBook install: triple boot: linux, windows, Mac OS</title>
    <link>http://www.jbkempf.com/blog/post/2008/02/27/MacBook-install%3A-triple-boot%3A-linux-windows-Mac-OS</link>
    <guid isPermaLink="false">urn:md5:7fbf175be28ad3a56df466d0fdc16bcf</guid>
    <pubDate>Wed, 27 Feb 2008 03:17:00 +0100</pubDate>
    <dc:creator>JBK</dc:creator>
        <category>Geek &amp; Computer</category>
        <category>Apple</category><category>install</category><category>Linux</category><category>Mac OS X</category><category>MacBook</category><category>triple boot</category><category>Ubuntu</category><category>Windows</category>    
    <description>    &lt;p&gt;This details the installation of a MacBook white, shipped in the beginning of 2008.&lt;/p&gt;


&lt;h2&gt;Set up Mac OS X&lt;/h2&gt;


&lt;h3&gt;Updates&lt;/h3&gt;

&lt;p&gt;First before anything, update to the latest MacOS X.5.2, and all the necessary downloads... Reboot as many times as needed&lt;/p&gt;


&lt;h3&gt;Software&lt;/h3&gt;

&lt;p&gt;Then, install VLC, Firefox 3 béta, Adium and Xcode if you need it.&lt;/p&gt;


&lt;h3&gt;Done.&lt;/h3&gt;

&lt;p&gt;Quite easy, so far, no ?&lt;/p&gt;


&lt;h2&gt;Install Windows XP&lt;/h2&gt;


&lt;p&gt;Be sure to have your Windows XP SP2 CD and a legit license number.&lt;/p&gt;


&lt;h3&gt;Bootcamp&lt;/h3&gt;


&lt;p&gt;Go to spotlight, look for Boot Camp assistant or find it from your Applications folder.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Run it.&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;Prepare a disk space for Windows ( 16GB is ok, I think )&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;Quit and re-run it.&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;Install Windows with your CD Rom inside.&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;Reboot and wait during all the Windows installation that is long and needs a couple of reboots. Mine did fail once, for no obvious reasons.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;Windows XP&lt;/h3&gt;


&lt;p&gt;Once you have your complete Windows XP installation, you will see a Boot Camp icon on your task bar. Keep it.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Put the Apple OS X CD-ROM in, and let it do all the installation of the drivers. It may require some reboots, but at the end, you have a very new and completely functional Windows XP!&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;Reboot&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;Do your Windows Update and reboot and again, and reboot, and again... Until nothing appears there.&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;Launch the Boot Camp assistant and Default Mac OS HD&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;Mac OS again&lt;/h3&gt;


&lt;p&gt;Reboot to mac OS. Be pleased.&lt;/p&gt;


&lt;h2&gt;Linux&lt;/h2&gt;


&lt;p&gt;This should work with any distribution and was tested with Debian and Ubuntu&lt;/p&gt;


&lt;h3&gt;Resize&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Go to Applications/Utils and launch Disk Tool&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;Split and resize the main partition in order to have a new partition that you name Linux and format in HFS. (16GB here)&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;Check everything.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;Reboot on linux&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Put your linux live CD and reboot&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;Press `C` to boot on the CD&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;Launch your live-CD and install linux.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;Install&lt;/h3&gt;


&lt;p&gt;During the install I deleted the new partition and added two in place:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;One root partition /&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;One swap 1GB&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;Finish everything, reboot&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You should be careful to install your grub in your linux partition and NOT in the MBR, to let reFit do it correctly.&lt;/p&gt;


&lt;h3&gt;rEFIt&lt;/h3&gt;


&lt;p&gt;On Mac OS X, install rEFIt and configure it quite quickly.&lt;/p&gt;


&lt;p&gt;Reboot and use rEFIt to boot on linux using the &amp;quot;option&amp;quot; key.&lt;/p&gt;


&lt;h3&gt;Configure linux&lt;/h3&gt;


&lt;p&gt;You have all you want working except the wireless...
Which is a Broadcom BCM4328&lt;/p&gt;


&lt;p&gt;&lt;code&gt;sudo apt-get install  ndiswrapper-utils-1.9&lt;/code&gt;&lt;/p&gt;


&lt;p&gt;Find in your Windows partition your wireless drivers:&lt;/p&gt;


&lt;p&gt;&lt;code&gt;sudo su&lt;/code&gt;&lt;/p&gt;


&lt;p&gt;&lt;code&gt;cp -r /media/Windows/WINDOWS/DRVSTORE/bcmwl5_**/ /root/&lt;/code&gt;&lt;/p&gt;


&lt;p&gt;&lt;code&gt;mv bcmwl5_*** bcmw&lt;/code&gt;&lt;/p&gt;


&lt;p&gt;&lt;code&gt;cd bcmw&lt;/code&gt;&lt;/p&gt;


&lt;p&gt;&lt;code&gt;ndiswrapper -i bcmwl5.inf&lt;/code&gt;&lt;/p&gt;


&lt;p&gt;&lt;code&gt;ndiswrapper -l&lt;/code&gt;&lt;/p&gt;


&lt;p&gt;&lt;code&gt;ndiswrapper -m&lt;/code&gt;&lt;/p&gt;


&lt;p&gt;&lt;code&gt;modprobe ndiswrapper&lt;/code&gt;&lt;/p&gt;


&lt;p&gt;&lt;code&gt;ifconfig&lt;/code&gt;&lt;/p&gt;


&lt;h3&gt;Updates&lt;/h3&gt;


&lt;p&gt;Uncomment what is needed in your sources.list.&lt;/p&gt;


&lt;p&gt;Reboot.&lt;/p&gt;


&lt;h3&gt;Problems&lt;/h3&gt;

&lt;p&gt;If you have any issues, like not having the linux partition shown anymore, reinstall grub on your linux partition with a live-CD.&lt;/p&gt;</description>
    
    
    
          <comments>http://www.jbkempf.com/blog/post/2008/02/27/MacBook-install%3A-triple-boot%3A-linux-windows-Mac-OS#comment-form</comments>
      <wfw:comment>http://www.jbkempf.com/blog/post/2008/02/27/MacBook-install%3A-triple-boot%3A-linux-windows-Mac-OS#comment-form</wfw:comment>
      <wfw:commentRss>http://www.jbkempf.com/blog/feed/rss2/comments/114</wfw:commentRss>
      </item>
    
  <item>
    <title>Migration time - Ubuntu-debian</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/13/Migration-time-Ubuntu-debian</link>
    <guid isPermaLink="false">urn:md5:e9d22ccb919fc00badbaf49da949d786</guid>
    <pubDate>Sun, 13 May 2007 17:43:00 +0200</pubDate>
    <dc:creator>JBK</dc:creator>
        <category>Geek &amp; Computer</category>
        <category>debian</category><category>migration</category><category>Ubuntu</category>    
    <description>&lt;p&gt;This is  just a post to tell the results of debian and ubuntu machines migrations.&lt;/p&gt;


&lt;p&gt;Debian's update are not so perfect, and Ubuntu's update are worse. &lt;img src=&quot;/blog/themes/jbkempf/smilies/smile.png&quot; alt=&quot;:)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;    &lt;h2&gt;Debian and Ubuntu migrations&lt;/h2&gt;


&lt;p&gt;Spring has begun a few weeks ago and the big migration time started during april.&lt;/p&gt;


&lt;p&gt;GNU/Linux Debian etch 4.0 was out early April and Ubuntu (GNU/Linux too, even if they don't admit it :D) too with feisty 7.04 version.&lt;/p&gt;


&lt;p&gt;I had to migrate a few machines. I am not what you can call a n00b about linux ( and debian ) administration...&lt;/p&gt;


&lt;h3&gt;Ubuntu&lt;/h3&gt;

&lt;p&gt;I had four machines to migrate (mostly my family's computers). Three were running edgy (6.10), and the last one was still running dapper (6.06).&lt;/p&gt;


&lt;h4&gt;Edgy&lt;/h4&gt;

&lt;p&gt;Well, I tried to migrate those with the GUI thing. One achieved it. The two other failed to launch. So I migrate those with the terminal ( that was the most natural thing to do for me... ).&lt;/p&gt;


&lt;p&gt;&lt;strong&gt;Results&lt;/strong&gt;
Well, the one I migrated with the GUI just rebooted did not have any wifi. A bit of /etc/network/interfaces tweaking did the trick.&lt;/p&gt;


&lt;p&gt;The other one did not had any X. ATI drivers failure or something... It took a bit longer to make it work... But definitively, my sister wouldn't have been able to do it.&lt;/p&gt;


&lt;p&gt;The final one did not want to boot at all... grub tweaking, updates and kernel modules updates but finally it went correctly. Not so difficult after all.&lt;/p&gt;


&lt;h4&gt;Dapper&lt;/h4&gt;

&lt;p&gt;Come on! That was a complete failure. I know I shouldn't update from dapper to feisty but still... &lt;em&gt;Complete failure&lt;/em&gt;&lt;/p&gt;


&lt;h3&gt;Debian&lt;/h3&gt;

&lt;h4&gt;Sarge&lt;/h4&gt;


&lt;p&gt;I had three different machines to migrate.&lt;/p&gt;


&lt;p&gt;Nothing important to notice on the servers (mainly except postfix and nut).&lt;/p&gt;


&lt;p&gt;The desktop one was a bit trickier, especially, X.org configuration and GNOME setup. Grub was fun, as usual... But well, not so difficult.&lt;/p&gt;</description>
    
    
    
          <comments>http://www.jbkempf.com/blog/post/2007/05/13/Migration-time-Ubuntu-debian#comment-form</comments>
      <wfw:comment>http://www.jbkempf.com/blog/post/2007/05/13/Migration-time-Ubuntu-debian#comment-form</wfw:comment>
      <wfw:commentRss>http://www.jbkempf.com/blog/feed/rss2/comments/31</wfw:commentRss>
      </item>
    
  <item>
    <title>Build VLC media player under Ubuntu Feisty (7.04)</title>
    <link>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704</link>
    <guid isPermaLink="false">urn:md5:24e7fe498b08af7aeea344f7919a009e</guid>
    <pubDate>Sun, 06 May 2007 20:14:00 +0200</pubDate>
    <dc:creator>JBK</dc:creator>
        <category>VideoLAN</category>
        <category>compilation</category><category>Ubuntu</category><category>VideoLAN</category><category>VLC media player</category>    
    <description>&lt;p&gt;I found an &lt;a href=&quot;http://www.jbkempf.com/blog/tag/ubuntu&quot;&gt;ubuntu&lt;/a&gt; feisty installation, and needed to test something on the trunk of VLC so I needed to compile a VLC for it.
Here is a complete HOWTO to do the same !&lt;/p&gt;    &lt;h3&gt;Introduction&lt;/h3&gt;

&lt;p&gt;So we are going to build the latest &lt;a href=&quot;http://www.jbkempf.com/blog/tag/VLC&quot;&gt;VLC&lt;/a&gt; possible.&lt;/p&gt;


&lt;p&gt;Everything will be done in a console/terminal and should be straight-forward. Every question should be asked on the forum, or in the comments here.&lt;/p&gt;


&lt;h4&gt;Conventions&lt;/h4&gt;

&lt;p&gt;Every line beginning with a &lt;q&gt;#&lt;/q&gt; should be done as root, or using the &lt;q&gt;sudo &lt;/q&gt; command.
Every line beginning witha &lt;q&gt;%&lt;/q&gt; is a normal line.&lt;/p&gt;


&lt;h2&gt;Building VLC&lt;/h2&gt;

&lt;h3&gt;Prepare your environment&lt;/h3&gt;


&lt;p&gt;We need a few package starting from a fresh feisty:&lt;/p&gt;
&lt;pre&gt;
# apt-get build-dep vlc 
# apt-get install subversion automake1.9 libtool cvs
# apt-get install libgcrypt-dev
&lt;/pre&gt;


&lt;h3&gt;Checkout VLC trunk and bootstrap the tree&lt;/h3&gt;

&lt;pre&gt;
% svn co svn://svn.videolan.org/vlc/trunk vlc

% cd vlc
% ./bootstrap
&lt;/pre&gt;


&lt;h3&gt;Build ffmpeg and x264&lt;/h3&gt;

&lt;h4&gt;x264&lt;/h4&gt;

&lt;p&gt;x264 is a library to encode movies in H.264.&lt;/p&gt;
&lt;pre&gt;
% cd extras/
%
% svn co svn://svn.videolan.org/x264/trunk x264
% cd x264
% make
% cd ..
&lt;/pre&gt;


&lt;h4&gt;ffmpeg&lt;/h4&gt;

&lt;p&gt;ffmpeg is a codec library&lt;/p&gt;
&lt;pre&gt;
# apt-get install libfaac-dev liblame-dev

% svn co svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
% cd ffmpeg
% ./configure --enable-gpl --enable-pp \ 
               --enable-pthreads --enable-libmp3lame  \ 
               --enable-libfaac
% make
% cd ..

% cd ..
&lt;/pre&gt;


&lt;h3&gt;Configure VLC&lt;/h3&gt;

&lt;h4&gt;More packages&lt;/h4&gt;

&lt;p&gt;Yet a few package to install :D&lt;/p&gt;

&lt;pre&gt;
# apt-get install libfaad2-dev libtwolame-dev libqt4-dev libjack-dev
&lt;/pre&gt;


&lt;h4&gt;Configure&lt;/h4&gt;
&lt;pre&gt; 
% mkdir build; cd build;
%../configure --prefix=/usr \
        --enable-snapshot --enable-debug \
        --enable-dbus-control --enable-musicbrainz \
        --enable-shared-libvlc --enable-mozilla \
        --enable-lirc \
        --with-ffmpeg-tree=../extras/ffmpeg \
        --enable-x264 --with-x264-tree=../extras/x264 \
        --enable-shout --enable-taglib \
        --enable-v4l  \
        --enable-dvb  \
        --enable-realrtsp --disable-xvmc \
        --enable-svg   --enable-dvdread \
        --enable-dc1394 --enable-dv \
        --enable-theora --enable-faad \
        --enable-twolame --enable-real \
        --enable-flac --enable-tremor \
        --with-ffmpeg-mp3lame --with-ffmpeg-faac \
        --enable-skins2 --enable-qt4 \
        --enable-ncurses \
        --enable-aa --enable-caca \
        --enable-esd --disable-portaudio \
        --enable-jack --enable-xosd \
        --enable-galaktos --enable-goom \
        --enable-ggi \
        --disable-cddax --disable-vcdx \
       --disable-quicktime
&lt;/pre&gt;


&lt;h3&gt;Finish&lt;/h3&gt;
&lt;pre&gt;
% make
&lt;/pre&gt;


&lt;p&gt;You just have to wait a bit :D&lt;/p&gt;</description>
    
    
    
          <comments>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#comment-form</comments>
      <wfw:comment>http://www.jbkempf.com/blog/post/2007/05/06/Build-VLC-media-player-under-Ubuntu-Feisty-704#comment-form</wfw:comment>
      <wfw:commentRss>http://www.jbkempf.com/blog/feed/rss2/comments/30</wfw:commentRss>
      </item>
    
  <item>
    <title>How to install VLC 0.8.6a under ubuntu dapper 6.06 LTS.</title>
    <link>http://www.jbkempf.com/blog/post/2007/02/28/How-to-install-VLC-086a-under-ubuntu-dapper-606-LTS</link>
    <guid isPermaLink="false">urn:md5:218a47e308a3015de73d31fba2325730</guid>
    <pubDate>Wed, 28 Feb 2007 15:23:00 +0100</pubDate>
    <dc:creator>JBK</dc:creator>
        <category>VideoLAN</category>
        <category>0.8.6a</category><category>dapper</category><category>Ubuntu</category><category>VLC media player</category>    
    <description>&lt;p&gt;Since the dapper version of ubuntu is still widely used,  and they use 0.8.4 version, installed in the default distribution.
But some might want 0.8.6. I heard them. Here there are!&lt;/p&gt;    &lt;h2&gt;Howto install VLC 0.8.6 under dapper&lt;/h2&gt;


&lt;p&gt;I hope that you are able to deal with a computer, synaptic or sources.list&lt;/p&gt;


&lt;h3&gt;Add a new repository&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Add&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;&lt;p&gt;deb ftp://ftp.videolan.org/pub/videolan/ubuntu dapper universe&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;to you/etc/apt/sources.lists or synaptic.&lt;/p&gt;


&lt;h3&gt;Update the packages list&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Run&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;&lt;p&gt;sudo apt-get update&lt;/p&gt;&lt;/blockquote&gt;


&lt;h3&gt;Install&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;And&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;&lt;p&gt;sudo apt-get install vlc libvlc0 vlc-nox mozilla-plugin-vlc vlc-plugin-alsa vlc-plugin-esd wxvlc&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;should do the trick. There are other plugins that you can install like vlc-plugin-arts, vlc-plugin-glide...&lt;/p&gt;


&lt;h3&gt;libdvdcss2&lt;/h3&gt;

&lt;p&gt;If you want to read DVD, remember to install libdvdcss2 :D&lt;/p&gt;



&lt;p&gt;Enjoy&lt;/p&gt;</description>
    
    
    
          <comments>http://www.jbkempf.com/blog/post/2007/02/28/How-to-install-VLC-086a-under-ubuntu-dapper-606-LTS#comment-form</comments>
      <wfw:comment>http://www.jbkempf.com/blog/post/2007/02/28/How-to-install-VLC-086a-under-ubuntu-dapper-606-LTS#comment-form</wfw:comment>
      <wfw:commentRss>http://www.jbkempf.com/blog/feed/rss2/comments/20</wfw:commentRss>
      </item>
    
</channel>
</rss>