Announcement

Collapse
No announcement yet.

unable to install using apt

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

    unable to install using apt

    apt-get install gaim
    Password:
    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:
    gaim: Depends: libatk1.0-0 (>= 1.9.0) but it is not installable
    Depends: libgtk2.0-0 (>= 2.6.0) but it is not installable
    Depends: libgtkspell0 (>= 2.0.2) but it is not installable
    Depends: libpango1.0-0 (>= 1.8.1) but it is not installable
    E: Broken packages

    I even tried different packages but i get the same error ? any idea ?

    #2
    Re: unable to install using apt

    can you post your /etc/apt/source.list file contents ?

    I guess you using debtag(or something like this, I can't recall the name properly) repositories, they don't play well with kubuntu.
    cheers!
    -=|From the desk of|=-
    «•´`•.(*•.¸(`•.¸ ¸.•´)¸.•*).•´`•»
    «•´¨*•.¸¸whoiam55.¸¸.•*¨`•»
    «•´`•.(¸.•´(¸.•* *•.¸)`•.¸).•´`•»
    Reg. Linux User # 400637

    Comment


      #3
      Re: unable to install using apt

      Originally posted by whoiam55
      can you post your /etc/apt/source.list file contents ?

      I guess you using debtag(or something like this, I can't recall the name properly) repositories, they don't play well with kubuntu.
      heres the content of my source list

      deb cdrom:[Kubuntu 5.04 _Hoary Hedgehog_ - Release i386 (20050407)]/ hoary main re
      stricted


      ## Uncomment the following two lines to fetch updated software from the network
      # deb http://ph.archive.ubuntu.com/ubuntu hoary main restricted
      # deb-src http://ph.archive.ubuntu.com/ubuntu hoary main restricted

      ## Uncomment the following two lines to fetch major bug fix updates produced
      ## after the final release of the distribution.
      # deb http://ph.archive.ubuntu.com/ubuntu hoary-updates main restricted
      # deb-src http://ph.archive.ubuntu.com/ubuntu hoary-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://ph.archive.ubuntu.com/ubuntu hoary universe
      # deb-src http://ph.archive.ubuntu.com/ubuntu hoary universe

      deb http://security.ubuntu.com/ubuntu hoary-security main restricted
      deb-src http://security.ubuntu.com/ubuntu hoary-security main restricted

      # deb http://security.ubuntu.com/ubuntu hoary-security universe
      # deb-src http://security.ubuntu.com/ubuntu hoary-security universe

      Comment


        #4
        Re: unable to install using apt

        Enable universe.

        Comment


          #5
          Re: unable to install using apt

          I don't know. According to this packages search, you shouldn't have to enable universe.
          Linux is ready for the desktop--but whose desktop?<br />How to install software in Kubuntu

          Comment


            #6
            Re: unable to install using apt

            yeah, but I guess you need universe to install these packages
            Code:
            gaim: Depends: libatk1.0-0 (>= 1.9.0) but it is not installable
                Depends: libgtk2.0-0 (>= 2.6.0) but it is not installable
                Depends: libgtkspell0 (>= 2.0.2) but it is not installable
                Depends: libpango1.0-0 (>= 1.8.1) but it is not installable
            cheers!
            -=|From the desk of|=-
            «•´`•.(*•.¸(`•.¸ ¸.•´)¸.•*).•´`•»
            «•´¨*•.¸¸whoiam55.¸¸.•*¨`•»
            «•´`•.(¸.•´(¸.•* *•.¸)`•.¸).•´`•»
            Reg. Linux User # 400637

            Comment


              #7
              Re: unable to install using apt

              Originally posted by whoiam55
              yeah, but I guess you need universe to install these packages
              Code:
              gaim: Depends: libatk1.0-0 (>= 1.9.0) but it is not installable
                  Depends: libgtk2.0-0 (>= 2.6.0) but it is not installable
                  Depends: libgtkspell0 (>= 2.0.2) but it is not installable
                  Depends: libpango1.0-0 (>= 1.8.1) but it is not installable
              I tried enabling universe to no avail...but i came up with these

              deb cdrom:[Kubuntu 5.04 _Hoary Hedgehog_ - Release i386 (20050407)]/ hoary main restricted


              ## Uncomment the following two lines to fetch updated software from the network
              deb http://ph.archive.ubuntu.com/ubuntu hoary main restricted
              deb-src http://ph.archive.ubuntu.com/ubuntu hoary main restricted

              ## Uncomment the following two lines to fetch major bug fix updates produced
              ## after the final release of the distribution.
              deb http://ph.archive.ubuntu.com/ubuntu hoary-updates main restricted
              deb-src http://ph.archive.ubuntu.com/ubuntu hoary-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://ph.archive.ubuntu.com/ubuntu hoary universe
              #deb-src http://ph.archive.ubuntu.com/ubuntu hoary universe

              deb http://security.ubuntu.com/ubuntu hoary-security main restricted
              deb-src http://security.ubuntu.com/ubuntu hoary-security main restricted

              #deb http://security.ubuntu.com/ubuntu hoary-security universe
              #deb-src http://security.ubuntu.com/ubuntu hoary-security universe
              ~


              run apt-get update ....

              it solve my problem...thanks to all..cheers

              Comment

              Working...
              X