The way i solved this issue was to create a dummy package for flashplugin-nonfree
Code:
sudo apt-get install equivs
equivs-control flashplugin-nonfree
edit the created file 'flashplugin-nonfree' and change line 8 from
Code:
Package: <package name; defaults to equivs-dummy>
to
Code:
Package: flashplugin-nonfree
save the file
then
Code:
equivs-build flashplugin-nonfree
install the resulting .deb file
Code:
dpkg -i flashplugin-nonfree_1.0_all.deb
now you can install boxee with no complaints....
if you do need to add the true flashplugin-nonfree package later, remove the dummy package.
Bookmarks