Results 1 to 2 of 2

Thread: Boxee package without flashplugin-nonfree dependancy

  1. #1
    Join Date
    Dec 2009
    Posts
    15

    Default Boxee package without flashplugin-nonfree dependancy

    system: Ubuntu 10.04 x86_64

    I need to install boxee on a 64 bit system without having the flashplugin-nonfree dependancy. I have installed flash 10 64 bit (not from a repo) so I already have flash. As you can probably already guess, I don't want the repo version of the flash plugin because I have found it extremely glitchy.

    I used to be able to modify the 64 bit deb package with "videbcontrol" but it doesn't seem to work anymore, as I am able to remove the dependancy and install (and boxee works after), but apt later says that the boxee package is broken and depends upon flashplugin-nonfree - and wants to install it! D'oh!

    Any tips? Suggestions? I would love it if there was a 64 bit deb package that doesn't have that dependancy, but I kind of doubt that's going to happen
    in girum imus nocte ǝʇ ɔousnɯıɯnɹ ıbuı

  2. #2
    Join Date
    Jun 2011
    Posts
    1

    Talking flashplugin-nonfree dummy package

    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.

Similar Threads

  1. Replies: 1
    Last Post: March 13th, 2012, 07:36 AM
  2. Send a WOL package to the Boxee Box
    By rilleh in forum feature requests
    Replies: 0
    Last Post: May 31st, 2011, 02:36 AM
  3. Is Boxee CE4100 source package incomplete?
    By figueredo in forum Boxee Box help
    Replies: 0
    Last Post: May 2nd, 2011, 05:56 PM
  4. Couldn't find package boxee
    By semico in forum boxee for linux help
    Replies: 3
    Last Post: October 24th, 2010, 11:19 PM
  5. New machine and Boxee Package for Ubuntu 8.04
    By sendmail2tuan in forum boxee for linux help
    Replies: 13
    Last Post: April 17th, 2009, 02:02 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •