Announcement

Collapse
No announcement yet.

HELP!!!

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

    HELP!!!

    I was trying to install a package and accidentally forgot to agree to the license terms and adept crashed. Now I have the following message below and I can't figure out how to stop it!

    "You will not be able to change your system settings in any way (install, remove or upgrade software), because another process is using the packaging system database (probably some other Adept application or apt-get or aptitude). Please close the other application before using this one."

    #2
    Re: HELP!!!

    apt-get -f install in konsole

    or dpkg--configure -a

    delete all you find in /tmp

    reboot

    Comment


      #3
      Re: HELP!!!

      Open the Konsole, and enter
      Code:
      sudo dpkg --configure -a
      Then
      Code:
      sudo apt-get install
      Code:
      sudo apt-get autoclean
      Code:
      sudo apt-get autoremove
      and you should be good to go with the Adept Manager. 8)


      EDIT: orrrr, do what FAST COYOTL says

      Comment

      Working...
      X