help.ubuntu.com — Here's a great page via the Ubuntu Community that will help you set up restricted formats (i.e. Windows codecs, real player, flash, etc.) to improve your Ubuntu experience 10 fold. Or at least 3.5 fold. Aug 9, 2006 View in Crawl 4
shrewduserAug 10, 2006
i noticed automatix for kubuntu leaves a few of these things out.
t0nyAug 10, 2006
Here is a script to install it just copy it to something like install.sh#!/bin/shecho "Now installing!"sudo apt-get install gstreamer0.10-ffmpegsudo apt-get install gstreamer0.10-pitfdllsudo apt-get install gstreamer0.10-plugins-badsudo apt-get install gstreamer0.10-plugins-bad-multiversesudo apt-get install gstreamer0.10-plugins-uglysudo apt-get install gstreamer0.10-plugins-ugly-multiversesudo apt-get install gxinesudo apt-get install libxine-main1sudo apt-get install libxine-extracodecscd /tmp/wget -c <a class="user" href="http://packages.freecontrib.org/ubuntu/plf/pool/dapper/i386/non-free/w32codecs/w32codecs_20060611-1plf1_i386.deb">http://packages.freecontrib.org/ubuntu/plf/pool/dapper/i386/non-free/w32codecs/w32codecs_20060611-1plf1_i386.deb</a> -O w32codecs_20060611-1plf1_i386.debsudo dpkg -i w32codecs_20060611-1plf1_i386.debrm -v w32codecs_20060611-1plf1_i386.debecho "All done!"then run with "sh install.sh"
No more comments on this story. Add your own!
shrewduserAug 10, 2006
i noticed automatix for kubuntu leaves a few of these things out.
t0nyAug 10, 2006
Here is a script to install it just copy it to something like install.sh#!/bin/shecho "Now installing!"sudo apt-get install gstreamer0.10-ffmpegsudo apt-get install gstreamer0.10-pitfdllsudo apt-get install gstreamer0.10-plugins-badsudo apt-get install gstreamer0.10-plugins-bad-multiversesudo apt-get install gstreamer0.10-plugins-uglysudo apt-get install gstreamer0.10-plugins-ugly-multiversesudo apt-get install gxinesudo apt-get install libxine-main1sudo apt-get install libxine-extracodecscd /tmp/wget -c <a class="user" href="http://packages.freecontrib.org/ubuntu/plf/pool/dapper/i386/non-free/w32codecs/w32codecs_20060611-1plf1_i386.deb">http://packages.freecontrib.org/ubuntu/plf/pool/dapper/i386/non-free/w32codecs/w32codecs_20060611-1plf1_i386.deb</a> -O w32codecs_20060611-1plf1_i386.debsudo dpkg -i w32codecs_20060611-1plf1_i386.debrm -v w32codecs_20060611-1plf1_i386.debecho "All done!"then run with "sh install.sh"