Announcement

Collapse
No announcement yet.

Out of Date / Broken Repository Setup?

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

    #16
    Ok. Here's the results from sources.list Kate followed by Konsole:

    Code:
    # deb cdrom:[Kubuntu 14.04.3 LTS _Trusty Tahr_ - Beta amd64 (20150805)]/ trusty main multiverse restricted universe
    
    
    # deb cdrom:[Kubuntu 14.04.3 LTS _Trusty Tahr_ - Beta amd64 (20150805)]/ vivid main multiverse restricted universe
    
    
    # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
    # newer versions of the distribution.
    deb http://us.archive.ubuntu.com/ubuntu/ trusty main restricted
    deb-src http://us.archive.ubuntu.com/ubuntu/ trusty main restricted
    
    
    ## Major bug fix updates produced after the final release of the
    ## distribution.
    deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
    deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
    
    
    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    ## team. Also, please note that software in universe WILL NOT receive any
    ## review or updates from the Ubuntu security team.
    deb http://us.archive.ubuntu.com/ubuntu/ trusty universe
    deb-src http://us.archive.ubuntu.com/ubuntu/ trusty universe
    deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates universe
    deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-updates universe
    
    
    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
    ## 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 
    ## multiverse WILL NOT receive any review or updates from the Ubuntu
    ## security team.
    deb http://us.archive.ubuntu.com/ubuntu/ trusty multiverse
    deb-src http://us.archive.ubuntu.com/ubuntu/ trusty multiverse
    deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
    deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
    
    
    ## 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://us.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
    deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
    
    
    deb http://security.ubuntu.com/ubuntu trusty-security main restricted
    deb-src http://security.ubuntu.com/ubuntu trusty-security main restricted
    deb http://security.ubuntu.com/ubuntu trusty-security universe
    deb-src http://security.ubuntu.com/ubuntu trusty-security universe
    deb http://security.ubuntu.com/ubuntu trusty-security multiverse
    deb-src http://security.ubuntu.com/ubuntu trusty-security multiverse
    
    
    ## Uncomment the following two lines to add software from Canonical's
    ## 'partner' repository.
    ## This software is not part of Ubuntu, but is offered by Canonical and the
    ## respective vendors as a service to Ubuntu users.
    deb http://archive.canonical.com/ubuntu trusty partner
    deb-src http://archive.canonical.com/ubuntu trusty partner
    
    
    ## This software is not part of Ubuntu, but is offered by third-party
    ## developers who want to ship their latest software.
    deb http://extras.ubuntu.com/ubuntu trusty main
    deb-src http://extras.ubuntu.com/ubuntu trusty main
    Code:
    richard@richard-HP-15-Notebook-PC:~$ sudo kate /etc/apt/sources.list.d/google-chrome.list
    [sudo] password for richard: 
    QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
    Error: "/var/tmp/kdecache-richard" is owned by uid 1000 instead of uid 0.
    Error: "/tmp/kde-richard" is owned by uid 1000 instead of uid 0.
    richard@richard-HP-15-Notebook-PC:~$ kdesudo kate /etc/apt/sources.list
    QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
    QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such file or directory
    QFileSystemWatcher: failed to add paths: /root/.config/ibus/bus
    Bus::open: Can not get ibus-daemon's address. 
    IBusInputContext::createInputContext: no connection to ibus-daemon
    Kubuntu 14.04 / KDE 4.13.3 / GRUB Version: 0.97-29ubuntu66
    HP15 -
    -f033wm Laptop / CPU: Intel / GPU: Intel Corporation Atom Processor / RAM: 8GB / Hard Drive: 1 each / Seagate / Optical Drive: HP DVDRW GUB0N / Windows 10

    Comment


      #17
      Originally posted by elijathegold View Post
      If you have a look at post #8 in this thread I suggest moving the chrome file to your home directory and updating your apt cache again. If you are happier with a GUI, then @claydoh's suggestion will also remove the errant repository. The error is occurring because the link to the repository is broken, clicking it here will give a 404 not found page on Google http://dl.google.com/linux/chrome/deb/
      If I uninstall Chrome, all is well? Kind of? I'm fine with Chromium I reckon.
      Kubuntu 14.04 / KDE 4.13.3 / GRUB Version: 0.97-29ubuntu66
      HP15 -
      -f033wm Laptop / CPU: Intel / GPU: Intel Corporation Atom Processor / RAM: 8GB / Hard Drive: 1 each / Seagate / Optical Drive: HP DVDRW GUB0N / Windows 10

      Comment


        #18
        Please close Kate without making any changes.

        When you need to launch a GUI application with 'root privleges', use kdesudo application_name instead.
        Windows no longer obstructs my view.
        Using Kubuntu Linux since March 23, 2007.
        "It is a capital mistake to theorize before one has data." - Sherlock Holmes

        Comment


          #19
          Originally posted by logan01 View Post
          If I uninstall Chrome, all is well? Kind of? I'm fine with Chromium I reckon.
          If so, is this the proper way to remove it?

          It's usually better to purge:
          sudo apt-get purge google-chrome-stable
          and then
          sudo apt-get autoremove
          This will make sure you don't have unnecessary packages remaining, and will remove config files, saving a little space and making sure it won't interfere with other programs or future reinstallations.
          Kubuntu 14.04 / KDE 4.13.3 / GRUB Version: 0.97-29ubuntu66
          HP15 -
          -f033wm Laptop / CPU: Intel / GPU: Intel Corporation Atom Processor / RAM: 8GB / Hard Drive: 1 each / Seagate / Optical Drive: HP DVDRW GUB0N / Windows 10

          Comment


            #20
            Originally posted by Snowhog View Post
            Please close Kate without making any changes.

            When you need to launch a GUI application with 'root privleges', use kdesudo application_name instead.
            Closed. Gone.
            Kubuntu 14.04 / KDE 4.13.3 / GRUB Version: 0.97-29ubuntu66
            HP15 -
            -f033wm Laptop / CPU: Intel / GPU: Intel Corporation Atom Processor / RAM: 8GB / Hard Drive: 1 each / Seagate / Optical Drive: HP DVDRW GUB0N / Windows 10

            Comment


              #21
              The problem is a broken repository, specifically it doesn't seem to exist any more. The solution is to:
              • Delete the repository entry from your system
              • Tell apt that you have done so


              I don't like deleting files until I know I don't need them any more; strangely I'm the same with things in the real world so the solution becomes:
              • Move the repository entry to a holding place
              • Tell apt that you have done so
              • If everything is working then delete the file


              The holding place will be your home directory. For the first two steps. open a new konsole and run the following commands making sure that you haven't got Discover open at the same time:
              Code:
              sudo mv /etc/apt/sources.list.d/google-chrome.list .
              sudo apt update
              Notice the full stop at the end of the mv command; that means "to here" which by default in Konsole is your home directory. If you are uncertain about these commands, don't just run them please let us know what you are not sure about.
              Last edited by elijathegold; May 29, 2016, 04:48 PM.
              If you're sitting wondering,
              Which Batman is the best,
              There's only one true answer my friend,
              It's Adam Bloody West!

              Comment


                #22
                Originally posted by elijathegold View Post
                The problem is a broken repository, specifically it doesn't seem to exist any more. The solution is to:
                • Delete the repository entry from your system
                • Tell apt that you have done so


                I don't like deleting files until I know I don't need them any more; strangely I'm the same with things in the real world so the solution becomes:
                • Move the repository entry to a holding place
                • Tell apt that you have done so
                • If everything is working then delete the file


                The holding place will be your home directory. For the first two steps. open a new konsole and run the following commands making sure that you haven't got Discover open at the same time:
                Code:
                sudo mv /etc/apt/sources.list.d/google-chrome.list .
                sudo apt update
                Notice the full stop at the end of the mv command; that means "to here" which by default in Konsole is your home directory. If you are uncertain about these commands, don't just run them please let us know what you are not sure about.
                LoL. Not sure about any of it. I will copy/paste/tap enter your two lines, one at a time, into Konsole, right?
                Kubuntu 14.04 / KDE 4.13.3 / GRUB Version: 0.97-29ubuntu66
                HP15 -
                -f033wm Laptop / CPU: Intel / GPU: Intel Corporation Atom Processor / RAM: 8GB / Hard Drive: 1 each / Seagate / Optical Drive: HP DVDRW GUB0N / Windows 10

                Comment


                  #23
                  Originally posted by logan01 View Post
                  LoL. Not sure about any of it. I will copy/paste/tap enter your two lines, one at a time, into Konsole, right?
                  Yeah, but if the first one gives an error, don't do the second. It shouldn't, provided we have the name of the file correct.
                  If you're sitting wondering,
                  Which Batman is the best,
                  There's only one true answer my friend,
                  It's Adam Bloody West!

                  Comment


                    #24
                    Originally posted by elijathegold View Post
                    Yeah, but if the first one gives an error, don't do the second. It shouldn't, provided we have the name of the file correct.
                    Ok. Entering line one. Here's the results:
                    Code:
                    ichard@richard-HP-15-Notebook-PC:~$ sudo mv /etc/apt/sources.list.d/google-chrome.list .
                    [sudo] password for richard: 
                    richard@richard-HP-15-Notebook-PC:~$
                    Do line 2?
                    Kubuntu 14.04 / KDE 4.13.3 / GRUB Version: 0.97-29ubuntu66
                    HP15 -
                    -f033wm Laptop / CPU: Intel / GPU: Intel Corporation Atom Processor / RAM: 8GB / Hard Drive: 1 each / Seagate / Optical Drive: HP DVDRW GUB0N / Windows 10

                    Comment


                      #25
                      Looks good. Like a lot of Linux/Unix commands mv doesn't report success! Now run the second one.
                      If you're sitting wondering,
                      Which Batman is the best,
                      There's only one true answer my friend,
                      It's Adam Bloody West!

                      Comment


                        #26
                        Line 2 results:

                        Code:
                        richard@richard-HP-15-Notebook-PC:~$ sudo apt update
                        Ign http://dl.google.com stable InRelease
                        Hit http://dl.google.com stable Release.gpg                                    
                        Ign http://us.archive.ubuntu.com trusty InRelease                              
                        Hit http://dl.google.com stable Release                                        
                        Get:1 http://us.archive.ubuntu.com trusty-updates InRelease [65.9 kB]          
                        Hit http://security.ubuntu.com trusty-security InRelease                       
                        Ign http://ppa.launchpad.net trusty InRelease                                  
                        Ign http://extras.ubuntu.com trusty InRelease                                  
                        Ign http://archive.canonical.com trusty InRelease                              
                        Hit http://us.archive.ubuntu.com trusty-backports InRelease                    
                        Ign http://ppa.launchpad.net trusty InRelease                                  
                        Hit http://dl.google.com stable/main amd64 Packages                            
                        Hit http://archive.canonical.com trusty Release.gpg                            
                        Hit http://extras.ubuntu.com trusty Release.gpg                       
                        Hit http://us.archive.ubuntu.com trusty Release.gpg                            
                        Hit http://us.archive.ubuntu.com trusty Release                                
                        Hit http://security.ubuntu.com trusty-security/main Sources                    
                        Hit http://ppa.launchpad.net trusty Release.gpg                                
                        Hit http://extras.ubuntu.com trusty Release                                    
                        Get:2 http://us.archive.ubuntu.com trusty-updates/main Sources [275 kB]        
                        Hit http://archive.canonical.com trusty Release                                
                        Hit http://ppa.launchpad.net trusty Release.gpg                                
                        Hit http://security.ubuntu.com trusty-security/restricted Sources              
                        Hit http://extras.ubuntu.com trusty/main Sources                               
                        Hit http://archive.canonical.com trusty/partner Sources                        
                        Hit http://ppa.launchpad.net trusty Release                                    
                        Hit http://security.ubuntu.com trusty-security/universe Sources                
                        Hit http://extras.ubuntu.com trusty/main amd64 Packages                        
                        Hit http://ppa.launchpad.net trusty Release                                    
                        Hit http://archive.canonical.com trusty/partner amd64 Packages                 
                        Get:3 http://us.archive.ubuntu.com trusty-updates/restricted Sources [5,352 B] 
                        Hit http://security.ubuntu.com trusty-security/multiverse Sources              
                        Hit http://extras.ubuntu.com trusty/main i386 Packages                         
                        Get:4 http://us.archive.ubuntu.com trusty-updates/universe Sources [155 kB]    
                        Hit http://archive.canonical.com trusty/partner i386 Packages                  
                        Hit http://ppa.launchpad.net trusty/main amd64 Packages                        
                        Hit http://security.ubuntu.com trusty-security/main amd64 Packages             
                        Hit http://ppa.launchpad.net trusty/main i386 Packages                                                                                                                                          
                        Hit http://archive.canonical.com trusty/partner Translation-en                                                                                                                                  
                        Hit http://security.ubuntu.com trusty-security/restricted amd64 Packages                                                                                                                        
                        Get:5 http://us.archive.ubuntu.com trusty-updates/multiverse Sources [5,939 B]                                                                                                                  
                        Hit http://ppa.launchpad.net trusty/main Translation-en                        
                        Get:6 http://us.archive.ubuntu.com trusty-updates/main amd64 Packages [768 kB] 
                        Hit http://security.ubuntu.com trusty-security/universe amd64 Packages         
                        Hit http://ppa.launchpad.net trusty/main amd64 Packages                        
                        Hit http://security.ubuntu.com trusty-security/multiverse amd64 Packages       
                        Hit http://ppa.launchpad.net trusty/main i386 Packages                         
                        Hit http://security.ubuntu.com trusty-security/main i386 Packages              
                        Hit http://security.ubuntu.com trusty-security/restricted i386 Packages        
                        Hit http://security.ubuntu.com trusty-security/universe i386 Packages          
                        Hit http://security.ubuntu.com trusty-security/multiverse i386 Packages        
                        Ign http://extras.ubuntu.com trusty/main Translation-en_US                     
                        Get:7 http://us.archive.ubuntu.com trusty-updates/restricted amd64 Packages [15.9 kB]
                        Hit http://security.ubuntu.com trusty-security/main Translation-en             
                        Ign http://extras.ubuntu.com trusty/main Translation-en                        
                        Get:8 http://us.archive.ubuntu.com trusty-updates/universe amd64 Packages [360 kB]
                        Hit http://security.ubuntu.com trusty-security/multiverse Translation-en       
                        Hit http://security.ubuntu.com trusty-security/restricted Translation-en       
                        Hit http://security.ubuntu.com trusty-security/universe Translation-en         
                        Get:9 http://us.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [13.2 kB]
                        Get:10 http://us.archive.ubuntu.com trusty-updates/main i386 Packages [736 kB] 
                        Ign http://ppa.launchpad.net trusty/main Translation-en_US                     
                        Ign http://ppa.launchpad.net trusty/main Translation-en                        
                        Get:11 http://us.archive.ubuntu.com trusty-updates/restricted i386 Packages [15.6 kB]
                        Get:12 http://us.archive.ubuntu.com trusty-updates/universe i386 Packages [361 kB]
                        Get:13 http://us.archive.ubuntu.com trusty-updates/multiverse i386 Packages [13.6 kB]
                        Hit http://us.archive.ubuntu.com trusty-updates/main Translation-en
                        Hit http://us.archive.ubuntu.com trusty-updates/multiverse Translation-en   
                        Hit http://us.archive.ubuntu.com trusty-updates/restricted Translation-en   
                        Hit http://us.archive.ubuntu.com trusty-updates/universe Translation-en     
                        Hit http://us.archive.ubuntu.com trusty-backports/main Sources              
                        Hit http://us.archive.ubuntu.com trusty-backports/restricted Sources        
                        Hit http://us.archive.ubuntu.com trusty-backports/universe Sources          
                        Hit http://us.archive.ubuntu.com trusty-backports/multiverse Sources       
                        Hit http://us.archive.ubuntu.com trusty-backports/main amd64 Packages     
                        Hit http://us.archive.ubuntu.com trusty-backports/restricted amd64 Packages
                        Hit http://us.archive.ubuntu.com trusty-backports/universe amd64 Packages
                        Hit http://us.archive.ubuntu.com trusty-backports/multiverse amd64 Packages
                        Hit http://us.archive.ubuntu.com trusty-backports/main i386 Packages           
                        Hit http://us.archive.ubuntu.com trusty-backports/restricted i386 Packages     
                        Hit http://us.archive.ubuntu.com trusty-backports/universe i386 Packages       
                        Hit http://us.archive.ubuntu.com trusty-backports/multiverse i386 Packages     
                        Hit http://us.archive.ubuntu.com trusty-backports/main Translation-en          
                        Hit http://us.archive.ubuntu.com trusty-backports/multiverse Translation-en    
                        Hit http://us.archive.ubuntu.com trusty-backports/restricted Translation-en    
                        Hit http://us.archive.ubuntu.com trusty-backports/universe Translation-en      
                        Hit http://us.archive.ubuntu.com trusty/main Sources                           
                        Hit http://us.archive.ubuntu.com trusty/restricted Sources                     
                        Hit http://us.archive.ubuntu.com trusty/universe Sources                       
                        Hit http://us.archive.ubuntu.com trusty/multiverse Sources                     
                        Hit http://us.archive.ubuntu.com trusty/main amd64 Packages                    
                        Hit http://us.archive.ubuntu.com trusty/restricted amd64 Packages              
                        Hit http://us.archive.ubuntu.com trusty/universe amd64 Packages                
                        Hit http://us.archive.ubuntu.com trusty/multiverse amd64 Packages              
                        Hit http://us.archive.ubuntu.com trusty/main i386 Packages                     
                        Hit http://us.archive.ubuntu.com trusty/restricted i386 Packages               
                        Hit http://us.archive.ubuntu.com trusty/universe i386 Packages                 
                        Hit http://us.archive.ubuntu.com trusty/multiverse i386 Packages               
                        Hit http://us.archive.ubuntu.com trusty/main Translation-en                    
                        Hit http://us.archive.ubuntu.com trusty/multiverse Translation-en              
                        Hit http://us.archive.ubuntu.com trusty/restricted Translation-en              
                        Hit http://us.archive.ubuntu.com trusty/universe Translation-en                
                        Ign http://us.archive.ubuntu.com trusty/main Translation-en_US                 
                        Ign http://us.archive.ubuntu.com trusty/multiverse Translation-en_US           
                        Ign http://us.archive.ubuntu.com trusty/restricted Translation-en_US           
                        Ign http://us.archive.ubuntu.com trusty/universe Translation-en_US             
                        Fetched 2,791 kB in 12s (220 kB/s)                                             
                        W: Failed to fetch http://dl.google.com/linux/chrome/deb/dists/stable/Release  Unable to find expected entry 'main/binary-i386/Packages' in Release file (Wrong sources.list entry or malformed file)
                        
                        
                        E: Some index files failed to download. They have been ignored, or old ones used instead.
                        richard@richard-HP-15-Notebook-PC:~$
                        Kubuntu 14.04 / KDE 4.13.3 / GRUB Version: 0.97-29ubuntu66
                        HP15 -
                        -f033wm Laptop / CPU: Intel / GPU: Intel Corporation Atom Processor / RAM: 8GB / Hard Drive: 1 each / Seagate / Optical Drive: HP DVDRW GUB0N / Windows 10

                        Comment


                          #27
                          It still seems to be there so I don't know where it's coming from! Can you post the results of running
                          Code:
                          ls /etc/apt/sources.list.d
                          . In the mean time I'm going to look at your sources.list file again to see if I missed something.
                          If you're sitting wondering,
                          Which Batman is the best,
                          There's only one true answer my friend,
                          It's Adam Bloody West!

                          Comment


                            #28
                            r
                            Code:
                            ichard@richard-HP-15-Notebook-PC:~$ ls /etc/apt/sources.list.d
                            alex-wv-pulseaudio-equalizer-ppa-trusty.list  google-chrome.list.save  google.list  google.list.save  leolik-leolik-trusty.list  leolik-leolik-trusty.list.save
                            richard@richard-HP-15-Notebook-PC:~$
                            Kubuntu 14.04 / KDE 4.13.3 / GRUB Version: 0.97-29ubuntu66
                            HP15 -
                            -f033wm Laptop / CPU: Intel / GPU: Intel Corporation Atom Processor / RAM: 8GB / Hard Drive: 1 each / Seagate / Optical Drive: HP DVDRW GUB0N / Windows 10

                            Comment


                              #29
                              google.list is likely the offending file, so run

                              Code:
                              sudo mv /etc/apt/sources.list.d/google.list .
                              sudo apt update
                              from within your home directory.
                              If you're sitting wondering,
                              Which Batman is the best,
                              There's only one true answer my friend,
                              It's Adam Bloody West!

                              Comment


                                #30
                                Code:
                                richard@richard-HP-15-Notebook-PC:~$ cd /home
                                richard@richard-HP-15-Notebook-PC:/home$ sudo mv /etc/apt/sources.list.d/google.list .
                                richard@richard-HP-15-Notebook-PC:/home$ sudo apt update
                                Ign http://us.archive.ubuntu.com trusty InRelease
                                Hit http://us.archive.ubuntu.com trusty-updates InRelease                      
                                Hit http://us.archive.ubuntu.com trusty-backports InRelease                    
                                Ign http://ppa.launchpad.net trusty InRelease                                  
                                Ign http://archive.canonical.com trusty InRelease                              
                                Hit http://us.archive.ubuntu.com trusty Release.gpg                            
                                Hit http://security.ubuntu.com trusty-security InRelease                       
                                Ign http://extras.ubuntu.com trusty InRelease                                  
                                Hit http://us.archive.ubuntu.com trusty Release                                
                                Ign http://ppa.launchpad.net trusty InRelease                                  
                                Hit http://archive.canonical.com trusty Release.gpg                            
                                Hit http://us.archive.ubuntu.com trusty-updates/main Sources                   
                                Hit http://extras.ubuntu.com trusty Release.gpg                                
                                Hit http://us.archive.ubuntu.com trusty-updates/restricted Sources             
                                Hit http://ppa.launchpad.net trusty Release.gpg                                
                                Hit http://us.archive.ubuntu.com trusty-updates/universe Sources               
                                Hit http://archive.canonical.com trusty Release                                
                                Hit http://security.ubuntu.com trusty-security/main Sources                    
                                Hit http://extras.ubuntu.com trusty Release                                    
                                Hit http://us.archive.ubuntu.com trusty-updates/multiverse Sources             
                                Hit http://ppa.launchpad.net trusty Release.gpg                                
                                Hit http://us.archive.ubuntu.com trusty-updates/main amd64 Packages            
                                Hit http://security.ubuntu.com trusty-security/restricted Sources              
                                Hit http://archive.canonical.com trusty/partner Sources                        
                                Hit http://us.archive.ubuntu.com trusty-updates/restricted amd64 Packages      
                                Hit http://extras.ubuntu.com trusty/main Sources                               
                                Hit http://ppa.launchpad.net trusty Release                                    
                                Hit http://us.archive.ubuntu.com trusty-updates/universe amd64 Packages        
                                Hit http://us.archive.ubuntu.com trusty-updates/multiverse amd64 Packages      
                                Hit http://archive.canonical.com trusty/partner amd64 Packages                 
                                Hit http://security.ubuntu.com trusty-security/universe Sources                
                                Hit http://ppa.launchpad.net trusty Release                                    
                                Hit http://extras.ubuntu.com trusty/main amd64 Packages                        
                                Hit http://us.archive.ubuntu.com trusty-updates/main i386 Packages             
                                Hit http://us.archive.ubuntu.com trusty-updates/restricted i386 Packages       
                                Hit http://archive.canonical.com trusty/partner i386 Packages                  
                                Hit http://security.ubuntu.com trusty-security/multiverse Sources              
                                Hit http://ppa.launchpad.net trusty/main amd64 Packages                        
                                Hit http://us.archive.ubuntu.com trusty-updates/universe i386 Packages         
                                Hit http://extras.ubuntu.com trusty/main i386 Packages                         
                                Hit http://us.archive.ubuntu.com trusty-updates/multiverse i386 Packages       
                                Hit http://archive.canonical.com trusty/partner Translation-en                 
                                Hit http://us.archive.ubuntu.com trusty-updates/main Translation-en            
                                Hit http://ppa.launchpad.net trusty/main i386 Packages                         
                                Hit http://security.ubuntu.com trusty-security/main amd64 Packages             
                                Hit http://ppa.launchpad.net trusty/main Translation-en                        
                                Hit http://us.archive.ubuntu.com trusty-updates/multiverse Translation-en      
                                Hit http://security.ubuntu.com trusty-security/restricted amd64 Packages       
                                Hit http://us.archive.ubuntu.com trusty-updates/restricted Translation-en      
                                Hit http://ppa.launchpad.net trusty/main amd64 Packages                        
                                Hit http://us.archive.ubuntu.com trusty-updates/universe Translation-en        
                                Hit http://security.ubuntu.com trusty-security/universe amd64 Packages         
                                Hit http://us.archive.ubuntu.com trusty-backports/main Sources                 
                                Hit http://ppa.launchpad.net trusty/main i386 Packages                         
                                Hit http://us.archive.ubuntu.com trusty-backports/restricted Sources           
                                Hit http://us.archive.ubuntu.com trusty-backports/universe Sources             
                                Hit http://security.ubuntu.com trusty-security/multiverse amd64 Packages       
                                Hit http://us.archive.ubuntu.com trusty-backports/multiverse Sources           
                                Hit http://us.archive.ubuntu.com trusty-backports/main amd64 Packages          
                                Hit http://security.ubuntu.com trusty-security/main i386 Packages              
                                Hit http://us.archive.ubuntu.com trusty-backports/restricted amd64 Packages    
                                Hit http://us.archive.ubuntu.com trusty-backports/universe amd64 Packages      
                                Hit http://us.archive.ubuntu.com trusty-backports/multiverse amd64 Packages    
                                Hit http://security.ubuntu.com trusty-security/restricted i386 Packages        
                                Hit http://us.archive.ubuntu.com trusty-backports/main i386 Packages           
                                Hit http://us.archive.ubuntu.com trusty-backports/restricted i386 Packages     
                                Hit http://security.ubuntu.com trusty-security/universe i386 Packages          
                                Hit http://us.archive.ubuntu.com trusty-backports/universe i386 Packages       
                                Hit http://us.archive.ubuntu.com trusty-backports/multiverse i386 Packages     
                                Hit http://us.archive.ubuntu.com trusty-backports/main Translation-en          
                                Hit http://security.ubuntu.com trusty-security/multiverse i386 Packages        
                                Hit http://us.archive.ubuntu.com trusty-backports/multiverse Translation-en    
                                Ign http://extras.ubuntu.com trusty/main Translation-en_US                     
                                Hit http://security.ubuntu.com trusty-security/main Translation-en             
                                Hit http://us.archive.ubuntu.com trusty-backports/restricted Translation-en    
                                Ign http://extras.ubuntu.com trusty/main Translation-en                        
                                Hit http://us.archive.ubuntu.com trusty-backports/universe Translation-en      
                                Hit http://security.ubuntu.com trusty-security/multiverse Translation-en       
                                Hit http://us.archive.ubuntu.com trusty/main Sources                           
                                Hit http://us.archive.ubuntu.com trusty/restricted Sources                     
                                Hit http://security.ubuntu.com trusty-security/restricted Translation-en       
                                Hit http://us.archive.ubuntu.com trusty/universe Sources                       
                                Hit http://us.archive.ubuntu.com trusty/multiverse Sources                     
                                Hit http://us.archive.ubuntu.com trusty/main amd64 Packages        
                                Hit http://security.ubuntu.com trusty-security/universe Translation-en
                                Hit http://us.archive.ubuntu.com trusty/restricted amd64 Packages        
                                Ign http://ppa.launchpad.net trusty/main Translation-en_US        
                                Hit http://us.archive.ubuntu.com trusty/universe amd64 Packages
                                Hit http://us.archive.ubuntu.com trusty/multiverse amd64 Packages
                                Ign http://ppa.launchpad.net trusty/main Translation-en
                                Hit http://us.archive.ubuntu.com trusty/main i386 Packages
                                Hit http://us.archive.ubuntu.com trusty/restricted i386 Packages
                                Hit http://us.archive.ubuntu.com trusty/universe i386 Packages
                                Hit http://us.archive.ubuntu.com trusty/multiverse i386 Packages
                                Hit http://us.archive.ubuntu.com trusty/main Translation-en
                                Hit http://us.archive.ubuntu.com trusty/multiverse Translation-en
                                Hit http://us.archive.ubuntu.com trusty/restricted Translation-en
                                Hit http://us.archive.ubuntu.com trusty/universe Translation-en
                                Ign http://us.archive.ubuntu.com trusty/main Translation-en_US
                                Ign http://us.archive.ubuntu.com trusty/multiverse Translation-en_US
                                Ign http://us.archive.ubuntu.com trusty/restricted Translation-en_US
                                Ign http://us.archive.ubuntu.com trusty/universe Translation-en_US
                                Reading package lists... Done                                                  
                                richard@richard-HP-15-Notebook-PC:/home$
                                Kubuntu 14.04 / KDE 4.13.3 / GRUB Version: 0.97-29ubuntu66
                                HP15 -
                                -f033wm Laptop / CPU: Intel / GPU: Intel Corporation Atom Processor / RAM: 8GB / Hard Drive: 1 each / Seagate / Optical Drive: HP DVDRW GUB0N / Windows 10

                                Comment

                                Working...
                                X