Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11
Hi I am getting this when trying to install an app: # apt-get install kdenlive Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not ...
  1. #1
    Linux Newbie
    Join Date
    Apr 2007
    Location
    Sydney, Australia
    Posts
    156

    [SOLVED] Unmet dependencies?

    Hi I am getting this when trying to install an app:

    # apt-get install kdenlive
    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.

    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:
    kdenlive: Depends: libmlt++0.2.3 (>= 0.2.2) but it is not going to be installed
    Depends: libmlt0.2.3 (>= 0.2.2) but it is not going to be installed
    E: Broken packages

    Does anyone know what this means?

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    su
    apt-get clean all
    apt-get update
    apt-get install kdenlive
    Post error message here, if any.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Linux Newbie
    Join Date
    Apr 2007
    Location
    Sydney, Australia
    Posts
    156
    su root
    Password:
    carla:/home/carla# apt-get clean-all
    E: Invalid operation clean-all

  4. #4
    oz
    oz is online now
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,086
    No, not clean-all...

    It should be clean all without a dash in it.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  5. #5
    Linux Newbie
    Join Date
    Apr 2007
    Location
    Sydney, Australia
    Posts
    156
    Ooops....late night!
    This is what I got:
    su root
    Password:
    carla:/home/carla# apt-get clean all
    carla:/home/carla# apt-get update
    Get:1 Debian -- Security Information etch/updates Release.gpg [189B]
    Get:2 Debian -- Security Information etch/updates Release [22.5kB]
    Get:3 Debian Multimedia Packages::Home etch Release.gpg [189B]
    Hit Debian Multimedia Packages::Home etch Release
    Ign Debian Multimedia Packages::Home etch/main Packages/DiffIndex
    Hit Debian Multimedia Packages::Home etch/main Packages
    Ign Debian -- Security Information etch/updates/main Packages/DiffIndex
    Ign Debian -- Security Information etch/updates/non-free Packages/DiffIndex
    Ign Debian -- Security Information etch/updates/main Sources/DiffIndex
    Ign Debian -- Security Information etch/updates/non-free Sources/DiffIndex
    Get:4 Debian -- Security Information etch/updates/main Packages [197kB]
    Hit Debian -- Security Information etch/updates/non-free Packages
    Get:5 Debian -- Security Information etch/updates/main Sources [26.8kB]
    Hit Debian -- Security Information etch/updates/non-free Sources
    Get:6 mirror.linux.org.au | Linux Australia's Free and Open Source Software and related multimedia content mirror etch Release.gpg [378B]
    Hit mirror.linux.org.au | Linux Australia's Free and Open Source Software and related multimedia content mirror etch Release
    Ign mirror.linux.org.au | Linux Australia's Free and Open Source Software and related multimedia content mirror etch/main Packages/DiffIndex
    Ign mirror.linux.org.au | Linux Australia's Free and Open Source Software and related multimedia content mirror etch/main Sources/DiffIndex
    Hit mirror.linux.org.au | Linux Australia's Free and Open Source Software and related multimedia content mirror etch/main Packages
    Hit mirror.linux.org.au | Linux Australia's Free and Open Source Software and related multimedia content mirror etch/main Sources
    Fetched 247kB in 27s (8847B/s)
    Reading package lists... Done
    carla:/home/carla# apt-get install kdenlive
    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.

    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:
    kdenlive: Depends: libmlt++0.2.3 (>= 0.2.2) but it is not going to be installed
    Depends: libmlt0.2.3 (>= 0.2.2) but it is not going to be installed
    E: Broken packages

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Code:
    apt-get -f install
    apt-get clean all
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Linux Newbie
    Join Date
    Apr 2007
    Location
    Sydney, Australia
    Posts
    156
    Is this right?
    carla:/home/carla# apt-get -f install
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following packages were automatically installed and are no longer required:
    libglib1.2ldbl libneon25 libgtk1.2 libwxgtk2.4-1 libgtk1.2-common
    Use 'apt-get autoremove' to remove them.
    0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
    carla:/home/carla# apt-get clean all
    carla:/home/carla#



    Ooops I did apt-get update and then apt-get install kdenlive and got the same unmet dependencies error/problem.

    Ah I just noticed the apt-get autoremove....does this mean that I have to type those things like libglib1.2dbl ? I dunno in what order or how?
    Last edited by rapattack; 12-21-2007 at 07:53 AM. Reason: more info

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Just execute apt-get autoremove command.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  9. #9
    Linux Newbie
    Join Date
    Apr 2007
    Location
    Sydney, Australia
    Posts
    156
    apt-get autoremove
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following packages were automatically installed and are no longer required:
    libglib1.2ldbl libneon25 libgtk1.2 libwxgtk2.4-1 libgtk1.2-common
    The following packages will be REMOVED:
    libglib1.2ldbl libgtk1.2 libgtk1.2-common libneon25 libwxgtk2.4-1
    0 upgraded, 0 newly installed, 5 to remove and 1 not upgraded.
    Need to get 0B of archives.
    After unpacking 7766kB disk space will be freed.
    Do you want to continue [Y/n]? y
    perl: warning: Setting locale failed.
    perl: warning: Please check that your locale settings:
    LANGUAGE = (unset),
    LC_ALL = (unset),
    LANG = "en_AU.UTF-8"
    are supported and installed on your system.
    perl: warning: Falling back to the standard locale ("C").
    locale: Cannot set LC_CTYPE to default locale: No such file or directory
    locale: Cannot set LC_MESSAGES to default locale: No such file or directory
    locale: Cannot set LC_ALL to default locale: No such file or directory
    (Reading database ... 149494 files and directories currently installed.)
    Removing libwxgtk2.4-1 ...
    Removing libgtk1.2 ...
    Removing libglib1.2ldbl ...
    Removing libgtk1.2-common ...
    Removing libneon25 ...
    carla:/home/carla#

    Is this also what is causing problems?
    apt-get upgrade
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following packages have been kept back:
    linux-image-2.6-486
    0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
    Last edited by rapattack; 12-21-2007 at 08:43 AM. Reason: more info

  10. #10
    Linux Newbie
    Join Date
    Apr 2007
    Location
    Sydney, Australia
    Posts
    156

    Yippee

    It worked now I have kdenlive. Your really patient with this beginner! Thanks!!!

Page 1 of 2 1 2 LastLast

Posting Permissions

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