Results 1 to 9 of 9

Thread: lsb-core refuses installation

  1. #1
    Join Date
    Jun 2007
    Location
    Pretoria RSA
    Beans
    271
    Distro
    Ubuntu

    lsb-core refuses installation

    Ubuntu maverick.Googleearth can now successfully run on 10.10 providing lsb-core is installed.
    arrached is a screenshot of error I get during installation.Can anyone please tell me what to do to to get lsb-core installed? The suggested action doesn't work.
    Attached Images Attached Images

  2. #2
    Join Date
    Jun 2007
    Location
    Pretoria RSA
    Beans
    271
    Distro
    Ubuntu

    Re: lsb-core refuses installation

    Sorry for that ,here is a better photo
    Attached Images Attached Images

  3. #3
    Join Date
    Nov 2007
    Location
    Surrey, England
    Beans
    259
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: lsb-core refuses installation

    run
    Code:
    sudo apt-get update
    first to update the list of packages available in the repositories, then
    Code:
    sudo apt-get install lsb-core

  4. #4
    Join Date
    Jun 2007
    Location
    Pretoria RSA
    Beans
    271
    Distro
    Ubuntu

    Re: lsb-core refuses installation

    Thanks for your time.Exactly the same error comes up

  5. #5
    Join Date
    Nov 2007
    Location
    Surrey, England
    Beans
    259
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: lsb-core refuses installation

    There is a space between ubuntu/ and maverick in your URL, which is wrong.

    Type this command into a terminal window to edit your sources.list file and remove the offending space:

    Code:
    gksudo gedit /etc/apt/sources.list &
    and then run the commands I gave earlier to update your package information and try installing lsb-core again.

    EDIT - ignore that (my mistake), please post the content of /etc/apt/sources.list so I can see what you have.
    Last edited by cavh; February 14th, 2011 at 02:20 PM.

  6. #6
    Join Date
    Jun 2007
    Location
    Pretoria RSA
    Beans
    271
    Distro
    Ubuntu

    Re: lsb-core refuses installation

    Quote Originally Posted by cavh View Post
    There is a space between ubuntu/ and maverick in your URL, which is wrong.

    Type this command into a terminal window to edit your sources.list file and remove the offending space:

    Code:
    gksudo gedit /etc/apt/sources.list &
    and then run the commands I gave earlier to update your package information and try installing lsb-core again.

    EDIT - ignore that (my mistake), please post the content of /etc/apt/sources.list so I can see what you have.
    sorry for only coming back now but things have been a bit hectic.Thanks for your help.
    If I type /etc/apt/sources.list in root or normal terminal it says permission is denied.Am I doing it incorrectly? Just to give you a bit of background,everything revolves around the installation of googleearth which I use in my line of business.I have now for three years and four complete system installations been trying to get it going with no luck.
    Thanks.

  7. #7
    Join Date
    Jun 2007
    Location
    Pretoria RSA
    Beans
    271
    Distro
    Ubuntu

    Re: lsb-core refuses installation

    I got hold of the sources list:
    deb http://archive.ubuntu.com/ubuntu maverick main restricted
    deb-src http://archive.ubuntu.com/ubuntu maverick main restricted

    ## Major bug fix updates produced after the final release of the
    ## distribution.
    deb http://archive.ubuntu.com/ubuntu maverick-updates main restricted
    deb-src http://archive.ubuntu.com/ubuntu maverick-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://archive.ubuntu.com/ubuntu maverick universe
    deb-src http://archive.ubuntu.com/ubuntu maverick universe
    deb http://archive.ubuntu.com/ubuntu maverick-updates universe
    deb-src http://archive.ubuntu.com/ubuntu maverick-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://archive.ubuntu.com/ubuntu maverick multiverse
    deb-src http://archive.ubuntu.com/ubuntu maverick multiverse
    deb http://archive.ubuntu.com/ubuntu maverick-updates multiverse
    deb-src http://archive.ubuntu.com/ubuntu maverick-updates multiverse

    ## Uncomment the following two lines to add software from the 'backports'
    ## repository.
    ## 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://za.archive.ubuntu.com/ubuntu/ maverick-backports main restricted universe multiverse
    # deb-src http://za.archive.ubuntu.com/ubuntu/ maverick-backports main restricted universe 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 maverick partner
    # deb-src http://archive.canonical.com/ubuntu maverick 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 maverick main
    deb-src http://extras.ubuntu.com/ubuntu maverick main

    deb http://archive.ubuntu.com/ubuntu maverick-security main restricted
    deb-src http://archive.ubuntu.com/ubuntu maverick-security main restricted
    deb http://archive.ubuntu.com/ubuntu maverick-security universe
    deb-src http://archive.ubuntu.com/ubuntu maverick-security universe
    deb http://archive.ubuntu.com/ubuntu maverick-security multiverse
    deb-src http://archive.ubuntu.com/ubuntu maverick-security multiverse

  8. #8
    Join Date
    Jun 2007
    Location
    Pretoria RSA
    Beans
    271
    Distro
    Ubuntu

    Re: lsb-core refuses installation

    finally installed the normal way.

  9. #9
    Join Date
    Sep 2010
    Beans
    3
    Distro
    Ubuntu

    Re: lsb-core refuses installation

    Is your problem is solved?
    How,

    thanks

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
  •