Results 1 to 5 of 5

Thread: Gimp install error please help

  1. #1
    Join Date
    2014-Feb
    Posts
    3

    Gimp install error please help

    I've searched here and elsewhere and can't find a solution that works. When I type apt-get install gimp this happens... I tried so many things like updates, 32 bit program on 64 bit from the forum here, but nothing changes. I did run the live usb for kali and installed and used no problem. ONce I installed it as my only operating system this is all I get. Please please help!

    root@kali:~# apt-get install gimp
    Reading package lists... Done
    Building dependency tree
    Reading state information... 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.
    The following information may help to resolve the situation:

    The following packages have unmet dependencies:
    gimp : Depends: libbabl-0.1-0 (>= 0.1.10) but it is not installable
    Depends: libgegl-0.2-0 (>= 0.2.0) but it is not installable
    E: Unable to correct problems, you have held broken packages.
    root@kali:~#

    MANY thanks!

  2. #2
    Join Date
    2013-Mar
    Location
    milano
    Posts
    301
    Quote Originally Posted by meusikman21 View Post
    I've searched here and elsewhere and can't find a solution that works. When I type apt-get install gimp this happens... I tried so many things like updates, 32 bit program on 64 bit from the forum here, but nothing changes. I did run the live usb for kali and installed and used no problem. ONce I installed it as my only operating system this is all I get. Please please help!

    root@kali:~# apt-get install gimp
    Reading package lists... Done
    Building dependency tree
    Reading state information... 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.
    The following information may help to resolve the situation:

    The following packages have unmet dependencies:
    gimp : Depends: libbabl-0.1-0 (>= 0.1.10) but it is not installable
    Depends: libgegl-0.2-0 (>= 0.2.0) but it is not installable
    E: Unable to correct problems, you have held broken packages.
    root@kali:~#

    MANY thanks!
    hi
    i Don't have any issue to install gimp in my kali's:

    1.06x32
    http://www.imagestime.com/show.php/923792_1.PNG.html

    1.06x64
    http://www.imagestime.com/show.php/923793_2.PNG.html

    1.05x64
    http://www.imagestime.com/show.php/923795_3.PNG.html

    @@click_ON_to_ZoOm

    ARE your kali update/upgrade && are your REPO-LIST ""settings"" OK?
    Last edited by zimmaro; 2014-02-22 at 10:09.

  3. #3
    Join Date
    2014-Feb
    Posts
    3
    I did update/upgrade kali as the first attempt to resolve the issue. All updates and upgrades went smoothly then the same message. I'm not sure how to check repo-list "settings" . I will do a search to see if I can find out how.

  4. #4
    Join Date
    2014-Feb
    Posts
    3
    Don't know if this helps but here's what I get

    root@kali:~# apt-get install gimp
    Reading package lists... Done
    Building dependency tree
    Reading state information... 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.
    The following information may help to resolve the situation:

    The following packages have unmet dependencies:
    gimp : Depends: libbabl-0.1-0 (>= 0.1.10) but it is not installable
    Depends: libgegl-0.2-0 (>= 0.2.0) but it is not installable
    E: Unable to correct problems, you have held broken packages.
    root@kali:~# cat /etc/apt/sources.list
    #

    # deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot amd64 LIVE/INSTALL Binary 20130905-07:57]/ kali contrib main non-free

    #deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot amd64 LIVE/INSTALL Binary 20130905-07:57]/ kali contrib main non-free

    ## Security updates
    deb http://security.kali.org/kali-security kali/updates main contrib non-free
    root@kali:~# uname .r
    uname: extra operand `.r'
    Try `uname --help' for more information.
    root@kali:~# uname -r
    3.7-trunk-amd64
    root@kali:~# cat /etc/issue
    Kali GNU/Linux 1.0 \n \l

    root@kali:~# cat /etc/apt/sources.list
    #

    # deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot amd64 LIVE/INSTALL Binary 20130905-07:57]/ kali contrib main non-free

    #deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot amd64 LIVE/INSTALL Binary 20130905-07:57]/ kali contrib main non-free

    ## Security updates
    deb http://security.kali.org/kali-security kali/updates main contrib non-free
    root@kali:~# apt-get install gimp
    Reading package lists... Done
    Building dependency tree
    Reading state information... 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.
    The following information may help to resolve the situation:

    The following packages have unmet dependencies:
    gimp : Depends: libbabl-0.1-0 (>= 0.1.10) but it is not installable
    Depends: libgegl-0.2-0 (>= 0.2.0) but it is not installable
    E: Unable to correct problems, you have held broken packages.
    root@kali:~#

  5. #5
    Add the following to your sources:

    deb http://http.kali.org/kali kali main non-free contrib
    deb-src http://http.kali.org/kali kali main non-free contrib
    deb-src http://security.kali.org/kali-security kali/updates main contrib non-free

    Then you apt-get update && apt-get upgrade and then apt-get install gimp
    Where is the darn "any key" key?

Similar Threads

  1. GIMP on Kali?
    By JRWoodwardMSW in forum General Archive
    Replies: 1
    Last Post: 2022-06-10, 01:44

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •