Announcement

Collapse
No announcement yet.

Todays Adept fun...

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

    Todays Adept fun...

    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
    I've tried a complete shut down and restart. Then, when logged on, I load adept and nothing else. And no I don't have anything else going.

    Advice?
    Registered Linux User: 450747<br />Registered Ubuntu User: 16269

    #2
    Re: Todays Adept fun...

    Code:
    sudo dpkg --configure -a
    might work. After that

    Code:
    sudo apt-get autoclean
    and
    Code:
    sudo apt-get autoremove

    Comment

    Working...
    X