Announcement

Collapse
No announcement yet.

Help with adept

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

    Help with adept

    Complete linux newbie, just installed Kubuntu and trying to get to grips with some of the basics. Adept, I'm currently trying to use and I want to find more software ie synaptic mainly but all it gives is a list of installed software. So I uncheck installed and there isn't any others. So, I go to manager repertoires, enable some of the other options and say to fetch updates. At this point, it just stays on 0% and all I still have is the list of what I already have. So what can I do, thanks?

    #2
    Re: Help with adept

    Try opening a terminal (KMenu>System>Konsole) and put in it
    sudo apt-get install synaptic
    "A problem well stated is a problem half solved." --Charles F. Kettering
    "Sometimes the questions are complicated and the answers are simple."--Dr. Seuss

    Comment


      #3
      Re: Help with adept

      Hmm says apt not found.

      Comment


        #4
        Re: Help with adept

        Ok tried under root this time, and got:

        "Package synaptic is not available, but is referred to by another package.
        This may mean that the package is missing, has been obsoleted, or
        is only available from another source"

        Comment


          #5
          Re: Help with adept

          Nineofspades,

          would you please post a copy of the the file /etc/apt/sources.list to this forum? At first sight, it looks to me as if this list of yours could do with some addition(s) ...

          Birdy

          Comment


            #6
            Re: Help with adept

            Well guessing, I went into root terminal and typed /etc/apt/sources.list and it said permission denied.

            Comment


              #7
              Re: Help with adept

              alright read a bit of the manual of apt and typed in:
              apt-get update and it said this:

              E: Could not get lock /var/lib/apt/lists/lock - open (11 Resource temporarily unavailable)
              E: Unable to lock the list directory

              Comment


                #8
                Re: Help with adept

                Oh and just managed to request that etc sources.list:

                eb http://gb.archive.ubuntu.com/ubuntu/ edgy main restricted
                deb-src http://gb.archive.ubuntu.com/ubuntu/ edgy main restricted

                ## Major bug fix updates produced after the final release of the
                ## distribution.
                deb http://gb.archive.ubuntu.com/ubuntu/ edgy-updates main restricted
                deb-src http://gb.archive.ubuntu.com/ubuntu/ edgy-updates main restricted

                ## Uncomment the following two lines to add software from the 'universe'


                ## team, and may not be under a free licence. Please satisfy yourself as to
                ## your rights to use the software. Also, please note that software in
                ## universe WILL NOT receive any review or updates from the Ubuntu security
                ## team.
                deb http://gb.archive.ubuntu.com/ubuntu/ edgy universe
                deb-src http://gb.archive.ubuntu.com/ubuntu/ edgy universe

                ## Uncomment the following two lines to add software from the 'backports'
                ## repository.
                ## N.B. software from this repository may not have been tested as
                ## extensively as that contained in the main release, although it includes
                ## newer versions of some applications which may provide useful features.
                ## Also, please note that software in backports WILL NOT receive any review
                ## or updates from the Ubuntu security team.
                deb http://gb.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse
                deb-src http://gb.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse

                deb http://security.ubuntu.com/ubuntu edgy-security main restricted
                deb-src http://security.ubuntu.com/ubuntu edgy-security main restricted
                deb http://security.ubuntu.com/ubuntu edgy-security universe
                deb-src http://security.ubuntu.com/ubuntu edgy-security universe

                Comment


                  #9
                  Re: Help with adept

                  Originally posted by nineofspades
                  apt-get update
                  It has to be sudo apt-get for you are not supposed to blow your system as ordinary user

                  If all else fails, you may try
                  Code:
                  sudo dpkg --configure -a
                  Birdy

                  Comment


                    #10
                    Re: Help with adept

                    When it tries to get update with apt it still stays on 0%, do you think a router could be having any effect as it is saying connecting to 1.0.0.0 or something.

                    Comment


                      #11
                      Re: Help with adept

                      Originally posted by nineofspades
                      When it tries to get update with apt it still stays on 0%, do you think a router could be having any effect as it is saying connecting to 1.0.0.0 or something.
                      To check this, you could try to "manually contact" one of the servers hosting the repositories as follows:

                      Code:
                      USER@C3PO # ping gb.archive.ubuntu.com
                      PING gb.archive.ubuntu.com (195.248.90.35) 56(84) bytes of data.
                      64 bytes from 195.248.90.35: icmp_seq=1 ttl=52 time=44.2 ms
                      If you get an answer similar to the one displayed above, hit [ctrl][c] to stop; if, as I suspect, the answer reads host unknown or the like, your problems originate from your (own) network settings, nor from the repository servers neither from package management ...

                      HTH
                      Birdy

                      Comment

                      Working...
                      X