Announcement

Collapse
No announcement yet.

Can't open adept installer

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

    Can't open adept installer

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

    Ran apt-get update:
    E: Type 'http://ccp.vo.llnwd.net/o2/linux/eve_000066_all.debdeb' is not known on line 56 in source list /etc/apt/sources.list

    sudo apt-get update gives the same.

    #2
    Re: Can't open adept installer

    Originally posted by Mustek
    Error message:
    The apt database could not be opened! This may be caused by incorrect APT configuration or some similar problem. Try running apt-get update in terminal and see if it helps to resolve the problem.
    So, the system is telling you what is wrong.

    Originally posted by Mustek
    Ran apt-get update:
    E: Type 'http://ccp.vo.llnwd.net/o2/linux/eve_000066_all.debdeb' is not known on line 56 in source list /etc/apt/sources.list
    Another hint from the system.

    It will probably be easier for someone to help you if you post the contents of that file, /etc/apt/sources.list, it seems there is an incorrect line in it.

    Originally posted by Mustek
    sudo apt-get update gives the same.
    Yes, it would be expected to in this case.

    Comment


      #3
      Re: Can't open adept installer

      Hi Mustek,

      the link is wrong. Open your /etc/apt/sources.list as root and delete/comment out the offending line followed by a
      Code:
      sudo apt-get update
      HTH
      Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

      Comment


        #4
        Re: Can't open adept installer

        I was having the same problem.
        Thanks for that, Toad!

        Code:
        kdesu kate /etc/apt/sources.list
        Deleted line 56.
        Save.
        ... back in business.

        Comment

        Working...
        X