Announcement

Collapse
No announcement yet.

Dependecy resolution failed.(solved)

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

    Dependecy resolution failed.(solved)

    Hi guys...well im having a problem with updating....and i suppose its normal since last time i was half way updating the packages the lights of my house just went off and my computer turned off...lol.

    And now everytime i try to updates that error appears...what can i do to solve it??

    Thanks.

    #2
    Re: Dependecy resolution failed.

    Try...

    Opening a Terminal and issuing the command:
    sudo apt-get install -f
    What happens?
    "A problem well stated is a problem half solved." --Charles F. Kettering
    "Sometimes the questions are complicated and the answers are simple."--Dr. Seuss

    Comment


      #3
      Re: Dependecy resolution failed.

      this is what says when i write that command:

      kira@Kira-Laptop:~$ sudo apt-get install -f
      [sudo] password for kira:
      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      Correcting dependencies... Done
      The following extra packages will be installed:
      libpng12-dev
      The following packages will be upgraded:
      libpng12-dev
      1 upgraded, 0 newly installed, 0 to remove and 9 not upgraded.
      31 not fully installed or removed.
      Need to get 0B/255kB of archives.
      After this operation, 16.4kB disk space will be freed.
      Do you want to continue [Y/n]? y
      E: Invalid archive signature
      E: Prior errors apply to /var/cache/apt/archives/libpng12-dev_1.2.37-1ubuntu0.1_i386.deb
      debconf: apt-extracttemplates failed: Bad file descriptor
      dpkg-deb: `/var/cache/apt/archives/libpng12-dev_1.2.37-1ubuntu0.1_i386.deb' is not a debian format archive
      dpkg: error processing /var/cache/apt/archives/libpng12-dev_1.2.37-1ubuntu0.1_i386.deb (--unpack):
      subprocess dpkg-deb --control returned error exit status 2
      Errors were encountered while processing:
      /var/cache/apt/archives/libpng12-dev_1.2.37-1ubuntu0.1_i386.deb
      E: Sub-process /usr/bin/dpkg returned an error code (1)
      kira@Kira-Laptop:~$

      Comment


        #4
        Re: Dependecy resolution failed.

        Failed update.

        In a console, type:
        Code:
        sudo apt-get autoclean
        sudo apt-get clean
        sudo apt-get autoremove
        sudp apt-get update
        The first three commands will clean out the downloaded packages in /var/cache/apt/archives and /var/cache/apt/archives/partial and the last command updates the cache.
        Windows no longer obstructs my view.
        Using Kubuntu Linux since March 23, 2007.
        "It is a capital mistake to theorize before one has data." - Sherlock Holmes

        Comment


          #5
          Re: Dependecy resolution failed.

          thanks dude came pretty hdany

          Comment


            #6
            Re: Dependecy resolution failed.(solved)

            Windows no longer obstructs my view.
            Using Kubuntu Linux since March 23, 2007.
            "It is a capital mistake to theorize before one has data." - Sherlock Holmes

            Comment

            Working...
            X