Category Archives: Uncategorized

Getting Quicktime Trailers to work on Ubuntu Minimal Install

I love watching trailers with my wife so apple trailers has to work on my computer.  I have a Minimal Ubuntu install, so how do I get it to work?

I am running only Chromium and I needed something that will work and to install too much.  It does install about 40 megs of stuff so if you are wanting less space it might not be the solution for you.

I found it was pretty easy actually.  From a command line type:

sudo apt-get install mplayer gecko-mediaplayer

Say yes at the appropriate time, and restart your Chromium browser if it is open.  Now go watch some movie trailers!

 

Other links:

http://trailers.apple.com

 

Leave a Comment

Filed under Uncategorized

Ubunut Minimal Install – Fixing Locale Error After Removing language-pack-en-base

I read on a low memory install site that I could save some space by removing language-pack-en-base. Great!  I did it but now I’m getting all kinds of errors on locale not configured.

To fix this problem it was rather simple from the terminal I ran:
sudo dpkg-reconfigure locales

It creates errors while reconfiguring but afterwards it seems to fix the problem.

Other links:
https://help.ubuntu.com/community/Installation/LowMemorySystems
http://www.myscienceisbetter.info/repair-perl-locale-errors-on-ubuntu-server.html

Leave a Comment

Filed under Uncategorized