Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: How to install XBMC on Ubuntu?

  1. #1
    Join Date
    Jan 2013
    Beans
    111

    How to install XBMC on Ubuntu?

    I know that XBMC is available in the Ubuntu Software Center but for the last week or so, I've been trying to install it and getting errors. The errors are listed below. I'm just wondering if there are some official instructions on how to install it manually on Ubuntu as the Software Center doesn't seem to work.

    Thank you


    *****************************************
    Failed to download package files
    Check your Internet connection.




    Failed to fetch http://security.ubuntu.com/ubuntu/po...3.04.1_all.deb 404 Not Found [IP: 91.189.91.15 80]
    Failed to fetch http://security.ubuntu.com/ubuntu/po....04.1_i386.deb 404 Not Found [IP: 91.189.91.15 80]

  2. #2
    Join Date
    Jul 2008
    Location
    The Left Coast of the USA
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: How to install XBMC on Ubuntu?

    Hello!

    Which version of Ubuntu are you running?
    Please read The Forum Rules and The Forum Posting Guidelines

    A thing discovered and kept to oneself must be discovered time and again by others. A thing discovered and shared with others need be discovered only the once.
    This universe is crazy. I'm going back to my own.

  3. #3
    Join Date
    Jan 2013
    Beans
    111

    Re: How to install XBMC on Ubuntu?

    I am using Ubuntu 13.04 right now, will be upgrading to 13.10 soon.

  4. #4
    Join Date
    Jul 2008
    Location
    The Left Coast of the USA
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: How to install XBMC on Ubuntu?

    Could you please post the contents of /etc/apt/sources.list?

    Please place it in code tags by clicking the "#" symbol above the input box, placing your cursor between the code tags generated and pasting.
    Please read The Forum Rules and The Forum Posting Guidelines

    A thing discovered and kept to oneself must be discovered time and again by others. A thing discovered and shared with others need be discovered only the once.
    This universe is crazy. I'm going back to my own.

  5. #5
    Join Date
    Jan 2013
    Beans
    111

    Re: How to install XBMC on Ubuntu?

    Here is the contents of the requested file.

    Code:
    # deb cdrom:[Ubuntu 13.04 _Raring Ringtail_ - Release i386 (20130424)]/ raring main restricted
    
    # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
    # newer versions of the distribution.
    deb http://ca.archive.ubuntu.com/ubuntu/ raring main restricted
    deb-src http://ca.archive.ubuntu.com/ubuntu/ raring main restricted
    
    
    ## Major bug fix updates produced after the final release of the
    ## distribution.
    deb http://ca.archive.ubuntu.com/ubuntu/ raring-updates main restricted
    deb-src http://ca.archive.ubuntu.com/ubuntu/ raring-updates main restricted
    
    
    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    ## team. Also, please note that software in universe WILL NOT receive any
    ## review or updates from the Ubuntu security team.
    deb http://ca.archive.ubuntu.com/ubuntu/ raring universe
    deb-src http://ca.archive.ubuntu.com/ubuntu/ raring universe
    deb http://ca.archive.ubuntu.com/ubuntu/ raring-updates universe
    deb-src http://ca.archive.ubuntu.com/ubuntu/ raring-updates universe
    
    
    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
    ## team, and may not be under a free licence. Please satisfy yourself as to 
    ## your rights to use the software. Also, please note that software in 
    ## multiverse WILL NOT receive any review or updates from the Ubuntu
    ## security team.
    deb http://ca.archive.ubuntu.com/ubuntu/ raring multiverse
    deb-src http://ca.archive.ubuntu.com/ubuntu/ raring multiverse
    deb http://ca.archive.ubuntu.com/ubuntu/ raring-updates multiverse
    deb-src http://ca.archive.ubuntu.com/ubuntu/ raring-updates multiverse
    
    
    ## N.B. software from this repository may not have been tested as
    ## extensively as that contained in the main release, although it includes
    ## newer versions of some applications which may provide useful features.
    ## Also, please note that software in backports WILL NOT receive any review
    ## or updates from the Ubuntu security team.
    deb http://ca.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse
    deb-src http://ca.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse
    
    
    deb http://security.ubuntu.com/ubuntu raring-security main restricted
    deb-src http://security.ubuntu.com/ubuntu raring-security main restricted
    deb http://security.ubuntu.com/ubuntu raring-security universe
    deb-src http://security.ubuntu.com/ubuntu raring-security universe
    deb http://security.ubuntu.com/ubuntu raring-security multiverse
    deb-src http://security.ubuntu.com/ubuntu raring-security multiverse
    
    
    ## Uncomment the following two lines to add software from Canonical's
    ## 'partner' repository.
    ## This software is not part of Ubuntu, but is offered by Canonical and the
    ## respective vendors as a service to Ubuntu users.
    # deb http://archive.canonical.com/ubuntu raring partner
    # deb-src http://archive.canonical.com/ubuntu raring partner
    
    
    ## This software is not part of Ubuntu, but is offered by third-party
    ## developers who want to ship their latest software.
    deb http://extras.ubuntu.com/ubuntu raring main
    deb-src http://extras.ubuntu.com/ubuntu raring main

  6. #6
    Join Date
    Jul 2008
    Location
    The Left Coast of the USA
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: How to install XBMC on Ubuntu?

    OK. Could you try updating again in the terminal? Make the terminal as wide as you can, so the urls are not shortened.

    Highlight the 404s and paste those lines between code tags.
    Please read The Forum Rules and The Forum Posting Guidelines

    A thing discovered and kept to oneself must be discovered time and again by others. A thing discovered and shared with others need be discovered only the once.
    This universe is crazy. I'm going back to my own.

  7. #7
    Join Date
    Jan 2013
    Beans
    111

    Re: How to install XBMC on Ubuntu?

    Sorry, I'm kind of new to this, I know how to open a terminal session, but how do you update in terminal?

    To install XBMC, I have just been opening the Software Center, searching for it and then trying to install it. After a few minutes, it times out with the error in the original post.

  8. #8
    Join Date
    Jul 2008
    Location
    The Left Coast of the USA
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: How to install XBMC on Ubuntu?

    In the terminal, do

    Code:
    sudo apt-get update
    Please read The Forum Rules and The Forum Posting Guidelines

    A thing discovered and kept to oneself must be discovered time and again by others. A thing discovered and shared with others need be discovered only the once.
    This universe is crazy. I'm going back to my own.

  9. #9
    Join Date
    Jan 2013
    Beans
    111

    Re: How to install XBMC on Ubuntu?

    no error messages when I run that command

  10. #10
    Join Date
    Jul 2008
    Location
    The Left Coast of the USA
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: How to install XBMC on Ubuntu?

    OK, good. What we did was made sure your "catalogue" is up to date.

    Now let's make sure all of your currently installed software is up to date. The following command will not attempt to upgrade you to a new version of Ubuntu. It will attempt to upgrade your installed software.

    Code:
    sudo apt-get dist-upgrade
    Please read The Forum Rules and The Forum Posting Guidelines

    A thing discovered and kept to oneself must be discovered time and again by others. A thing discovered and shared with others need be discovered only the once.
    This universe is crazy. I'm going back to my own.

Page 1 of 2 12 LastLast

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
  •