Facebook Twitter Instagram
    WiredRevolution.com
    • Home
    • About
    • Contact Us
    • Essential Linux Commands
    • Sitemap
    Facebook Twitter Instagram
    WiredRevolution.com
    ubuntu

    Install Boxee on 64-bit Ubuntu 9.10 Karmic

    RyanBy RyanJanuary 2, 2010Updated:May 15, 20104 Comments2 Mins Read
    Facebook Twitter Pinterest LinkedIn Reddit WhatsApp Email

    Installing Boxee turns your computer into an incredible HTPC. These instructions will help you get it up and running on Ubuntu.

    Update:
    Boxee has recently made the latest version (9.20) of their software available for Ubuntu 64 and 32-bit. If you are installing this new version simply download the deb package off their website directly and install it.

    The instructions below pertain to older Boxee versions < 9.20

    Start by downloading the repository off the website. Since the 32-bit repository is the only one available simply adding it to your sources.list will not work.

    $ wget http://apt.boxee.tv/dists/jaunty/main/binary-i386/Packages.gz

    Find the latest version of Boxee in the repository.

    $ zcat Packages.gz | grep Filename
    Filename: ./dists/intrepid/main/binary-i386/boxee-0.9.6.4578.intrepid.deb
    Filename: ./dists/intrepid/main/binary-i386/boxee-0.9.7.4826.intrepid.deb
    Filename: ./dists/intrepid/test/binary-i386/boxee-0.9.11.5777.deb
    Filename: ./dists/intrepid/test/binary-i386/boxee-0.9.12.6570.deb
    Filename: ./dists/intrepid/test/binary-i386/boxee-0.9.13.6684.deb
    Filename: ./dists/intrepid/test/binary-i386/boxee-0.9.14.6795.deb
    Filename: ./dists/intrepid/test/binary-i386/boxee-0.9.14.6992.deb
    

    Download the latest version.

    $ wget http://apt.boxee.tv/dists/intrepid/test/binary-i386/boxee-0.9.14.6992.deb

    Install the package, since your system is 64-bit and you are installing a 32-bit package you will see that your system is missing some required libraries.

    $ sudo dpkg -i --force-all boxee-0.9.14.6992.deb
    dpkg: warning: overriding problem because --force enabled:
     package architecture (i386) does not match system (amd64)
    Selecting previously deselected package boxee.
    (Reading database ... 144498 files and directories currently installed.)
    Unpacking boxee (from boxee-0.9.14.6992.deb) ...
    dpkg: boxee: dependency problems, but configuring anyway as you requested:
     boxee depends on liblzo1; however:
      Package liblzo1 is not installed.
     boxee depends on libfaad-dev; however:
      Package libfaad-dev is not installed.
     boxee depends on libxmlrpc-c3; however:
      Package libxmlrpc-c3 is not installed.
     boxee depends on libdirectfb-1.0-0; however:
      Package libdirectfb-1.0-0 is not installed.
     boxee depends on libkrb53; however:
      Package libkrb53 is not installed.
     boxee depends on xsel; however:
      Package xsel is not installed.
    Setting up boxee (0.9.14.6992) 
    

    To fix these dependency problems download the getlibs package and install it.

    $ wget http://frozenfox.freehostia.com/cappy/getlibs-all.deb
    $ sudo dpkg -i getlibs-all.deb
    

    Now resolve those missing libraries.

    $ getlibs /opt/boxee/Boxee
    libfaac.so.0: libfaac0
    libhal-storage.so.1: libhal-storage1
    libjasper.so.1: libjasper1
    libenca.so.0: libenca0
    No match for liblzo.so.1
    libmysqlclient.so.15: libmysqlclient15off
    libfribidi.so.0: libfribidi0
    libGLEW.so.1.5: libglew1.5
    The following i386 packages will be installed:
    libenca0
    libfaac0
    libfribidi0
    libglew1.5
    libhal-storage1
    libjasper1
    libmysqlclient15off
    Continue [Y/n]? y
    Downloading ...
    Installing libraries ...
    

    Install the lib32nss-mdns library.

    $ sudo apt-get install lib32nss-mdns

    You also need to manually install the liblzo library which is no longer available in the 9.10 release.

    $ wget http://mirrors.kernel.org/ubuntu/pool/universe/l/lzo/liblzo1_1.08-3_i386.deb
    $ getlibs -i liblzo1_1.08-3_i386.deb
    

    You should now be able to launch Boxee normally, enjoy!

    Share. Facebook Twitter Pinterest LinkedIn WhatsApp Reddit Email
    Previous ArticleInstalling Ubuntu 9.10 on the Dell Zino HD
    Next Article New Site Design

    Related Posts

    Fix insync Gnome Shell extension error on Ubuntu

    Netflix now working on Ubuntu Linux

    Transfer your ssh public key to a remote machine

    Most Commented
    March 12, 2009

    Fix blue tinted video in Ubuntu

    September 10, 2010

    Setup SSH access between VirtualBox Host and Guest VMs

    March 8, 2011

    Install GNOME Shell in Ubuntu 10.10 Maverick

    April 4, 2009

    Setup the PS3 Bluetooth Controller on Ubuntu

    October 22, 2008

    How to correctly use LD_LIBRARY_PATH

    Recent Comments
    • Execute command on linux virtual machine (or server) from windows commandline on Setup SSH access between VirtualBox Host and Guest VMs
    • Solved: How to SSH to a VirtualBox guest externally through a host? - Daily Developer Blog on Setup SSH access between VirtualBox Host and Guest VMs
    • How to SSH to a VirtualBox guest externally through a host? [closed] – Code D3 on Setup SSH access between VirtualBox Host and Guest VMs
    • How to copy and paste from VirtualBox? [duplicate] on Setup SSH access between VirtualBox Host and Guest VMs
    • Jackie Laguna on Fix OpenGL: ChoosePixelFormat SketchUp error in WINE
    © 2025 ThemeSphere. Designed by ThemeSphere.

    Type above and press Enter to search. Press Esc to cancel.