Announcement

Collapse
No announcement yet.

Adept won't start up anymore

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

    Adept won't start up anymore

    I accidentally deactivated all repositories in Adept, and the next time I tried to restart the program, the following error message came up:

    "The APT Database could not be opened! This may be caused by incorrect APT configuration or some similar problem. Try running apt-setup and apt-get update in terminal and see if it helps to resolve the problem."

    I am presuming this is due to having no active repositories, since that is the only change I made.

    Any help on how to get Adept up-and-running again is much appreciated!

    #2
    Re: Adept won't start up anymore

    try these commands:

    Code:
    sudo dpkg --configure -a
    or if that doesn't work

    Code:
    sudo apt-get -f install
    Jucato's Data Core

    Comment


      #3
      Re: Adept won't start up anymore

      Code:
      manuelkuhs@mk-tec:~$ sudo dpkg --configure -a
      dpkg: dependency problems prevent configuration of kmymoney2:
       kmymoney2 depends on libaqbanking16; however:
       Package libaqbanking16 is not installed.
       kmymoney2 depends on libgwenhywfar38 (>= 2.1.1); however:
       Package libgwenhywfar38 is not installed.
       kmymoney2 depends on libofx2c2a; however:
       Package libofx2c2a is not installed.
       kmymoney2 depends on libosp5 (>= 1.5.2-1); however:
       Package libosp5 is not installed.
       kmymoney2 depends on libqbanking4; however:
       Package libqbanking4 is not installed.
      dpkg: error processing kmymoney2 (--configure):
       dependency problems - leaving unconfigured
      dpkg: dependency problems prevent configuration of qalculate-kde:
       qalculate-kde depends on libcln4; however:
       Package libcln4 is not installed.
       qalculate-kde depends on libqalculate3; however:
       Package libqalculate3 is not installed.
       qalculate-kde depends on qalc; however:
       Package qalc is not installed.
       qalculate-kde depends on gnuplot; however:
       Package gnuplot is not installed.
      dpkg: error processing qalculate-kde (--configure):
       dependency problems - leaving unconfigured
      dpkg: dependency problems prevent configuration of acetoneiso:
       acetoneiso depends on kommander; however:
       Package kommander is not installed.
      dpkg: error processing acetoneiso (--configure):
       dependency problems - leaving unconfigured
      Errors were encountered while processing:
       kmymoney2
       qalculate-kde
       acetoneiso
      manuelkuhs@mk-tec:~$ sudo apt-get -f install
      E: Malformed line 1 in source list /etc/apt/sources.list (URI parse)
      E: The list of sources could not be read.
      What does that mean??

      Comment


        #4
        Re: Adept won't start up anymore

        E: Malformed line 1 in source list /etc/apt/sources.list (URI parse)
        E: The list of sources could not be read.
        http://kubuntuforums.net/forums/index.php?topic=12722.0

        Comment


          #5
          Re: Adept won't start up anymore

          Originally posted by Jucato
          try these commands:

          Code:
          sudo dpkg --configure -a
          or if that doesn't work

          Code:
          sudo apt-get -f install
          Just a quit thank you for the commands. The first one fixed an issue I was having with Adept Installer. When it started to read the system DB, I would get a message stating that another program had a lock on that DB. I looked at the processes and found 2 "adept_installer" running. Killing one (I shudder doing that) had no effect, so I was browsing the forum and ran across this posting.

          Thanks again!

          Comment

          Working...
          X