This is what I did to get boxee installed on Mint 11:
add the following to the end of the file:Code:sudo nano /etc/apt/sources.list
then execute this command:Code:deb http://apt.boxee.tv natty main
Then there were 2 dependencies I needed to meet:Code:sudo apt-get update
libxmlrpc-core-c3 which you need to download & install with:
and flashplugin whch will 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
Now install boxee:Code:sudo apt-get install flashplugin-nonfree
DoneCode:sudo apt-get install boxee![]()


Reply With Quote
Bookmarks