Announcement

Collapse
No announcement yet.

Need Help with Adept Installer

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

    Need Help with Adept Installer

    I have been trying to complete and Adept update and I am getting an error message. It tells me to run apt-setup then apt-get update. When I open the console and try to run the command, I get a file not found.

    #2
    Re: Need Help with Adept Installer

    Did you run the commands as SUDO?

    Comment


      #3
      Re: Need Help with Adept Installer

      I just did but it still says command not found

      Comment


        #4
        Re: Need Help with Adept Installer

        A shot:

        Code:
        sudo dpkg --configure -a
        followed with your password

        then
        Code:
        sudo apt-get autoclean
        then
        Code:
        sudo apt-get update
        then
        Code:
        sudo apt-get install

        Comment


          #5
          Re: Need Help with Adept Installer

          This was the rusult


          tony@tony-desktop:~$ sudo dpkg --configure -a
          Password:
          tony@tony-desktop:~$ sudo apt-get autoclean
          E: Type 'deg' is not known on line 36 in source list /etc/apt/sources.list
          E: The list of sources could not be read.
          tony@tony-desktop:~$

          Comment


            #6
            Re: Need Help with Adept Installer

            It means that there's an error in your sources.list file, which holds your repositories list. I'm sure that on line 36 of that file, you have a deg word that is supposed to be deb.
            Jucato's Data Core

            Comment


              #7
              Re: Need Help with Adept Installer

              Is there a set of instructions for accessing and correcting this?

              Comment


                #8
                Re: Need Help with Adept Installer

                To correct an error in /etc/apt/sources.list, you can open a text editor in super user mode:
                Code:
                kdesu kate
                followed by your password

                Then in kate, click "open" and then browse (like you would in Windows), using the up-arrow on the menu bar to go to the top (root) directory "/", and then open /etc, and then open /etc/apt, and then find and click to open the file "menu.list". Find the "deg" that should be "deb" error on line 36, fix it, and save the file. Exit kate, and run the four commands that I previously posted, and you should get closer to success.

                Comment


                  #9
                  Re: Need Help with Adept Installer

                  Thanks for the Help Kudos

                  Comment

                  Working...
                  X