Announcement

Collapse
No announcement yet.

adept installer is broken

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

    adept installer is broken

    There was an error commiting changes. Possibly there was a problem downloading some packages or the commit would break packages.



    What does it mean when adept installer says,database is locked?

    #2
    Re: adept installer is broken

    There's a fancy "package manager" in the guts of your Linux system that Adept (and Synaptic) are designed to hide from you, while providing easy access to the application packages.

    When there's a problem of the type you describe, you need to close Adept, open your Konsole, and enter the following:

    Code:
    sudo dpkg --configure -a
    Code:
    sudo apt-get update
    Code:
    sudo apt-get install
    Code:
    sudo apt-get autoclean
    This will normally straighten out the problem with the package manager, load and install any missing updates, and then clean out the cache.

    Comment


      #3
      Re: adept installer is broken

      the only code that worked is update.

      the others that didn't are as follows:

      dale1958@pepsinut666:~$ sudo apt-get install
      E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
      dale1958@pepsinut666:~$ sudo apt-get autoclean
      E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
      dale1958@pepsinut666:~$ sudo dkpg --configure -a
      sudo: dkpg: command not found


      i sure hope to get this fixed soon i'm new to kubuntu,that's why i'm soooooooooo lost

      Comment


        #4
        Re: adept installer is broken

        dale1958@pepsinut666:~$ sudo dkpg --configure -a
        sudo: dkpg: command not found
        Maybe you should use:
        Code:
        sudo dpkg --configure -a

        Comment


          #5
          Re: adept installer is broken

          Originally posted by seaofpepsi48456

          i sure hope to get this fixed soon i'm new to kubuntu,that's why i'm soooooooooo lost
          Good news -- you're about to get it fixed right now!

          It is D-P-K-G .... no dyslexia allowed when entering Linux commands!

          Comment


            #6
            Re: adept installer is broken

            how do i run the terminal when it won't run on it's own?

            Comment


              #7
              Re: adept installer is broken



              It looks like you had it running correctly before -- I see a "dale1958@pepsinut666:~$" prompt. Do what you did when you ran it like that!

              Comment


                #8
                Re: adept installer is broken

                the terminal won't do anything after i put in the codes.
                and what does this mean?
                [sudo] password for dale1958
                and i can't type it in?

                sorry i have so many questions

                Comment


                  #9
                  Re: adept installer is broken

                  The password does not show on the screen when you type it. Just type it in (carefully -- no errors allowed) and hit "Enter" and the prompt should come up with a $_ for you. Or if you are using "sudo" for the command, it will execute the command.

                  Comment

                  Users Viewing This Topic

                  Collapse

                  There are 0 users viewing this topic.

                  Working...
                  X