
First off, I want to thank Dan Trevino from the Florida LoCo team for helping me get this working. I was beginning to rip my hair out and cry like a little baby, (F this linux crap, I’m buying a mac) moment. So for a long time I have used “rippedwire” to rip my “legally” purchased DVD’s out to my network so I can stream them. If you haven’t heard of rippedwire, RippedWire is a graphical front end to HandBrake, the open-source, GPL-licensed, multiplatform, multithreaded DVD to MPEG-4 converter.
It works just fine on Ubuntu Gutsy Gibbon 7.10. I was having mono dependency errors however installing it on Hardy Heron 8.04 LTS release. Below are the instructions for installing this (BAMF) application.
First, download rippedwire DEB package to your home directory.
$ sudo apt-get install mono-mcs
$ sudo apt-get install mono-2.0-devel gtk-sharp2
$ cd to your home directory of where the deb package is i.e. cd /home/username
$ sudo dpkg -i –force-overwrite –ignore-depends=mono –ignore-depends=mono-devel handbrakegtk_1.0.1_i386.deb
**UPDATED Instructions
The instructions should be modified to be:
1. sudo apt-get install mono-mcs mono-2.0-devel gtk-sharp2
2. sudo dpkg -i monofix_1.0_all.deb
3. sudo dpkg -i handbrakegtk_1.0.1_i386.deb
Download the monofix package here
I should also point out… if you’ve already installed with the ‘old’ instructions you can ‘fix’ your system by doing:
1. sudo apt-get install -f
This will remove handbrakegtk
2. sudo dpkg -i monofix_1.0_all.deb
3. sudo dpkg -i handbrakegtk_1.0.1_i386.deb
Ok, now you are ready to party like a rockstar.
Go to Applications > Sound & Video> HandBrakeGTK
Load a DVD, you click on the source button, select your movie and desired settings, and rip away, like you see below as I’m ripping Snatch!

Thanks again Dan !