Announcement

Collapse
No announcement yet.

kdebase-dev

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    kdebase-dev

    I'm trying to install kdebase-dev but I continue to get this error:

    Reading package lists... Done
    Building dependency tree... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.

    Since you only requested a single operation it is extremely likely that
    the package is simply not installable and a bug report against
    that package should be filed.
    The following information may help to resolve the situation:

    The following packages have unmet dependencies:
    kdebase-dev: Depends: kdelibs4-dev (>= 4:3.4.1) but it is not going to be installed
    E: Broken packages

    I've tried to install kdelibs-dev:

    Reading package lists... Done
    Building dependency tree... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.

    Since you only requested a single operation it is extremely likely that
    the package is simply not installable and a bug report against
    that package should be filed.
    The following information may help to resolve the situation:

    The following packages have unmet dependencies:
    kdelibs4-dev: Depends: libarts1-dev (>= 1.4.0) but it is not going to be installed
    Depends: libcupsys2-dev but it is not going to be installed
    Depends: libidn11-dev but it is not going to be installed
    Depends: libjasper-1.701-dev but it is not going to be installed
    Depends: libxslt1-dev but it is not going to be installed
    E: Broken packages

    Why can't apt resolve these dependencies?
    Can someone help me?

    #2
    Re: kdebase-dev

    Hi:

    You may not have all the necessary repository information listed in your /etc/apt/sources.list.

    Here's a copy of mine you can use:

    deb cdrom:[Kubuntu 5.10 _Breezy Badger_ - Preview i386 (20050908)]/ breezy main restricted
    deb http://us.archive.ubuntu.com/ubuntu breezy main restricted
    deb-src http://us.archive.ubuntu.com/ubuntu breezy main restricted
    #
    ## Major bug fix updates produced after the final release of the
    ## distribution.
    deb http://us.archive.ubuntu.com/ubuntu breezy-updates main restricted
    deb-src http://us.archive.ubuntu.com/ubuntu breezy-updates main restricted
    #
    ## Uncomment the following two lines to add software from the 'universe'
    ## repository.
    ## 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
    ## universe WILL NOT receive any review or updates from the Ubuntu security
    ## team.
    deb http://us.archive.ubuntu.com/ubuntu breezy universe
    deb-src http://us.archive.ubuntu.com/ubuntu breezy universe
    #
    deb http://security.ubuntu.com/ubuntu breezy-security main restricted
    deb-src http://security.ubuntu.com/ubuntu breezy-security main restricted
    #
    deb http://security.ubuntu.com/ubuntu breezy-security universe
    deb-src http://security.ubuntu.com/ubuntu breezy-security universe
    #
    deb http://ubuntu-backports.mirrormax.net/ breezy-extras main universe multiverse restricted
    #deb ftp://ftp.nerim.net/debian-marillat/ testing main
    #
    deb http://archive.ubuntu.com/ubuntu breezy universe multiverse
    deb-src http://archive.ubuntu.com/ubuntu breezy universe multiverse

    After editing your sources.list, open a prompt (terminal) and type the following:

    "sudo apt-get update"

    Then try installing the application again.

    Regards.

    Comment


      #3
      Re: kdebase-dev

      Still getting the same error...

      Reading package lists... Done
      Building dependency tree... Done
      Some packages could not be installed. This may mean that you have
      requested an impossible situation or if you are using the unstable
      distribution that some required packages have not yet been created
      or been moved out of Incoming.

      Since you only requested a single operation it is extremely likely that
      the package is simply not installable and a bug report against
      that package should be filed.
      The following information may help to resolve the situation:

      The following packages have unmet dependencies:
      kdebase-dev: Depends: kdelibs4-dev (>= 4:3.4.1) but it is not going to be installed
      E: Broken packages


      Thanks anyway...

      Comment

      Working...
      X