Announcement

Collapse
No announcement yet.

error message after fetch packages

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

    error message after fetch packages

    when i try to install any package from adept manager when the adept try to install error message appear says cann't commit changes , package may not make correctly "or some thing this si mean"


    #2
    Re: error message after fetch packages

    Open a Konsole window, and try these, one at a time:

    Code:
    sudo dpkg --configure -a
    Code:
    sudo apt-get autoclean
    Code:
    sudo apt-get update
    Code:
    sudo apt-get install

    Comment

    Working...
    X