Table of Contents

Links

http://forums.boxee.tv/showthread.php?t=17499&p=95927#post95927

http://americaninfidelblog.wordpress.com/2012/01/29/how-to-install-boxee-1-5-on-debian-testing-wheezy/

Install Boxee

Repack Boxee - Remove unwanted dependancies

dpkg-deb -x boxee-1.5.0.23596-2bcda77.i486.deb boxee
dpkg-deb -control boxee-1.5.0.23596-2bcda77.i486.deb boxee/DEBIAN
nano boxee/DEBIAN/control
 

You are simply going to change “flashplugin-downloader” to “flashplugin-nonfree”. Save the file.

Install Repackaged Boxee

dpkg -b boxee boxee_repack.deb
dpkg -i boxee_repack.deb

Cleanup the apt-cache

cd /etc/apt/sources.list.d/
rm boxee.list
apt-get update

Parts Required