Announcement

Collapse
No announcement yet.

Adept won't update.

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

    Adept won't update.

    Hey. I am new to Kubuntu from openSUSE (and still overall a Linux noob) and I've run into a update problem. Adept shows that I need to update, but when I click and type in my password, I get this error:

    "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 have no idea if I have another updater or what, does anyone know how to help me fix this.

    Thanks.


    #2
    Re: Adept won't update.

    http://kubuntuforums.net/forums/index.php?topic=14042.0

    Comment


      #3
      Re: Adept won't update.

      Thanks, I shoulda check the forum too. I guess I'm too impulsive

      Comment


        #4
        Re: Adept won't update.

        I had the same problem and received this instruction. It worked for me.

        ps -ewf| grep adept|grep -v grep|awk '{print $2}'

        This will list all process being used by adept, one per line. Next you
        want a sure way to destroy these processes:

        sudo kill -9 <process>

        Where <process> is each process number separated by a space. for
        example if you got two lines like these:
        7513
        12158

        Your command will look like this:

        sudo kill -9 7513 12158

        Tpe your password when asked for it here.

        Hope it helps.

        Steven

        Comment

        Working...
        X