Page 3 of 23 FirstFirst 1234513 ... LastLast
Results 21 to 30 of 224

Thread: Package System Broken ?

  1. #21
    Join Date
    Jun 2013
    Location
    Somewhere on Earth.
    Beans
    516
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Package System Broken ?

    Try running (again):

    Code:
    sudo apt-get -f install
    -Jonathan
    Status: CELEBRATING 2016!!! (Offline )

  2. #22
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,199
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Package System Broken ?

    @ Jonathan Hi !;

    Good to see you once more, always my pleasure. Let's try and satisfy the dependency issue and then run the "sudo apt-get -f install" command. See then what the package manager has to relate.

    To that end:
    @ Raggylad; Looking good !

    I don't think that it flew ?
    It did, it did fly, you do not see the Package manager hollering about that 3.5 kernel.
    Let's see what we can do now about the 3.2 kernels.
    Yeah - I know - I am slow, but getting there;
    Let's do:
    Code:
    uname -r ## making sure you are still booting up with the 3.5 kernel
    ## IF so, then do the following ##
    sudo apt-get purge linux-headers-3.2.0.65-generic
    sudo apt-get purge linux-headers-3.2.0.65-generic-pae
    sudo apt-get purge linux-image-3.2.0.65-generic-pae
    sudo apt-get update
    sudo apt-get upgrade
    where the hope is that the relative " 3.2.0.65-generic " will include the specific " Depends: linux-image-generic-pae (= 3.2.0.65.77) "


    And now let's check with the package manager, and see what the status is:
    Code:
    sudo apt-get -f install
    When that last runs, and we look at it, will do an additional check, remove some more old kernels, and then I would want to do some final clean up.
    I want the system stable, at this point, prior to conducting any more operations.

    an orderly progression
    point A to point E
    Last edited by Bashing-om; August 12th, 2014 at 03:43 PM. Reason: update !
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  3. #23
    Join Date
    May 2009
    Location
    West Wales, UK
    Beans
    140
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Package System Broken ?

    Quote Originally Posted by Bashing-om View Post
    @ Jonathan Hi !;

    Good to see you once more, always my pleasure. Let's try and satisfy the dependency issue and then run the "sudo apt-get -f install" command. See then what the package manager has to relate.

    To that end:
    @ Raggylad; Looking good !

    It did, it did fly, you do not see the Package manager hollering about that 3.5 kernel.
    Let's see what we can do now about the 3.2 kernels.
    Yeah - I know - I am slow, but getting there;
    Let's do:
    Code:
    uname -r ## making sure you are still booting up with the 3.5 kernel
    ## IF so, then do the following ##
    sudo apt-get purge linux-headers-3.2.0.65-generic
    sudo apt-get purge linux-headers-3.2.0.65-generic-pae
    sudo apt-get purge linux-image-3.2.0.65-generic-pae
    sudo apt-get update
    sudo apt-get upgrade
    where the hope is that the relative " 3.2.0.65-generic " will include the specific " Depends: linux-image-generic-pae (= 3.2.0.65.77) "


    And now let's check with the package manager, and see what the status is:
    Code:
    sudo apt-get -f install
    When that last runs, and we look at it, will do an additional check, remove some more old kernels, and then I would want to do some final clean up.
    I want the system stable, at this point, prior to conducting any more operations.
    an orderly progression
    point A to point E
    Hi Bashing-om,

    Here's what I got:

    Code:
    unick@ubuntu:~$ uname -r
    3.5.0-52-generic
    unick@ubuntu:~$ sudo apt-get purge linux-headers-3.2.0.65-generic
    [sudo] password for unick: 
    Sorry, try again.
    [sudo] password for unick: 
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Note, selecting 'linux-headers-3.2.0-65-generic' for regex 'linux-headers-3.2.0.65-generic'
    Note, selecting 'linux-headers-3.2.0-65-generic-pae' for regex 'linux-headers-3.2.0.65-generic'
    Package linux-headers-3.2.0-65-generic is not installed, so not removed
    Package linux-headers-3.2.0-65-generic-pae is not installed, so not removed
    You might want to run 'apt-get -f install' to correct these:
    The following packages have unmet dependencies.
     linux-generic-pae : Depends: linux-image-generic-pae (= 3.2.0.65.77) but 3.2.0.67.79 is to be installed
     linux-headers-generic : Depends: linux-headers-3.2.0-65-generic but it is not going to be installed
     linux-headers-generic-lts-quantal : Depends: linux-headers-3.5.0-52-generic but it is not going to be installed
     linux-headers-generic-pae : Depends: linux-headers-3.2.0-65-generic-pae but it is not going to be installed
    E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
    unick@ubuntu:~$ sudo apt-get purge linux-headers-3.2.0.65-generic-pae
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Note, selecting 'linux-headers-3.2.0-65-generic-pae' for regex 'linux-headers-3.2.0.65-generic-pae'
    Package linux-headers-3.2.0-65-generic-pae is not installed, so not removed
    You might want to run 'apt-get -f install' to correct these:
    The following packages have unmet dependencies.
     linux-generic-pae : Depends: linux-image-generic-pae (= 3.2.0.65.77) but 3.2.0.67.79 is to be installed
     linux-headers-generic : Depends: linux-headers-3.2.0-65-generic but it is not going to be installed
     linux-headers-generic-lts-quantal : Depends: linux-headers-3.5.0-52-generic but it is not going to be installed
     linux-headers-generic-pae : Depends: linux-headers-3.2.0-65-generic-pae but it is not going to be installed
    E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
    unick@ubuntu:~$ sudo apt-get purge linux-image-3.2.0.65-generic-pae
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Note, selecting 'linux-image-3.2.0-65-generic-pae' for regex 'linux-image-3.2.0.65-generic-pae'
    You might want to run 'apt-get -f install' to correct these:
    The following packages have unmet dependencies.
     linux-generic-pae : Depends: linux-image-generic-pae (= 3.2.0.65.77) but 3.2.0.67.79 is to be installed
     linux-headers-generic : Depends: linux-headers-3.2.0-65-generic but it is not going to be installed
     linux-headers-generic-lts-quantal : Depends: linux-headers-3.5.0-52-generic but it is not going to be installed
     linux-headers-generic-pae : Depends: linux-headers-3.2.0-65-generic-pae but it is not going to be installed
    E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
    unick@ubuntu:~$ sudo apt-get update
    Get:1 http://security.ubuntu.com precise-security Release.gpg [198 B]
    Hit http://gb.archive.ubuntu.com precise Release.gpg                           
    Get:2 http://gb.archive.ubuntu.com precise-updates Release.gpg [198 B]         
    Hit http://gb.archive.ubuntu.com precise-backports Release.gpg                 
    Get:3 http://security.ubuntu.com precise-security Release [50.7 kB]            
    Hit http://gb.archive.ubuntu.com precise Release                               
    Get:4 http://gb.archive.ubuntu.com precise-updates Release [98.7 kB]           
    Hit http://linux.dropbox.com precise Release.gpg                               
    Get:5 http://security.ubuntu.com precise-security/main Sources [108 kB]
    Hit http://linux.dropbox.com precise Release                                   
    Hit http://gb.archive.ubuntu.com precise-backports Release                     
    Hit http://gb.archive.ubuntu.com precise/main Sources                          
    Hit http://gb.archive.ubuntu.com precise/restricted Sources                   
    Hit http://gb.archive.ubuntu.com precise/universe Sources
    Hit http://gb.archive.ubuntu.com precise/multiverse Sources
    Hit http://gb.archive.ubuntu.com precise/main i386 Packages
    Hit http://gb.archive.ubuntu.com precise/restricted i386 Packages
    Hit http://gb.archive.ubuntu.com precise/universe i386 Packages
    Hit http://gb.archive.ubuntu.com precise/multiverse i386 Packages
    Hit http://gb.archive.ubuntu.com precise/main TranslationIndex
    Hit http://gb.archive.ubuntu.com precise/multiverse TranslationIndex
    Hit http://linux.dropbox.com precise/main i386 Packages 
    Hit http://gb.archive.ubuntu.com precise/restricted TranslationIndex
    Hit http://gb.archive.ubuntu.com precise/universe TranslationIndex             
    Get:6 http://gb.archive.ubuntu.com precise-updates/main Sources [477 kB]       
    Get:7 http://security.ubuntu.com precise-security/restricted Sources [2,494 B] 
    Get:8 http://security.ubuntu.com precise-security/universe Sources [32.7 kB]   
    Get:9 http://security.ubuntu.com precise-security/multiverse Sources [1,786 B] 
    Get:10 http://security.ubuntu.com precise-security/main i386 Packages [443 kB] 
    Ign http://linux.dropbox.com precise/main TranslationIndex                     
    Get:11 http://gb.archive.ubuntu.com precise-updates/restricted Sources [8,056 B]
    Get:12 http://gb.archive.ubuntu.com precise-updates/universe Sources [109 kB]  
    Get:13 http://security.ubuntu.com precise-security/restricted i386 Packages [4,620 B]
    Get:14 http://security.ubuntu.com precise-security/universe i386 Packages [102 kB]
    Get:15 http://gb.archive.ubuntu.com precise-updates/multiverse Sources [8,881 B]
    Get:16 http://gb.archive.ubuntu.com precise-updates/main i386 Packages [855 kB]
    Get:17 http://security.ubuntu.com precise-security/multiverse i386 Packages [2,644 B]
    Get:18 http://security.ubuntu.com precise-security/main TranslationIndex [74 B]
    Get:19 http://security.ubuntu.com precise-security/multiverse TranslationIndex [72 B]
    Get:20 http://security.ubuntu.com precise-security/restricted TranslationIndex [72 B]
    Get:21 http://security.ubuntu.com precise-security/universe TranslationIndex [73 B]
    Hit http://security.ubuntu.com precise-security/main Translation-en            
    Hit http://security.ubuntu.com precise-security/multiverse Translation-en      
    Hit http://security.ubuntu.com precise-security/restricted Translation-en      
    Ign http://linux.dropbox.com precise/main Translation-en_GB                    
    Hit http://security.ubuntu.com precise-security/universe Translation-en        
    Ign http://linux.dropbox.com precise/main Translation-en                       
    Get:22 http://gb.archive.ubuntu.com precise-updates/restricted i386 Packages [13.7 kB]
    Get:23 http://gb.archive.ubuntu.com precise-updates/universe i386 Packages [253 kB]
    Get:24 http://gb.archive.ubuntu.com precise-updates/multiverse i386 Packages [15.5 kB]
    Get:25 http://gb.archive.ubuntu.com precise-updates/main TranslationIndex [3,564 B]
    Get:26 http://gb.archive.ubuntu.com precise-updates/multiverse TranslationIndex [2,605 B]
    Get:27 http://gb.archive.ubuntu.com precise-updates/restricted TranslationIndex [2,461 B]
    Get:28 http://gb.archive.ubuntu.com precise-updates/universe TranslationIndex [2,850 B]
    Hit http://gb.archive.ubuntu.com precise-backports/main Sources                
    Hit http://gb.archive.ubuntu.com precise-backports/restricted Sources 
    Hit http://gb.archive.ubuntu.com precise-backports/universe Sources   
    Hit http://gb.archive.ubuntu.com precise-backports/multiverse Sources 
    Hit http://gb.archive.ubuntu.com precise-backports/main i386 Packages          
    Hit http://gb.archive.ubuntu.com precise-backports/restricted i386 Packages    
    Hit http://gb.archive.ubuntu.com precise-backports/universe i386 Packages      
    Hit http://gb.archive.ubuntu.com precise-backports/multiverse i386 Packages    
    Hit http://gb.archive.ubuntu.com precise-backports/main TranslationIndex       
    Hit http://gb.archive.ubuntu.com precise-backports/multiverse TranslationIndex 
    Hit http://gb.archive.ubuntu.com precise-backports/restricted TranslationIndex 
    Hit http://gb.archive.ubuntu.com precise-backports/universe TranslationIndex   
    Hit http://gb.archive.ubuntu.com precise/main Translation-en_GB                
    Hit http://gb.archive.ubuntu.com precise/main Translation-en                   
    Hit http://gb.archive.ubuntu.com precise/multiverse Translation-en_GB          
    Hit http://gb.archive.ubuntu.com precise/multiverse Translation-en             
    Hit http://gb.archive.ubuntu.com precise/restricted Translation-en_GB          
    Hit http://gb.archive.ubuntu.com precise/restricted Translation-en             
    Hit http://gb.archive.ubuntu.com precise/universe Translation-en_GB            
    Hit http://gb.archive.ubuntu.com precise/universe Translation-en               
    Hit http://gb.archive.ubuntu.com precise-updates/main Translation-en_GB        
    Hit http://gb.archive.ubuntu.com precise-updates/main Translation-en           
    Hit http://gb.archive.ubuntu.com precise-updates/multiverse Translation-en_GB  
    Hit http://gb.archive.ubuntu.com precise-updates/multiverse Translation-en     
    Hit http://gb.archive.ubuntu.com precise-updates/restricted Translation-en_GB  
    Hit http://gb.archive.ubuntu.com precise-updates/restricted Translation-en     
    Hit http://gb.archive.ubuntu.com precise-updates/universe Translation-en_GB    
    Hit http://gb.archive.ubuntu.com precise-updates/universe Translation-en       
    Hit http://gb.archive.ubuntu.com precise-backports/main Translation-en         
    Hit http://gb.archive.ubuntu.com precise-backports/multiverse Translation-en   
    Hit http://gb.archive.ubuntu.com precise-backports/restricted Translation-en   
    Hit http://gb.archive.ubuntu.com precise-backports/universe Translation-en     
    Fetched 2,599 kB in 9s (267 kB/s)                                              
    Reading package lists... Done
    unick@ubuntu:~$ sudo apt-get upgrade
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    You might want to run ‘apt-get -f install’ to correct these.
    The following packages have unmet dependencies.
     linux-generic-pae : Depends: linux-image-generic-pae (= 3.2.0.65.77) but 3.2.0.67.79 is installed
     linux-headers-generic : Depends: linux-headers-3.2.0-65-generic but it is not installed
     linux-headers-generic-lts-quantal : Depends: linux-headers-3.5.0-52-generic but it is not installed
     linux-headers-generic-pae : Depends: linux-headers-3.2.0-65-generic-pae but it is not installed
    E: Unmet dependencies. Try using -f.
    unick@ubuntu:~$ sudo apt-get -f install
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Correcting dependencies... Done
    The following package was automatically installed and is no longer required:
      linux-headers-3.5.0-43
    Use 'apt-get autoremove' to remove them.
    The following extra packages will be installed:
      linux-generic-pae linux-headers-generic linux-headers-generic-lts-quantal
      linux-headers-generic-pae
    The following packages will be upgraded:
      linux-generic-pae linux-headers-generic linux-headers-generic-lts-quantal
      linux-headers-generic-pae
    4 to upgrade, 0 to newly install, 0 to remove and 110 not to upgrade.
    5 not fully installed or removed.
    Need to get 0 B/8,974 B of archives.
    After this operation, 0 B of additional disk space will be used.
    Do you want to continue [Y/n]? y
    dpkg: dependency problems prevent configuration of linux-headers-generic-lts-quantal:
     linux-headers-generic-lts-quantal depends on linux-headers-3.5.0-52-generic; however:
      Package linux-headers-3.5.0-52-generic is not installed.
    dpkg: error processing linux-headers-generic-lts-quantal (--configure):
     dependency problems - leaving unconfigured
    dpkg: dependency problems prevent configuration of linux-generic-lts-quantal:
     linux-generic-lts-quantal depends on linux-headers-generic-lts-quantal; however:
      Package linux-headers-generic-lts-quantal is not configured yet.
    dpkg: error processing linux-generic-lts-quantal (--configure):
     dependency problems - leaving unconfigured
    dpkg: dependency problems prevent configuration of linux-headers-generic-pae:
     linux-headers-generic-pae depends on linux-headers-3.2.0-65-generic-pae; however:
      Package linux-headers-3.2.0-65-generic-pae is not installed.
    dpkg: error processing linux-headers-generic-pae (--configure):
     dependency problems - leaving unconfigured
    No apport report written because the error message indicates it's a follow-up error from a previous failure.
                                No apport report written because MaxReports has already been reached
                    No apport report written because MaxReports has already been reached
        dpkg: dependency problems prevent configuration of linux-generic-pae:
     linux-generic-pae depends on linux-image-generic-pae (= 3.2.0.65.77); however:
      Version of linux-image-generic-pae on system is 3.2.0.67.79.
     linux-generic-pae depends on linux-headers-generic-pae (= 3.2.0.65.77); however:
      Package linux-headers-generic-pae is not configured yet.
    dpkg: error processing linux-generic-pae (--configure):
     dependency problems - leaving unconfigured
    dpkg: dependency problems prevent configuration of linux-headers-generic:
     linux-headers-generic depends on linux-headers-3.2.0-65-generic; however:
      Package linux-headers-3.2.0-65-generic is not installed.
    dpkg: error processing linux-headers-generic (--configure):
     dependency problems - leaving unconfigured
    No apport report written because MaxReports has already been reached
                                                                        No apport report written because MaxReports has already been reached
                                                            Errors were encountered while processing:
     linux-headers-generic-lts-quantal
     linux-generic-lts-quantal
     linux-headers-generic-pae
     linux-generic-pae
     linux-headers-generic
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    unick@ubuntu:~$
    Not at all worried about speed - just want to get the system working OK. As ever, deeply appreciative of your help.

    Nick
    Last edited by Raggylad; August 12th, 2014 at 04:58 PM.

  4. #24
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,199
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Package System Broken ?

    Raggylad; Well !

    Sort of disappointed. but not real surprised:
    Let's try the reverse and see:
    Code:
    apt-get update && sudo apt-get install linux-image-3.2.0-65-generic-pae linux-headers-3.2.0-65-generic linux-headers-3.5.0-40
    Once the package manger is in a happy state, we can then remove those un-needed kernels.

    If at first you do not succeed
    try try again ( sky diving excepted )
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  5. #25
    Join Date
    May 2009
    Location
    West Wales, UK
    Beans
    140
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Package System Broken ?

    Quote Originally Posted by Bashing-om View Post
    Raggylad; Well !

    Sort of disappointed. but not real surprised:
    Let's try the reverse and see:
    Code:
    apt-get update && sudo apt-get install linux-image-3.2.0-65-generic-pae linux-headers-3.2.0-65-generic linux-headers-3.5.0-40
    Once the package manger is in a happy state, we can then remove those un-needed kernels.
    If at first you do not succeed
    try try again ( sky diving excepted )
    Bashing-om,

    That last produced this:
    Code:
    unick@ubuntu:~$ apt-get update && sudo apt-get install linux-image-3.2.0-65-generic-pae linux-headers-3.2.0-65-generic linux-headers-3.5.0-40
    E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied)
    E: Unable to lock directory /var/lib/apt/lists/
    E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
    E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
    unick@ubuntu:~$ sudo apt-get update && sudo apt-get install linux-image-3.2.0-65-generic-pae linux-headers-3.2.0-65-generic linux-headers-3.5.0-40
    [sudo] password for unick: 
    Hit http://gb.archive.ubuntu.com precise Release.gpg
    Get:1 http://gb.archive.ubuntu.com precise-updates Release.gpg [198 B]         
    Hit http://gb.archive.ubuntu.com precise-backports Release.gpg                 
    Hit http://gb.archive.ubuntu.com precise Release                               
    Get:2 http://gb.archive.ubuntu.com precise-updates Release [98.7 kB]           
    Get:3 http://security.ubuntu.com precise-security Release.gpg [198 B]          
    Hit http://linux.dropbox.com precise Release.gpg                               
    Get:4 http://security.ubuntu.com precise-security Release [50.7 kB]
    Hit http://gb.archive.ubuntu.com precise-backports Release                     
    Hit http://gb.archive.ubuntu.com precise/main Sources                          
    Hit http://gb.archive.ubuntu.com precise/restricted Sources                    
    Hit http://gb.archive.ubuntu.com precise/universe Sources
    Hit http://gb.archive.ubuntu.com precise/multiverse Sources
    Hit http://gb.archive.ubuntu.com precise/main i386 Packages
    Hit http://linux.dropbox.com precise Release             
    Hit http://gb.archive.ubuntu.com precise/restricted i386 Packages              
    Hit http://gb.archive.ubuntu.com precise/universe i386 Packages                
    Hit http://gb.archive.ubuntu.com precise/multiverse i386 Packages              
    Hit http://gb.archive.ubuntu.com precise/main TranslationIndex                 
    Hit http://gb.archive.ubuntu.com precise/multiverse TranslationIndex           
    Hit http://gb.archive.ubuntu.com precise/restricted TranslationIndex           
    Hit http://gb.archive.ubuntu.com precise/universe TranslationIndex
    Get:5 http://gb.archive.ubuntu.com precise-updates/main Sources [477 kB]       
    Hit http://linux.dropbox.com precise/main i386 Packages                        
    Get:6 http://security.ubuntu.com precise-security/main Sources [108 kB]
    Ign http://linux.dropbox.com precise/main TranslationIndex                     
    Get:7 http://security.ubuntu.com precise-security/restricted Sources [2,494 B] 
    Get:8 http://security.ubuntu.com precise-security/universe Sources [32.7 kB]   
    Get:9 http://security.ubuntu.com precise-security/multiverse Sources [1,786 B] 
    Get:10 http://security.ubuntu.com precise-security/main i386 Packages [443 kB] 
    Get:11 http://gb.archive.ubuntu.com precise-updates/restricted Sources [8,056 B]
    Get:12 http://gb.archive.ubuntu.com precise-updates/universe Sources [110 kB]  
    Get:13 http://gb.archive.ubuntu.com precise-updates/multiverse Sources [8,881 B]
    Get:14 http://gb.archive.ubuntu.com precise-updates/main i386 Packages [855 kB]
    Get:15 http://security.ubuntu.com precise-security/restricted i386 Packages [4,620 B]
    Get:16 http://security.ubuntu.com precise-security/universe i386 Packages [102 kB]
    Ign http://linux.dropbox.com precise/main Translation-en_GB                    
    Ign http://linux.dropbox.com precise/main Translation-en                       
    Get:17 http://security.ubuntu.com precise-security/multiverse i386 Packages [2,644 B]
    Hit http://security.ubuntu.com precise-security/main TranslationIndex          
    Hit http://security.ubuntu.com precise-security/multiverse TranslationIndex    
    Hit http://security.ubuntu.com precise-security/restricted TranslationIndex    
    Hit http://security.ubuntu.com precise-security/universe TranslationIndex      
    Hit http://security.ubuntu.com precise-security/main Translation-en            
    Hit http://security.ubuntu.com precise-security/multiverse Translation-en      
    Hit http://security.ubuntu.com precise-security/restricted Translation-en      
    Hit http://security.ubuntu.com precise-security/universe Translation-en        
    Get:18 http://gb.archive.ubuntu.com precise-updates/restricted i386 Packages [13.7 kB]
    Get:19 http://gb.archive.ubuntu.com precise-updates/universe i386 Packages [253 kB]
    Get:20 http://gb.archive.ubuntu.com precise-updates/multiverse i386 Packages [15.5 kB]
    Get:21 http://gb.archive.ubuntu.com precise-updates/main TranslationIndex [3,564 B]
    Get:22 http://gb.archive.ubuntu.com precise-updates/multiverse TranslationIndex [2,605 B]
    Get:23 http://gb.archive.ubuntu.com precise-updates/restricted TranslationIndex [2,461 B]
    Get:24 http://gb.archive.ubuntu.com precise-updates/universe TranslationIndex [2,850 B]
    Hit http://gb.archive.ubuntu.com precise-backports/main Sources     
    Hit http://gb.archive.ubuntu.com precise-backports/restricted Sources
    Hit http://gb.archive.ubuntu.com precise-backports/universe Sources            
    Hit http://gb.archive.ubuntu.com precise-backports/multiverse Sources          
    Hit http://gb.archive.ubuntu.com precise-backports/main i386 Packages          
    Hit http://gb.archive.ubuntu.com precise-backports/restricted i386 Packages    
    Hit http://gb.archive.ubuntu.com precise-backports/universe i386 Packages      
    Hit http://gb.archive.ubuntu.com precise-backports/multiverse i386 Packages    
    Hit http://gb.archive.ubuntu.com precise-backports/main TranslationIndex       
    Hit http://gb.archive.ubuntu.com precise-backports/multiverse TranslationIndex 
    Hit http://gb.archive.ubuntu.com precise-backports/restricted TranslationIndex 
    Hit http://gb.archive.ubuntu.com precise-backports/universe TranslationIndex   
    Hit http://gb.archive.ubuntu.com precise/main Translation-en_GB                
    Hit http://gb.archive.ubuntu.com precise/main Translation-en                   
    Hit http://gb.archive.ubuntu.com precise/multiverse Translation-en_GB          
    Hit http://gb.archive.ubuntu.com precise/multiverse Translation-en             
    Hit http://gb.archive.ubuntu.com precise/restricted Translation-en_GB          
    Hit http://gb.archive.ubuntu.com precise/restricted Translation-en             
    Hit http://gb.archive.ubuntu.com precise/universe Translation-en_GB            
    Hit http://gb.archive.ubuntu.com precise/universe Translation-en               
    Hit http://gb.archive.ubuntu.com precise-updates/main Translation-en_GB        
    Hit http://gb.archive.ubuntu.com precise-updates/main Translation-en           
    Hit http://gb.archive.ubuntu.com precise-updates/multiverse Translation-en_GB  
    Hit http://gb.archive.ubuntu.com precise-updates/multiverse Translation-en     
    Hit http://gb.archive.ubuntu.com precise-updates/restricted Translation-en_GB  
    Hit http://gb.archive.ubuntu.com precise-updates/restricted Translation-en     
    Hit http://gb.archive.ubuntu.com precise-updates/universe Translation-en_GB    
    Get:25 http://gb.archive.ubuntu.com precise-updates/universe Translation-en [144 kB]
    Hit http://gb.archive.ubuntu.com precise-backports/main Translation-en         
    Hit http://gb.archive.ubuntu.com precise-backports/multiverse Translation-en   
    Hit http://gb.archive.ubuntu.com precise-backports/restricted Translation-en   
    Hit http://gb.archive.ubuntu.com precise-backports/universe Translation-en     
    Fetched 2,743 kB in 8s (317 kB/s)                                              
    Reading package lists... Done
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    linux-headers-3.5.0-40 is already the newest version.
    You might want to run 'apt-get -f install' to correct these:
    The following packages have unmet dependencies.
     linux-generic-pae : Depends: linux-image-generic-pae (= 3.2.0.65.77) but 3.2.0.67.79 is to be installed
     linux-headers-3.2.0-65-generic : Depends: linux-headers-3.2.0-65 but it is not going to be installed
     linux-headers-generic-lts-quantal : Depends: linux-headers-3.5.0-52-generic but it is not going to be installed
     linux-headers-generic-pae : Depends: linux-headers-3.2.0-65-generic-pae but it is not going to be installed
    E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
    unick@ubuntu:~$
    Or russian roulette ?

    Nick

  6. #26
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,199
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Package System Broken ?

    Raggylad; Sheeshj!

    I was not paying good enough attention to what we are doing !

    Try again:
    Code:
    sudo apt-get update
    sudo apt-get install linux-image-3.2.0-65-generic-pae linux-headers-3.2.0-65-generic linux-headers-3.2.0-65
    See if that output is not more meaningful, and see If I can now make heads or tails out of this !
    Now, I must consider this a possibly the End_Of_Life support for the hardware stacks // to be seen yet.

    try try again
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  7. #27
    Join Date
    May 2009
    Location
    West Wales, UK
    Beans
    140
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Package System Broken ?

    Quote Originally Posted by Bashing-om View Post
    Raggylad; Sheeshj!

    I was not paying good enough attention to what we are doing !

    Try again:
    Code:
    sudo apt-get update
    sudo apt-get install linux-image-3.2.0-65-generic-pae linux-headers-3.2.0-65-generic linux-headers-3.2.0-65
    See if that output is not more meaningful, and see If I can now make heads or tails out of this !
    Now, I must consider this a possibly the End_Of_Life support for the hardware stacks // to be seen yet.
    try try again
    Bashing-om,

    Here's the result:
    Code:
    unick@ubuntu:~$ sudo apt-get update
    [sudo] password for unick: 
    Hit http://gb.archive.ubuntu.com precise Release.gpg
    Get:1 http://gb.archive.ubuntu.com precise-updates Release.gpg [198 B]      
    Hit http://gb.archive.ubuntu.com precise-backports Release.gpg                 
    Get:2 http://security.ubuntu.com precise-security Release.gpg [198 B]          
    Hit http://gb.archive.ubuntu.com precise Release                               
    Get:3 http://gb.archive.ubuntu.com precise-updates Release [98.7 kB]        
    Get:4 http://security.ubuntu.com precise-security Release [50.7 kB]            
    Hit http://linux.dropbox.com precise Release.gpg                               
    Hit http://gb.archive.ubuntu.com precise-backports Release               
    Get:5 http://security.ubuntu.com precise-security/main Sources [108 kB]  
    Hit http://gb.archive.ubuntu.com precise/main Sources                          
    Hit http://gb.archive.ubuntu.com precise/restricted Sources                  
    Hit http://gb.archive.ubuntu.com precise/universe Sources
    Hit http://gb.archive.ubuntu.com precise/multiverse Sources
    Hit http://gb.archive.ubuntu.com precise/main i386 Packages
    Hit http://gb.archive.ubuntu.com precise/restricted i386 Packages
    Hit http://gb.archive.ubuntu.com precise/universe i386 Packages
    Hit http://gb.archive.ubuntu.com precise/multiverse i386 Packages
    Hit http://gb.archive.ubuntu.com precise/main TranslationIndex
    Hit http://gb.archive.ubuntu.com precise/multiverse TranslationIndex
    Hit http://linux.dropbox.com precise Release                                  
    Hit http://gb.archive.ubuntu.com precise/restricted TranslationIndex           
    Hit http://gb.archive.ubuntu.com precise/universe TranslationIndex
    Get:6 http://gb.archive.ubuntu.com precise-updates/main Sources [477 kB]
    Hit http://linux.dropbox.com precise/main i386 Packages                        
    Get:7 http://security.ubuntu.com precise-security/restricted Sources [2,494 B] 
    Get:8 http://security.ubuntu.com precise-security/universe Sources [32.7 kB]   
    Ign http://linux.dropbox.com precise/main TranslationIndex                     
    Get:9 http://security.ubuntu.com precise-security/multiverse Sources [1,786 B] 
    Get:10 http://security.ubuntu.com precise-security/main i386 Packages [443 kB] 
    Get:11 http://gb.archive.ubuntu.com precise-updates/restricted Sources [8,056 B]
    Get:12 http://gb.archive.ubuntu.com precise-updates/universe Sources [110 kB]  
    Get:13 http://gb.archive.ubuntu.com precise-updates/multiverse Sources [8,881 B]
    Get:14 http://gb.archive.ubuntu.com precise-updates/main i386 Packages [855 kB]
    Get:15 http://security.ubuntu.com precise-security/restricted i386 Packages [4,620 B]
    Get:16 http://security.ubuntu.com precise-security/universe i386 Packages [102 kB]
    Get:17 http://security.ubuntu.com precise-security/multiverse i386 Packages [2,644 B]
    Hit http://security.ubuntu.com precise-security/main TranslationIndex          
    Hit http://security.ubuntu.com precise-security/multiverse TranslationIndex    
    Hit http://security.ubuntu.com precise-security/restricted TranslationIndex    
    Hit http://security.ubuntu.com precise-security/universe TranslationIndex      
    Hit http://security.ubuntu.com precise-security/main Translation-en            
    Hit http://security.ubuntu.com precise-security/multiverse Translation-en      
    Hit http://security.ubuntu.com precise-security/restricted Translation-en      
    Ign http://linux.dropbox.com precise/main Translation-en_GB                    
    Hit http://security.ubuntu.com precise-security/universe Translation-en        
    Ign http://linux.dropbox.com precise/main Translation-en                       
    Get:18 http://gb.archive.ubuntu.com precise-updates/restricted i386 Packages [13.7 kB]
    Get:19 http://gb.archive.ubuntu.com precise-updates/universe i386 Packages [253 kB]
    Get:20 http://gb.archive.ubuntu.com precise-updates/multiverse i386 Packages [15.5 kB]
    Hit http://gb.archive.ubuntu.com precise-updates/main TranslationIndex         
    Hit http://gb.archive.ubuntu.com precise-updates/multiverse TranslationIndex   
    Hit http://gb.archive.ubuntu.com precise-updates/restricted TranslationIndex   
    Hit http://gb.archive.ubuntu.com precise-updates/universe TranslationIndex     
    Hit http://gb.archive.ubuntu.com precise-backports/main Sources                
    Hit http://gb.archive.ubuntu.com precise-backports/restricted Sources          
    Hit http://gb.archive.ubuntu.com precise-backports/universe Sources            
    Hit http://gb.archive.ubuntu.com precise-backports/multiverse Sources          
    Hit http://gb.archive.ubuntu.com precise-backports/main i386 Packages          
    Hit http://gb.archive.ubuntu.com precise-backports/restricted i386 Packages    
    Hit http://gb.archive.ubuntu.com precise-backports/universe i386 Packages      
    Hit http://gb.archive.ubuntu.com precise-backports/multiverse i386 Packages    
    Hit http://gb.archive.ubuntu.com precise-backports/main TranslationIndex       
    Hit http://gb.archive.ubuntu.com precise-backports/multiverse TranslationIndex 
    Hit http://gb.archive.ubuntu.com precise-backports/restricted TranslationIndex 
    Hit http://gb.archive.ubuntu.com precise-backports/universe TranslationIndex   
    Hit http://gb.archive.ubuntu.com precise/main Translation-en_GB                
    Hit http://gb.archive.ubuntu.com precise/main Translation-en                   
    Hit http://gb.archive.ubuntu.com precise/multiverse Translation-en_GB          
    Hit http://gb.archive.ubuntu.com precise/multiverse Translation-en             
    Hit http://gb.archive.ubuntu.com precise/restricted Translation-en_GB          
    Hit http://gb.archive.ubuntu.com precise/restricted Translation-en             
    Hit http://gb.archive.ubuntu.com precise/universe Translation-en_GB            
    Hit http://gb.archive.ubuntu.com precise/universe Translation-en               
    Hit http://gb.archive.ubuntu.com precise-updates/main Translation-en_GB        
    Hit http://gb.archive.ubuntu.com precise-updates/main Translation-en           
    Hit http://gb.archive.ubuntu.com precise-updates/multiverse Translation-en_GB  
    Hit http://gb.archive.ubuntu.com precise-updates/multiverse Translation-en     
    Hit http://gb.archive.ubuntu.com precise-updates/restricted Translation-en_GB  
    Hit http://gb.archive.ubuntu.com precise-updates/restricted Translation-en     
    Hit http://gb.archive.ubuntu.com precise-updates/universe Translation-en_GB    
    Hit http://gb.archive.ubuntu.com precise-updates/universe Translation-en       
    Hit http://gb.archive.ubuntu.com precise-backports/main Translation-en         
    Hit http://gb.archive.ubuntu.com precise-backports/multiverse Translation-en   
    Hit http://gb.archive.ubuntu.com precise-backports/restricted Translation-en   
    Hit http://gb.archive.ubuntu.com precise-backports/universe Translation-en     
    Fetched 2,587 kB in 7s (326 kB/s)                                              
    Reading package lists... Done
    unick@ubuntu:~$ sudo apt-get install linux-image-3.2.0-65-generic-pae linux-headers-3.2.0-65-generic linux-headers-3.2.0-65
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    You might want to run 'apt-get -f install' to correct these:
    The following packages have unmet dependencies.
     linux-generic-pae : Depends: linux-image-generic-pae (= 3.2.0.65.77) but 3.2.0.67.79 is to be installed
     linux-headers-generic-lts-quantal : Depends: linux-headers-3.5.0-52-generic but it is not going to be installed
     linux-headers-generic-pae : Depends: linux-headers-3.2.0-65-generic-pae but it is not going to be installed
    E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
    unick@ubuntu:~$

  8. #28
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,199
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Package System Broken ?

    Raggylad; Shucks,

    I will be away from the keyboard for a bit // give me some time to consider this sloppyation.

    Right now looks like
    can't go forward,
    can't go back
    we going sideways, some how
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  9. #29
    Join Date
    May 2009
    Location
    West Wales, UK
    Beans
    140
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Package System Broken ?

    Bashing-om,

    Whenever you're able. I'm on for about another 4 hours. Time zones ! Thanks again.

    Nick

  10. #30
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,199
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Package System Broken ?

    Raggylad; OK.

    Looking at the way to go sideways. what have we got installed now ?
    Show us:
    Code:
    dpkg -l | grep linux-
    shows all the kernels installed.

    And as we need to get away from the 3.5 kernel that is EOL anyway, and get up on the current 3.13 kernel; let's look at where we stand on HWE:
    Code:
    hwe-support-status --verbose
    Maybe the best way is to jump way forward to the 'trusty' HardWare Enablement stack, sooner than later.

    where there is a will there is a way
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

Page 3 of 23 FirstFirst 1234513 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •