Announcement

Collapse
No announcement yet.

Full Upgrade Error?

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

    Full Upgrade Error?

    while unpacking the packages, it stopped..and it says "There was an error committing changes. Possibly there was a problem downloading some packages or the commit would break packages." and then after that whenever i open the adept manager it prompts that another process is using the packaging system...how am i going to resolve this?

    #2
    Re: Full Upgrade Error?

    we should be able to fix this.

    pls, close adept or any other gui that manages packages.
    open up a konsole.

    enter the following commands:
    Code:
    sudo -i
    this will get you a root shell (administrator's commands interpreter)
    you should be very careful as to what you type from now on.

    Code:
    apt-get update
    this will update the packages cache based on your new repositories files.

    you should end up with a series of hit messages and something like
    ...
    Fetched 6B in 1s (5B/s)
    Reading package lists... Done
    in case of error messages here, it means you cannot reach all your repositories.
    which in turn means you cannot update properly.

    Code:
    apt-get install --fix-broken
    this will install whatever adept left behind and fix any broken dependencies.

    see if this help...
    pls, post back any error messages or questions if you're unsure.

    cheers
    gnu/linux is not windoze

    Comment


      #3
      Re: Full Upgrade Error?

      thank you, i hope i would be able to try this very soon..my network card got busted...im using XP as of now...i have another issue, i can't install the required codecs for the MP3 files. the prompt is very similar to the upgrade failure..while the system is installing the packages, it suddenly stops saying it couldn't succesfully install the codecs for some reasons...thanks for the help jankushka!

      Comment

      Working...
      X