This is what I did to get boxee installed on Mint 11:
Code:
sudo nano /etc/apt/sources.list
add the following to the end of the file:
Code:
deb http://apt.boxee.tv natty main
then execute this command:
Code:
sudo apt-get update
Then there were 2 dependencies I needed to meet:
libxmlrpc-core-c3 which you need to download & install with:
Code:
http://ftp.br.debian.org/debian/pool/main/x/xmlrpc-c/libxmlrpc-c3_1.06.27-1.1_amd64.deb
sudo dpkg -i libxmlrpc-c3_1.06.27-1.1_amd64.deb
and flashplugin whch will install with:
Code:
sudo apt-get install flashplugin-nonfree
Now install boxee:
Code:
sudo apt-get install boxee
Done