Page 1 of 13 12311 ... LastLast
Results 1 to 10 of 121

Thread: Package System Broken

  1. #1
    Join Date
    Jan 2009
    Beans
    80

    Post Package System Broken

    I am running 12.04 and updated my system and apparantly installed some packages for 13.1. I am unable to run wine and want to delete wine and reinstall it. In the process it seems I messed up my System Manager with some third party repositoriies.
    I am trying to do the following:
    Fix my Package Manager which is showing the follwoing message Package System Broken with the follwoing details.

    The following packages have unmet dependencies:

    initramfs-tools: Depends: initramfs-tools-bin (>= 0.99ubuntu13.1) but 0.99ubuntu13.2 is installed
    Depends: klibc-utils (>= 1.5.9-1) but 1.5.25-1ubuntu2 is installed
    Depends: busybox-initramfs (>= 1:1.13.3-1ubuntu5) but 1:1.18.5-1ubuntu4.1 is installed
    Depends: udev (>= 147~-5) but 175-0ubuntu9.4 is installed
    Depends: findutils (>= 4.2.24) but 4.4.2-4ubuntu1 is installed
    Depends: util-linux (> 2.15~rc1) but 2.20.1-1ubuntu3 is installed



    Secondly I am trying to delete and reinstall wine.
    I will be happy for any help I can get. Thanks.

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

    Re: Package System Broken

    blueboy1; Hi !

    I have never seen nothing like that .. but, I will try and help .. see if we can restore ... be aware what you have asked for may turn out to be a tall order. Removing Wine can be a challenge !
    Wine is to be removed as the 1st order of business:
    a) Was Wine functional ?
    b) How did you install Wine ?
    c) What methods/actions have you taken to remove Wine ?

    Post back the following - between code (#) tags - so we know what we are working with:
    Code:
    lsb_release -a
    uname -a
    cat /etc/apt/sources.list
    ls -la /etc/apt/sources.list.d/
    And Post back - between code (#) tags - the complete output of : So we know the condition of the package management system.
    Code:
    sudo apt-get update
    sudo apt-get upgrade
    will see what there is to be done
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  3. #3
    Join Date
    Jan 2009
    Beans
    80

    Re: Package System Broken

    Thanks for your response. Please see the the results of the codes.

    Code:
    alrick@Home:~$ lsb_release -a
    LSB Version:    core-2.0-amd64:core-2.0-noarch:core-3.0-amd64:core-3.0-noarch:core-3.1-amd64:core-3.1-noarch:core-3.2-amd64:core-3.2-noarch:core-4.0-amd64:core-4.0-noarch
    Distributor ID:    Ubuntu
    Description:    Ubuntu 12.04.3 LTS
    Release:    12.04
    Codename:    precise
    alrick@Home:~$ ###########################################################
    alrick@Home:~$ uname -a
    Linux Home 3.2.0-52-generic #78-Ubuntu SMP Fri Jul 26 16:21:44 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
    alrick@Home:~$ ###############################################################
    alrick@Home:~$ cat /etc/apt/sources.list
    
    # deb cdrom:[Ubuntu 12.04 LTS _Precise Pangolin_ - Release amd64 (20120425)]/ dists/precise/restricted/binary-i386/
    # deb cdrom:[Ubuntu 12.04 LTS _Precise Pangolin_ - Release amd64 (20120425)]/ precise main restricted
    
    # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
    # newer versions of the distribution.
    deb http://archive.ubuntu.com/ubuntu precise main restricted
    deb-src http://archive.ubuntu.com/ubuntu precise main restricted
    
    ## Major bug fix updates produced after the final release of the
    ## distribution.
    deb http://archive.ubuntu.com/ubuntu precise-updates main restricted
    deb-src http://archive.ubuntu.com/ubuntu precise-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://archive.ubuntu.com/ubuntu precise universe
    deb-src http://archive.ubuntu.com/ubuntu precise universe
    deb http://archive.ubuntu.com/ubuntu precise-updates universe
    deb-src http://archive.ubuntu.com/ubuntu precise-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://archive.ubuntu.com/ubuntu precise multiverse
    deb-src http://archive.ubuntu.com/ubuntu precise multiverse
    deb http://archive.ubuntu.com/ubuntu precise-updates multiverse
    deb-src http://archive.ubuntu.com/ubuntu precise-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://archive.ubuntu.com/ubuntu precise-security main restricted
    deb-src http://archive.ubuntu.com/ubuntu precise-security main restricted
    deb http://archive.ubuntu.com/ubuntu precise-security universe
    deb-src http://archive.ubuntu.com/ubuntu precise-security universe
    deb http://archive.ubuntu.com/ubuntu precise-security multiverse
    deb-src http://archive.ubuntu.com/ubuntu precise-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 precise partner
    # deb-src http://archive.canonical.com/ubuntu precise 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 precise main
    deb-src http://extras.ubuntu.com/ubuntu precise main
    deb http://archive.ubuntu.com/ubuntu precise-backports restricted main multiverse universe
    alrick@Home:~$ ################################################################
    alrick@Home:~$ ls -la /etc/apt/sources.list.d/
    total 36
    drwxr-xr-x 2 root root 4096 Sep 10 20:05 .
    drwxr-xr-x 6 root root 4096 Sep 17 23:19 ..
    -rw-r--r-- 1 root root  175 Sep 18 22:48 google-earth.list
    -rw-r--r-- 1 root root  175 Sep 18 22:48 google-earth.list.save
    -rw-r--r-- 1 root root  285 Sep 18 22:48 medibuntu.list
    -rw-r--r-- 1 root root  285 Sep 18 22:48 medibuntu.list.save
    -rw-r--r-- 1 root root  130 Sep 18 22:48 shnatsel-zram-precise.list
    -rw-r--r-- 1 root root  130 Sep 18 22:48 shnatsel-zram-precise.list.save
    -rw-r--r-- 1 root root    0 Sep 18 22:48 ubuntu-wine-ppa-precise.list
    -rw-r--r-- 1 root root   69 Sep 18 22:48 ubuntu-wine-ppa-precise.list.save
    alrick@Home:~$ ################################################################
    alrick@Home:~$ sudo apt-get update
    [sudo] password for alrick: 
    Hit http://dl.google.com stable Release.gpg
    Hit http://dl.google.com stable Release                                        
    Hit http://dl.google.com stable/main amd64 Packages                            
    Hit http://dl.google.com stable/main i386 Packages                             
    Ign http://dl.google.com stable/main TranslationIndex                          
    Hit http://archive.ubuntu.com precise Release.gpg                              
    Hit http://archive.ubuntu.com precise-updates Release.gpg                      
    Hit http://archive.ubuntu.com precise-security Release.gpg                     
    Get:1 http://archive.ubuntu.com precise-backports Release.gpg [198 B]          
    Hit http://packages.medibuntu.org precise Release.gpg                          
    Hit http://archive.ubuntu.com precise Release                                  
    Hit http://archive.ubuntu.com precise-updates Release                          
    Hit http://extras.ubuntu.com precise Release.gpg                               
    Hit http://ppa.launchpad.net precise Release.gpg                               
    Hit http://archive.canonical.com precise Release.gpg                           
    Hit http://archive.ubuntu.com precise-security Release                         
    Ign http://dl.google.com stable/main Translation-en_US                         
    Ign http://dl.google.com stable/main Translation-en                            
    Hit http://packages.medibuntu.org precise Release                              
    Get:2 http://archive.ubuntu.com precise-backports Release [49.6 kB]            
    Hit http://extras.ubuntu.com precise Release                                   
    Hit http://ppa.launchpad.net precise Release                                   
    Hit http://archive.canonical.com precise Release                               
    Hit http://archive.ubuntu.com precise/main Sources                             
    Hit http://archive.ubuntu.com precise/restricted Sources                       
    Hit http://archive.ubuntu.com precise/universe Sources                         
    Hit http://archive.ubuntu.com precise/multiverse Sources                       
    Hit http://archive.ubuntu.com precise/main amd64 Packages                      
    Hit http://archive.ubuntu.com precise/restricted amd64 Packages                
    Hit http://archive.ubuntu.com precise/universe amd64 Packages                  
    Hit http://archive.ubuntu.com precise/multiverse amd64 Packages                
    Hit http://archive.ubuntu.com precise/main i386 Packages                       
    Hit http://extras.ubuntu.com precise/main Sources                              
    Hit http://packages.medibuntu.org precise/free amd64 Packages                  
    Hit http://ppa.launchpad.net precise/main Sources                              
    Hit http://archive.canonical.com precise/partner amd64 Packages                
    Hit http://archive.ubuntu.com precise/restricted i386 Packages                 
    Hit http://archive.ubuntu.com precise/universe i386 Packages                   
    Hit http://archive.ubuntu.com precise/multiverse i386 Packages                 
    Hit http://archive.ubuntu.com precise/main TranslationIndex                    
    Hit http://archive.ubuntu.com precise/multiverse TranslationIndex              
    Hit http://archive.ubuntu.com precise/restricted TranslationIndex              
    Hit http://archive.ubuntu.com precise/universe TranslationIndex                
    Hit http://archive.ubuntu.com precise-updates/main Sources                     
    Hit http://archive.ubuntu.com precise-updates/restricted Sources               
    Hit http://archive.ubuntu.com precise-updates/universe Sources                 
    Hit http://extras.ubuntu.com precise/main amd64 Packages                       
    Hit http://extras.ubuntu.com precise/main i386 Packages                        
    Ign http://extras.ubuntu.com precise/main TranslationIndex                     
    Hit http://archive.ubuntu.com precise-updates/multiverse Sources               
    Hit http://archive.ubuntu.com precise-updates/main amd64 Packages              
    Hit http://archive.ubuntu.com precise-updates/restricted amd64 Packages        
    Hit http://archive.ubuntu.com precise-updates/universe amd64 Packages          
    Hit http://archive.ubuntu.com precise-updates/multiverse amd64 Packages        
    Hit http://archive.ubuntu.com precise-updates/main i386 Packages               
    Hit http://archive.ubuntu.com precise-updates/restricted i386 Packages         
    Hit http://archive.ubuntu.com precise-updates/universe i386 Packages           
    Hit http://archive.ubuntu.com precise-updates/multiverse i386 Packages         
    Hit http://ppa.launchpad.net precise/main amd64 Packages                       
    Hit http://ppa.launchpad.net precise/main i386 Packages                        
    Ign http://ppa.launchpad.net precise/main TranslationIndex                     
    Hit http://packages.medibuntu.org precise/non-free amd64 Packages              
    Hit http://archive.canonical.com precise/partner i386 Packages                 
    Ign http://archive.canonical.com precise/partner TranslationIndex              
    Hit http://archive.ubuntu.com precise-updates/main TranslationIndex            
    Hit http://archive.ubuntu.com precise-updates/multiverse TranslationIndex      
    Hit http://archive.ubuntu.com precise-updates/restricted TranslationIndex      
    Hit http://archive.ubuntu.com precise-updates/universe TranslationIndex        
    Hit http://archive.ubuntu.com precise-security/main Sources                    
    Hit http://archive.ubuntu.com precise-security/restricted Sources              
    Hit http://archive.ubuntu.com precise-security/universe Sources                
    Hit http://archive.ubuntu.com precise-security/multiverse Sources              
    Hit http://archive.ubuntu.com precise-security/main amd64 Packages             
    Hit http://archive.ubuntu.com precise-security/restricted amd64 Packages       
    Hit http://archive.ubuntu.com precise-security/universe amd64 Packages         
    Hit http://archive.ubuntu.com precise-security/multiverse amd64 Packages       
    Hit http://archive.ubuntu.com precise-security/main i386 Packages              
    Hit http://archive.ubuntu.com precise-security/restricted i386 Packages        
    Hit http://archive.ubuntu.com precise-security/universe i386 Packages          
    Hit http://packages.medibuntu.org precise/free i386 Packages                   
    Hit http://archive.ubuntu.com precise-security/multiverse i386 Packages        
    Hit http://archive.ubuntu.com precise-security/main TranslationIndex           
    Hit http://archive.ubuntu.com precise-security/multiverse TranslationIndex     
    Hit http://archive.ubuntu.com precise-security/restricted TranslationIndex     
    Hit http://archive.ubuntu.com precise-security/universe TranslationIndex       
    Get:3 http://archive.ubuntu.com precise-backports/restricted amd64 Packages [14 B]
    Get:4 http://archive.ubuntu.com precise-backports/main amd64 Packages [2,818 B]
    Get:5 http://archive.ubuntu.com precise-backports/multiverse amd64 Packages [5,206 B]
    Get:6 http://archive.ubuntu.com precise-backports/universe amd64 Packages [36.5 kB]
    Get:7 http://archive.ubuntu.com precise-backports/restricted i386 Packages [14 B]
    Get:8 http://archive.ubuntu.com precise-backports/main i386 Packages [2,825 B] 
    Get:9 http://archive.ubuntu.com precise-backports/multiverse i386 Packages [5,178 B]
    Hit http://packages.medibuntu.org precise/non-free i386 Packages               
    Get:10 http://archive.ubuntu.com precise-backports/universe i386 Packages [36.3 kB]
    Hit http://archive.ubuntu.com precise-backports/main TranslationIndex          
    Hit http://archive.ubuntu.com precise-backports/multiverse TranslationIndex    
    Hit http://archive.ubuntu.com precise-backports/restricted TranslationIndex    
    Hit http://archive.ubuntu.com precise-backports/universe TranslationIndex      
    Hit http://archive.ubuntu.com precise/main Translation-en                      
    Hit http://archive.ubuntu.com precise/multiverse Translation-en                
    Hit http://archive.ubuntu.com precise/restricted Translation-en                
    Hit http://archive.ubuntu.com precise/universe Translation-en                  
    Hit http://archive.ubuntu.com precise-updates/main Translation-en              
    Hit http://archive.ubuntu.com precise-updates/multiverse Translation-en        
    Hit http://archive.ubuntu.com precise-updates/restricted Translation-en        
    Hit http://archive.ubuntu.com precise-updates/universe Translation-en          
    Hit http://archive.ubuntu.com precise-security/main Translation-en             
    Ign http://packages.medibuntu.org precise/free TranslationIndex                
    Hit http://archive.ubuntu.com precise-security/multiverse Translation-en       
    Hit http://archive.ubuntu.com precise-security/restricted Translation-en       
    Hit http://archive.ubuntu.com precise-security/universe Translation-en
    Hit http://archive.ubuntu.com precise-backports/main Translation-en   
    Hit http://archive.ubuntu.com precise-backports/multiverse Translation-en
    Hit http://archive.ubuntu.com precise-backports/restricted Translation-en
    Hit http://archive.ubuntu.com precise-backports/universe Translation-en
    Ign http://packages.medibuntu.org precise/non-free TranslationIndex   
    Ign http://extras.ubuntu.com precise/main Translation-en_US                    
    Ign http://ppa.launchpad.net precise/main Translation-en_US                    
    Ign http://archive.canonical.com precise/partner Translation-en_US             
    Ign http://extras.ubuntu.com precise/main Translation-en                       
    Ign http://ppa.launchpad.net precise/main Translation-en                       
    Ign http://archive.canonical.com precise/partner Translation-en                
    Ign http://packages.medibuntu.org precise/free Translation-en_US               
    Ign http://packages.medibuntu.org precise/free Translation-en
    Ign http://packages.medibuntu.org precise/non-free Translation-en_US
    Ign http://packages.medibuntu.org precise/non-free Translation-en              
    Fetched 139 kB in 6s (22.1 kB/s)                                               
    Reading package lists... Done
    alrick@Home:~$ ##########################################################
    alrick@Home:~$ 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:
     initramfs-tools : Depends: initramfs-tools-bin (< 0.99ubuntu13.1.1~) but 0.99ubuntu13.2 is installed
    E: Unmet dependencies. Try using -f.
    alrick@Home:~$ ###########################################################
    alrick@Home:~$ sudo apt-get -f
    apt 0.8.16~exp12ubuntu10.12 for amd64 compiled on Jul 16 2013 18:00:51
    Usage: apt-get [options] command
           apt-get [options] install|remove pkg1 [pkg2 ...]
           apt-get [options] source pkg1 [pkg2 ...]
    
    apt-get is a simple command line interface for downloading and
    installing packages. The most frequently used commands are update
    and install.
    
    Commands:
       update - Retrieve new lists of packages
       upgrade - Perform an upgrade
       install - Install new packages (pkg is libc6 not libc6.deb)
       remove - Remove packages
       autoremove - Remove automatically all unused packages
       purge - Remove packages and config files
       source - Download source archives
       build-dep - Configure build-dependencies for source packages
       dist-upgrade - Distribution upgrade, see apt-get(8)
       dselect-upgrade - Follow dselect selections
       clean - Erase downloaded archive files
       autoclean - Erase old downloaded archive files
       check - Verify that there are no broken dependencies
       changelog - Download and display the changelog for the given package
       download - Download the binary package into the current directory
    
    Options:
      -h  This help text.
      -q  Loggable output - no progress indicator
      -qq No output except for errors
      -d  Download only - do NOT install or unpack archives
      -s  No-act. Perform ordering simulation
      -y  Assume Yes to all queries and do not prompt
      -f  Attempt to correct a system with broken dependencies in place
      -m  Attempt to continue if archives are unlocatable
      -u  Show a list of upgraded packages as well
      -b  Build the source package after fetching it
      -V  Show verbose version numbers
      -c=? Read this configuration file
      -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp
    See the apt-get(8), sources.list(5) and apt.conf(5) manual
    pages for more information and options.
                           This APT has Super Cow Powers.
    alrick@Home:~$ ###############################################################
    Last edited by Frogs Hair; September 24th, 2013 at 06:37 PM. Reason: Code Tags

  4. #4
    Join Date
    Jan 2009
    Beans
    80

    Re: Package System Broken

    Thanks for your response. Please see the the results of the codes.

    Code:
    alrick@Home:~$ lsb_release -a
    LSB Version:    core-2.0-amd64:core-2.0-noarch:core-3.0-amd64:core-3.0-noarch:core-3.1-amd64:core-3.1-noarch:core-3.2-amd64:core-3.2-noarch:core-4.0-amd64:core-4.0-noarch
    Distributor ID:    Ubuntu
    Description:    Ubuntu 12.04.3 LTS
    Release:    12.04
    Codename:    precise
    alrick@Home:~$ ###########################################################
    alrick@Home:~$ uname -a
    Linux Home 3.2.0-52-generic #78-Ubuntu SMP Fri Jul 26 16:21:44 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
    alrick@Home:~$ ###############################################################
    alrick@Home:~$ cat /etc/apt/sources.list
    
    # deb cdrom:[Ubuntu 12.04 LTS _Precise Pangolin_ - Release amd64 (20120425)]/ dists/precise/restricted/binary-i386/
    # deb cdrom:[Ubuntu 12.04 LTS _Precise Pangolin_ - Release amd64 (20120425)]/ precise main restricted
    
    # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
    # newer versions of the distribution.
    deb http://archive.ubuntu.com/ubuntu precise main restricted
    deb-src http://archive.ubuntu.com/ubuntu precise main restricted
    
    ## Major bug fix updates produced after the final release of the
    ## distribution.
    deb http://archive.ubuntu.com/ubuntu precise-updates main restricted
    deb-src http://archive.ubuntu.com/ubuntu precise-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://archive.ubuntu.com/ubuntu precise universe
    deb-src http://archive.ubuntu.com/ubuntu precise universe
    deb http://archive.ubuntu.com/ubuntu precise-updates universe
    deb-src http://archive.ubuntu.com/ubuntu precise-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://archive.ubuntu.com/ubuntu precise multiverse
    deb-src http://archive.ubuntu.com/ubuntu precise multiverse
    deb http://archive.ubuntu.com/ubuntu precise-updates multiverse
    deb-src http://archive.ubuntu.com/ubuntu precise-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://archive.ubuntu.com/ubuntu precise-security main restricted
    deb-src http://archive.ubuntu.com/ubuntu precise-security main restricted
    deb http://archive.ubuntu.com/ubuntu precise-security universe
    deb-src http://archive.ubuntu.com/ubuntu precise-security universe
    deb http://archive.ubuntu.com/ubuntu precise-security multiverse
    deb-src http://archive.ubuntu.com/ubuntu precise-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 precise partner
    # deb-src http://archive.canonical.com/ubuntu precise 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 precise main
    deb-src http://extras.ubuntu.com/ubuntu precise main
    deb http://archive.ubuntu.com/ubuntu precise-backports restricted main multiverse universe
    alrick@Home:~$ ################################################################
    alrick@Home:~$ ls -la /etc/apt/sources.list.d/
    total 36
    drwxr-xr-x 2 root root 4096 Sep 10 20:05 .
    drwxr-xr-x 6 root root 4096 Sep 17 23:19 ..
    -rw-r--r-- 1 root root  175 Sep 18 22:48 google-earth.list
    -rw-r--r-- 1 root root  175 Sep 18 22:48 google-earth.list.save
    -rw-r--r-- 1 root root  285 Sep 18 22:48 medibuntu.list
    -rw-r--r-- 1 root root  285 Sep 18 22:48 medibuntu.list.save
    -rw-r--r-- 1 root root  130 Sep 18 22:48 shnatsel-zram-precise.list
    -rw-r--r-- 1 root root  130 Sep 18 22:48 shnatsel-zram-precise.list.save
    -rw-r--r-- 1 root root    0 Sep 18 22:48 ubuntu-wine-ppa-precise.list
    -rw-r--r-- 1 root root   69 Sep 18 22:48 ubuntu-wine-ppa-precise.list.save
    alrick@Home:~$ ################################################################
    alrick@Home:~$ sudo apt-get update
    [sudo] password for alrick: 
    Hit http://dl.google.com stable Release.gpg
    Hit http://dl.google.com stable Release                                        
    Hit http://dl.google.com stable/main amd64 Packages                            
    Hit http://dl.google.com stable/main i386 Packages                             
    Ign http://dl.google.com stable/main TranslationIndex                          
    Hit http://archive.ubuntu.com precise Release.gpg                              
    Hit http://archive.ubuntu.com precise-updates Release.gpg                      
    Hit http://archive.ubuntu.com precise-security Release.gpg                     
    Get:1 http://archive.ubuntu.com precise-backports Release.gpg [198 B]          
    Hit http://packages.medibuntu.org precise Release.gpg                          
    Hit http://archive.ubuntu.com precise Release                                  
    Hit http://archive.ubuntu.com precise-updates Release                          
    Hit http://extras.ubuntu.com precise Release.gpg                               
    Hit http://ppa.launchpad.net precise Release.gpg                               
    Hit http://archive.canonical.com precise Release.gpg                           
    Hit http://archive.ubuntu.com precise-security Release                         
    Ign http://dl.google.com stable/main Translation-en_US                         
    Ign http://dl.google.com stable/main Translation-en                            
    Hit http://packages.medibuntu.org precise Release                              
    Get:2 http://archive.ubuntu.com precise-backports Release [49.6 kB]            
    Hit http://extras.ubuntu.com precise Release                                   
    Hit http://ppa.launchpad.net precise Release                                   
    Hit http://archive.canonical.com precise Release                               
    Hit http://archive.ubuntu.com precise/main Sources                             
    Hit http://archive.ubuntu.com precise/restricted Sources                       
    Hit http://archive.ubuntu.com precise/universe Sources                         
    Hit http://archive.ubuntu.com precise/multiverse Sources                       
    Hit http://archive.ubuntu.com precise/main amd64 Packages                      
    Hit http://archive.ubuntu.com precise/restricted amd64 Packages                
    Hit http://archive.ubuntu.com precise/universe amd64 Packages                  
    Hit http://archive.ubuntu.com precise/multiverse amd64 Packages                
    Hit http://archive.ubuntu.com precise/main i386 Packages                       
    Hit http://extras.ubuntu.com precise/main Sources                              
    Hit http://packages.medibuntu.org precise/free amd64 Packages                  
    Hit http://ppa.launchpad.net precise/main Sources                              
    Hit http://archive.canonical.com precise/partner amd64 Packages                
    Hit http://archive.ubuntu.com precise/restricted i386 Packages                 
    Hit http://archive.ubuntu.com precise/universe i386 Packages                   
    Hit http://archive.ubuntu.com precise/multiverse i386 Packages                 
    Hit http://archive.ubuntu.com precise/main TranslationIndex                    
    Hit http://archive.ubuntu.com precise/multiverse TranslationIndex              
    Hit http://archive.ubuntu.com precise/restricted TranslationIndex              
    Hit http://archive.ubuntu.com precise/universe TranslationIndex                
    Hit http://archive.ubuntu.com precise-updates/main Sources                     
    Hit http://archive.ubuntu.com precise-updates/restricted Sources               
    Hit http://archive.ubuntu.com precise-updates/universe Sources                 
    Hit http://extras.ubuntu.com precise/main amd64 Packages                       
    Hit http://extras.ubuntu.com precise/main i386 Packages                        
    Ign http://extras.ubuntu.com precise/main TranslationIndex                     
    Hit http://archive.ubuntu.com precise-updates/multiverse Sources               
    Hit http://archive.ubuntu.com precise-updates/main amd64 Packages              
    Hit http://archive.ubuntu.com precise-updates/restricted amd64 Packages        
    Hit http://archive.ubuntu.com precise-updates/universe amd64 Packages          
    Hit http://archive.ubuntu.com precise-updates/multiverse amd64 Packages        
    Hit http://archive.ubuntu.com precise-updates/main i386 Packages               
    Hit http://archive.ubuntu.com precise-updates/restricted i386 Packages         
    Hit http://archive.ubuntu.com precise-updates/universe i386 Packages           
    Hit http://archive.ubuntu.com precise-updates/multiverse i386 Packages         
    Hit http://ppa.launchpad.net precise/main amd64 Packages                       
    Hit http://ppa.launchpad.net precise/main i386 Packages                        
    Ign http://ppa.launchpad.net precise/main TranslationIndex                     
    Hit http://packages.medibuntu.org precise/non-free amd64 Packages              
    Hit http://archive.canonical.com precise/partner i386 Packages                 
    Ign http://archive.canonical.com precise/partner TranslationIndex              
    Hit http://archive.ubuntu.com precise-updates/main TranslationIndex            
    Hit http://archive.ubuntu.com precise-updates/multiverse TranslationIndex      
    Hit http://archive.ubuntu.com precise-updates/restricted TranslationIndex      
    Hit http://archive.ubuntu.com precise-updates/universe TranslationIndex        
    Hit http://archive.ubuntu.com precise-security/main Sources                    
    Hit http://archive.ubuntu.com precise-security/restricted Sources              
    Hit http://archive.ubuntu.com precise-security/universe Sources                
    Hit http://archive.ubuntu.com precise-security/multiverse Sources              
    Hit http://archive.ubuntu.com precise-security/main amd64 Packages             
    Hit http://archive.ubuntu.com precise-security/restricted amd64 Packages       
    Hit http://archive.ubuntu.com precise-security/universe amd64 Packages         
    Hit http://archive.ubuntu.com precise-security/multiverse amd64 Packages       
    Hit http://archive.ubuntu.com precise-security/main i386 Packages              
    Hit http://archive.ubuntu.com precise-security/restricted i386 Packages        
    Hit http://archive.ubuntu.com precise-security/universe i386 Packages          
    Hit http://packages.medibuntu.org precise/free i386 Packages                   
    Hit http://archive.ubuntu.com precise-security/multiverse i386 Packages        
    Hit http://archive.ubuntu.com precise-security/main TranslationIndex           
    Hit http://archive.ubuntu.com precise-security/multiverse TranslationIndex     
    Hit http://archive.ubuntu.com precise-security/restricted TranslationIndex     
    Hit http://archive.ubuntu.com precise-security/universe TranslationIndex       
    Get:3 http://archive.ubuntu.com precise-backports/restricted amd64 Packages [14 B]
    Get:4 http://archive.ubuntu.com precise-backports/main amd64 Packages [2,818 B]
    Get:5 http://archive.ubuntu.com precise-backports/multiverse amd64 Packages [5,206 B]
    Get:6 http://archive.ubuntu.com precise-backports/universe amd64 Packages [36.5 kB]
    Get:7 http://archive.ubuntu.com precise-backports/restricted i386 Packages [14 B]
    Get:8 http://archive.ubuntu.com precise-backports/main i386 Packages [2,825 B] 
    Get:9 http://archive.ubuntu.com precise-backports/multiverse i386 Packages [5,178 B]
    Hit http://packages.medibuntu.org precise/non-free i386 Packages               
    Get:10 http://archive.ubuntu.com precise-backports/universe i386 Packages [36.3 kB]
    Hit http://archive.ubuntu.com precise-backports/main TranslationIndex          
    Hit http://archive.ubuntu.com precise-backports/multiverse TranslationIndex    
    Hit http://archive.ubuntu.com precise-backports/restricted TranslationIndex    
    Hit http://archive.ubuntu.com precise-backports/universe TranslationIndex      
    Hit http://archive.ubuntu.com precise/main Translation-en                      
    Hit http://archive.ubuntu.com precise/multiverse Translation-en                
    Hit http://archive.ubuntu.com precise/restricted Translation-en                
    Hit http://archive.ubuntu.com precise/universe Translation-en                  
    Hit http://archive.ubuntu.com precise-updates/main Translation-en              
    Hit http://archive.ubuntu.com precise-updates/multiverse Translation-en        
    Hit http://archive.ubuntu.com precise-updates/restricted Translation-en        
    Hit http://archive.ubuntu.com precise-updates/universe Translation-en          
    Hit http://archive.ubuntu.com precise-security/main Translation-en             
    Ign http://packages.medibuntu.org precise/free TranslationIndex                
    Hit http://archive.ubuntu.com precise-security/multiverse Translation-en       
    Hit http://archive.ubuntu.com precise-security/restricted Translation-en       
    Hit http://archive.ubuntu.com precise-security/universe Translation-en
    Hit http://archive.ubuntu.com precise-backports/main Translation-en   
    Hit http://archive.ubuntu.com precise-backports/multiverse Translation-en
    Hit http://archive.ubuntu.com precise-backports/restricted Translation-en
    Hit http://archive.ubuntu.com precise-backports/universe Translation-en
    Ign http://packages.medibuntu.org precise/non-free TranslationIndex   
    Ign http://extras.ubuntu.com precise/main Translation-en_US                    
    Ign http://ppa.launchpad.net precise/main Translation-en_US                    
    Ign http://archive.canonical.com precise/partner Translation-en_US             
    Ign http://extras.ubuntu.com precise/main Translation-en                       
    Ign http://ppa.launchpad.net precise/main Translation-en                       
    Ign http://archive.canonical.com precise/partner Translation-en                
    Ign http://packages.medibuntu.org precise/free Translation-en_US               
    Ign http://packages.medibuntu.org precise/free Translation-en
    Ign http://packages.medibuntu.org precise/non-free Translation-en_US
    Ign http://packages.medibuntu.org precise/non-free Translation-en              
    Fetched 139 kB in 6s (22.1 kB/s)                                               
    Reading package lists... Done
    alrick@Home:~$ ##########################################################
    alrick@Home:~$ 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:
     initramfs-tools : Depends: initramfs-tools-bin (< 0.99ubuntu13.1.1~) but 0.99ubuntu13.2 is installed
    E: Unmet dependencies. Try using -f.
    alrick@Home:~$ ###########################################################
    alrick@Home:~$ sudo apt-get -f
    apt 0.8.16~exp12ubuntu10.12 for amd64 compiled on Jul 16 2013 18:00:51
    Usage: apt-get [options] command
           apt-get [options] install|remove pkg1 [pkg2 ...]
           apt-get [options] source pkg1 [pkg2 ...]
    
    apt-get is a simple command line interface for downloading and
    installing packages. The most frequently used commands are update
    and install.
    
    Commands:
       update - Retrieve new lists of packages
       upgrade - Perform an upgrade
       install - Install new packages (pkg is libc6 not libc6.deb)
       remove - Remove packages
       autoremove - Remove automatically all unused packages
       purge - Remove packages and config files
       source - Download source archives
       build-dep - Configure build-dependencies for source packages
       dist-upgrade - Distribution upgrade, see apt-get(8)
       dselect-upgrade - Follow dselect selections
       clean - Erase downloaded archive files
       autoclean - Erase old downloaded archive files
       check - Verify that there are no broken dependencies
       changelog - Download and display the changelog for the given package
       download - Download the binary package into the current directory
    
    Options:
      -h  This help text.
      -q  Loggable output - no progress indicator
      -qq No output except for errors
      -d  Download only - do NOT install or unpack archives
      -s  No-act. Perform ordering simulation
      -y  Assume Yes to all queries and do not prompt
      -f  Attempt to correct a system with broken dependencies in place
      -m  Attempt to continue if archives are unlocatable
      -u  Show a list of upgraded packages as well
      -b  Build the source package after fetching it
      -V  Show verbose version numbers
      -c=? Read this configuration file
      -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp
    See the apt-get(8), sources.list(5) and apt.conf(5) manual
    pages for more information and options.
                           This APT has Super Cow Powers.
    alrick@Home:~$ ###############################################################
    Last edited by Frogs Hair; September 24th, 2013 at 06:39 PM. Reason: Code Tags

  5. #5
    Join Date
    Jan 2009
    Beans
    80

    Re: Package System Broken

    Code:
    alrick@Home:~$ lsb_release -a
    LSB Version:    core-2.0-amd64:core-2.0-noarch:core-3.0-amd64:core-3.0-noarch:core-3.1-amd64:core-3.1-noarch:core-3.2-amd64:core-3.2-noarch:core-4.0-amd64:core-4.0-noarch
    Distributor ID:    Ubuntu
    Description:    Ubuntu 12.04.3 LTS
    Release:    12.04
    Codename:    precise
    alrick@Home:~$ 
    alrick@Home:~$ ##########################################################
    alrick@Home:~$ uname -a
    Linux Home 3.2.0-52-generic #78-Ubuntu SMP Fri Jul 26 16:21:44 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
    alrick@Home:~$ ##########################################################
    alrick@Home:~$ cat /etc/apt/sources.list
    
    # deb cdrom:[Ubuntu 12.04 LTS _Precise Pangolin_ - Release amd64 (20120425)]/ dists/precise/restricted/binary-i386/
    # deb cdrom:[Ubuntu 12.04 LTS _Precise Pangolin_ - Release amd64 (20120425)]/ precise main restricted
    
    # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
    # newer versions of the distribution.
    deb http://archive.ubuntu.com/ubuntu precise main restricted
    deb-src http://archive.ubuntu.com/ubuntu precise main restricted
    
    ## Major bug fix updates produced after the final release of the
    ## distribution.
    deb http://archive.ubuntu.com/ubuntu precise-updates main restricted
    deb-src http://archive.ubuntu.com/ubuntu precise-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://archive.ubuntu.com/ubuntu precise universe
    deb-src http://archive.ubuntu.com/ubuntu precise universe
    deb http://archive.ubuntu.com/ubuntu precise-updates universe
    deb-src http://archive.ubuntu.com/ubuntu precise-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://archive.ubuntu.com/ubuntu precise multiverse
    deb-src http://archive.ubuntu.com/ubuntu precise multiverse
    deb http://archive.ubuntu.com/ubuntu precise-updates multiverse
    deb-src http://archive.ubuntu.com/ubuntu precise-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://archive.ubuntu.com/ubuntu precise-security main restricted
    deb-src http://archive.ubuntu.com/ubuntu precise-security main restricted
    deb http://archive.ubuntu.com/ubuntu precise-security universe
    deb-src http://archive.ubuntu.com/ubuntu precise-security universe
    deb http://archive.ubuntu.com/ubuntu precise-security multiverse
    deb-src http://archive.ubuntu.com/ubuntu precise-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 precise partner
    # deb-src http://archive.canonical.com/ubuntu precise 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 precise main
    deb-src http://extras.ubuntu.com/ubuntu precise main
    deb http://archive.ubuntu.com/ubuntu precise-backports restricted main multiverse universe
    alrick@Home:~$ #############################################################
    alrick@Home:~$ ls -la /etc/apt/sources.list.d/
    total 36
    drwxr-xr-x 2 root root 4096 Sep 10 20:05 .
    drwxr-xr-x 6 root root 4096 Sep 17 23:19 ..
    -rw-r--r-- 1 root root  175 Sep 18 22:48 google-earth.list
    -rw-r--r-- 1 root root  175 Sep 18 22:48 google-earth.list.save
    -rw-r--r-- 1 root root  285 Sep 18 22:48 medibuntu.list
    -rw-r--r-- 1 root root  285 Sep 18 22:48 medibuntu.list.save
    -rw-r--r-- 1 root root  130 Sep 18 22:48 shnatsel-zram-precise.list
    -rw-r--r-- 1 root root  130 Sep 18 22:48 shnatsel-zram-precise.list.save
    -rw-r--r-- 1 root root    0 Sep 18 22:48 ubuntu-wine-ppa-precise.list
    -rw-r--r-- 1 root root   69 Sep 18 22:48 ubuntu-wine-ppa-precise.list.save
    alrick@Home:~$ ############################################################
    alrick@Home:~$ sudo apt-get update
    [sudo] password for alrick: 
    Hit http://dl.google.com stable Release.gpg
    Hit http://dl.google.com stable Release                                        
    Hit http://archive.ubuntu.com precise Release.gpg                              
    Get:1 http://archive.ubuntu.com precise-updates Release.gpg [198 B]            
    Get:2 http://archive.ubuntu.com precise-security Release.gpg [198 B]           
    Hit http://archive.ubuntu.com precise-backports Release.gpg                    
    Hit http://dl.google.com stable/main amd64 Packages                            
    Hit http://archive.canonical.com precise Release.gpg                           
    Hit http://dl.google.com stable/main i386 Packages                             
    Hit http://extras.ubuntu.com precise Release.gpg                               
    Hit http://ppa.launchpad.net precise Release.gpg                               
    Hit http://archive.ubuntu.com precise Release                                  
    Get:3 http://archive.ubuntu.com precise-updates Release [49.6 kB]              
    Ign http://dl.google.com stable/main TranslationIndex                          
    Hit http://packages.medibuntu.org precise Release.gpg                          
    Hit http://archive.canonical.com precise Release                               
    Hit http://ppa.launchpad.net precise Release                                   
    Hit http://extras.ubuntu.com precise Release                                   
    Get:4 http://archive.ubuntu.com precise-security Release [49.6 kB]             
    Hit http://archive.canonical.com precise/partner amd64 Packages                
    Hit http://ppa.launchpad.net precise/main Sources                              
    Hit http://packages.medibuntu.org precise Release                              
    Hit http://extras.ubuntu.com precise/main Sources                              
    Hit http://archive.ubuntu.com precise-backports Release                        
    Hit http://archive.ubuntu.com precise/main Sources                             
    Hit http://archive.ubuntu.com precise/restricted Sources                       
    Hit http://archive.ubuntu.com precise/universe Sources                         
    Hit http://archive.ubuntu.com precise/multiverse Sources                       
    Hit http://archive.ubuntu.com precise/main amd64 Packages                      
    Hit http://archive.ubuntu.com precise/restricted amd64 Packages                
    Hit http://archive.ubuntu.com precise/universe amd64 Packages                  
    Hit http://archive.ubuntu.com precise/multiverse amd64 Packages                
    Hit http://archive.canonical.com precise/partner i386 Packages                 
    Ign http://archive.canonical.com precise/partner TranslationIndex              
    Ign http://dl.google.com stable/main Translation-en_US                         
    Hit http://ppa.launchpad.net precise/main amd64 Packages                       
    Hit http://ppa.launchpad.net precise/main i386 Packages                        
    Ign http://ppa.launchpad.net precise/main TranslationIndex                     
    Ign http://dl.google.com stable/main Translation-en                            
    Hit http://archive.ubuntu.com precise/main i386 Packages                       
    Hit http://archive.ubuntu.com precise/restricted i386 Packages                 
    Hit http://archive.ubuntu.com precise/universe i386 Packages                   
    Hit http://archive.ubuntu.com precise/multiverse i386 Packages                 
    Hit http://archive.ubuntu.com precise/main TranslationIndex                    
    Hit http://extras.ubuntu.com precise/main amd64 Packages                       
    Hit http://extras.ubuntu.com precise/main i386 Packages                        
    Ign http://extras.ubuntu.com precise/main TranslationIndex                     
    Hit http://archive.ubuntu.com precise/multiverse TranslationIndex              
    Hit http://archive.ubuntu.com precise/restricted TranslationIndex              
    Hit http://archive.ubuntu.com precise/universe TranslationIndex                
    Get:5 http://archive.ubuntu.com precise-updates/main Sources [418 kB]          
    Hit http://packages.medibuntu.org precise/free amd64 Packages                  
    Get:6 http://archive.ubuntu.com precise-updates/restricted Sources [7,006 B]   
    Get:7 http://archive.ubuntu.com precise-updates/universe Sources [95.7 kB]     
    Hit http://packages.medibuntu.org precise/non-free amd64 Packages              
    Get:8 http://archive.ubuntu.com precise-updates/multiverse Sources [8,343 B]   
    Get:9 http://archive.ubuntu.com precise-updates/main amd64 Packages [689 kB]   
    Hit http://packages.medibuntu.org precise/free i386 Packages                   
    Get:10 http://archive.ubuntu.com precise-updates/restricted amd64 Packages [11.5 kB]
    Get:11 http://archive.ubuntu.com precise-updates/universe amd64 Packages [216 kB]
    Get:12 http://archive.ubuntu.com precise-updates/multiverse amd64 Packages [13.9 kB]
    Get:13 http://archive.ubuntu.com precise-updates/main i386 Packages [709 kB]   
    Hit http://packages.medibuntu.org precise/non-free i386 Packages               
    Ign http://archive.canonical.com precise/partner Translation-en_US             
    Ign http://ppa.launchpad.net precise/main Translation-en_US                    
    Get:14 http://archive.ubuntu.com precise-updates/restricted i386 Packages [11.4 kB]
    Get:15 http://archive.ubuntu.com precise-updates/universe i386 Packages [220 kB]
    Ign http://extras.ubuntu.com precise/main Translation-en_US                    
    Ign http://archive.canonical.com precise/partner Translation-en                
    Get:16 http://archive.ubuntu.com precise-updates/multiverse i386 Packages [14.0 kB]
    Ign http://ppa.launchpad.net precise/main Translation-en                       
    Hit http://archive.ubuntu.com precise-updates/main TranslationIndex            
    Hit http://archive.ubuntu.com precise-updates/multiverse TranslationIndex      
    Hit http://archive.ubuntu.com precise-updates/restricted TranslationIndex      
    Hit http://archive.ubuntu.com precise-updates/universe TranslationIndex        
    Get:17 http://archive.ubuntu.com precise-security/main Sources [88.4 kB]       
    Get:18 http://archive.ubuntu.com precise-security/restricted Sources [2,494 B] 
    Get:19 http://archive.ubuntu.com precise-security/universe Sources [28.0 kB]   
    Ign http://extras.ubuntu.com precise/main Translation-en                       
    Get:20 http://archive.ubuntu.com precise-security/multiverse Sources [1,804 B] 
    Get:21 http://archive.ubuntu.com precise-security/main amd64 Packages [318 kB]
    Ign http://packages.medibuntu.org precise/free TranslationIndex              
    Get:22 http://archive.ubuntu.com precise-security/restricted amd64 Packages [4,627 B]
    Get:23 http://archive.ubuntu.com precise-security/universe amd64 Packages [82.3 kB]
    Get:24 http://archive.ubuntu.com precise-security/multiverse amd64 Packages [2,449 B]
    Get:25 http://archive.ubuntu.com precise-security/main i386 Packages [337 kB]
    Get:26 http://archive.ubuntu.com precise-security/restricted i386 Packages [4,620 B]
    Get:27 http://archive.ubuntu.com precise-security/universe i386 Packages [85.7 kB]
    Ign http://packages.medibuntu.org precise/non-free TranslationIndex
    Get:28 http://archive.ubuntu.com precise-security/multiverse i386 Packages [2,640 B]
    Get:29 http://archive.ubuntu.com precise-security/main TranslationIndex [74 B] 
    Get:30 http://archive.ubuntu.com precise-security/multiverse TranslationIndex [72 B]
    Get:31 http://archive.ubuntu.com precise-security/restricted TranslationIndex [72 B]
    Get:32 http://archive.ubuntu.com precise-security/universe TranslationIndex [73 B]
    Hit http://archive.ubuntu.com precise-backports/restricted amd64 Packages      
    Hit http://archive.ubuntu.com precise-backports/main amd64 Packages
    Hit http://archive.ubuntu.com precise-backports/multiverse amd64 Packages
    Hit http://archive.ubuntu.com precise-backports/universe amd64 Packages 
    Hit http://archive.ubuntu.com precise-backports/restricted i386 Packages
    Hit http://archive.ubuntu.com precise-backports/main i386 Packages      
    Hit http://archive.ubuntu.com precise-backports/multiverse i386 Packages
    Hit http://archive.ubuntu.com precise-backports/universe i386 Packages  
    Hit http://archive.ubuntu.com precise-backports/main TranslationIndex   
    Hit http://archive.ubuntu.com precise-backports/multiverse TranslationIndex
    Hit http://archive.ubuntu.com precise-backports/restricted TranslationIndex
    Hit http://archive.ubuntu.com precise-backports/universe TranslationIndex      
    Hit http://archive.ubuntu.com precise/main Translation-en                      
    Hit http://archive.ubuntu.com precise/multiverse Translation-en                
    Hit http://archive.ubuntu.com precise/restricted Translation-en                
    Hit http://archive.ubuntu.com precise/universe Translation-en                  
    Hit http://archive.ubuntu.com precise-updates/main Translation-en              
    Hit http://archive.ubuntu.com precise-updates/multiverse Translation-en        
    Hit http://archive.ubuntu.com precise-updates/restricted Translation-en
    Hit http://archive.ubuntu.com precise-updates/universe Translation-en   
    Hit http://archive.ubuntu.com precise-security/main Translation-en      
    Hit http://archive.ubuntu.com precise-security/multiverse Translation-en
    Hit http://archive.ubuntu.com precise-security/restricted Translation-en
    Hit http://archive.ubuntu.com precise-security/universe Translation-en  
    Hit http://archive.ubuntu.com precise-backports/main Translation-en     
    Hit http://archive.ubuntu.com precise-backports/multiverse Translation-en
    Hit http://archive.ubuntu.com precise-backports/restricted Translation-en
    Hit http://archive.ubuntu.com precise-backports/universe Translation-en 
    Ign http://packages.medibuntu.org precise/free Translation-en_US               
    Ign http://packages.medibuntu.org precise/free Translation-en
    Ign http://packages.medibuntu.org precise/non-free Translation-en_US
    Ign http://packages.medibuntu.org precise/non-free Translation-en
    Fetched 3,472 kB in 4s (742 kB/s)
    Reading package lists... Done
    alrick@Home:~$ ############################################################
    alrick@Home:~$ 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:
     initramfs-tools : Depends: initramfs-tools-bin (< 0.99ubuntu13.1.1~) but 0.99ubuntu13.2 is installed
    E: Unmet dependencies. Try using -f.
    alrick@Home:~$ #############################################################
    alrick@Home:~$ sudo apt-get -f
    apt 0.8.16~exp12ubuntu10.12 for amd64 compiled on Jul 16 2013 18:00:51
    Usage: apt-get [options] command
           apt-get [options] install|remove pkg1 [pkg2 ...]
           apt-get [options] source pkg1 [pkg2 ...]
    
    apt-get is a simple command line interface for downloading and
    installing packages. The most frequently used commands are update
    and install.
    
    Commands:
       update - Retrieve new lists of packages
       upgrade - Perform an upgrade
       install - Install new packages (pkg is libc6 not libc6.deb)
       remove - Remove packages
       autoremove - Remove automatically all unused packages
       purge - Remove packages and config files
       source - Download source archives
       build-dep - Configure build-dependencies for source packages
       dist-upgrade - Distribution upgrade, see apt-get(8)
       dselect-upgrade - Follow dselect selections
       clean - Erase downloaded archive files
       autoclean - Erase old downloaded archive files
       check - Verify that there are no broken dependencies
       changelog - Download and display the changelog for the given package
       download - Download the binary package into the current directory
    
    Options:
      -h  This help text.
      -q  Loggable output - no progress indicator
      -qq No output except for errors
      -d  Download only - do NOT install or unpack archives
      -s  No-act. Perform ordering simulation
      -y  Assume Yes to all queries and do not prompt
      -f  Attempt to correct a system with broken dependencies in place
      -m  Attempt to continue if archives are unlocatable
      -u  Show a list of upgraded packages as well
      -b  Build the source package after fetching it
      -V  Show verbose version numbers
      -c=? Read this configuration file
      -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp
    See the apt-get(8), sources.list(5) and apt.conf(5) manual
    pages for more information and options.
                           This APT has Super Cow Powers.
    alrick@Home:~$ ######################################################
    Last edited by Frogs Hair; September 24th, 2013 at 06:47 PM. Reason: Code Tags

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

    Re: Package System Broken

    blueboy1;
    So long as initramfs is not happy ... nothing is going to be done.
    Let's see what results; Terminal code:
    As a 1st approach:
    Code:
    sudo apt-get install -f initramfs-tools
    Please put your outputs between code (#) tags -top of post. Surely makes the text more readable.

    one think at a time, other thinks in due time
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  7. #7
    Join Date
    Feb 2010
    Location
    Obscurial Springs
    Beans
    15,210
    Distro
    Ubuntu Budgie Development Release

    Re: Package System Broken

    blueboy1

    To add code tags to the terminal output , highlight the text with your cursor and select the # symbol from the reply box tools. This makes for easy scrolling and saves space.
    "Our intention creates our reality. "

    Ubuntu Documentation Search: Popular Pages
    Ubuntu: Security Basics
    Ubuntu: Flavors

  8. #8
    Join Date
    Sep 2013
    Beans
    3

    Re: Package System Broken

    Code:
    alrick@Home:~$ sudo apt-get install -f initramfs-tools
    [sudo] password for alrick: 
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    The following package was automatically installed and is no longer required:
      winetricks
    Use 'apt-get autoremove' to remove them.
    The following packages will be upgraded:
      initramfs-tools
    1 upgraded, 0 newly installed, 0 to remove and 58 not upgraded.
    2 not fully installed or removed.
    Need to get 0 B/49.2 kB of archives.
    After this operation, 0 B of additional disk space will be used.
    dpkg: dependency problems prevent configuration of initramfs-tools:
     initramfs-tools depends on initramfs-tools-bin (<< 0.99ubuntu13.1.1~); however:
      Version of initramfs-tools-bin on system is 0.99ubuntu13.2.
    dpkg: error processing initramfs-tools (--configure):
     dependency problems - leaving unconfigured
    dpkg: dependency problems prevent configuration of apparmor:
     apparmor depends on initramfs-tools; however:
      Package initramfs-tools is not configured yet.
    dpkg: error processing apparmor (--configure):
    No apport report written because the error message indicates its a followup error from a previous failure.
                              No apport report written because the error message indicates its a followup error from a previous failure.
                                                         dependency problems - leaving unconfigured
    Errors were encountered while processing:
     initramfs-tools
     apparmor
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    alrick@Home:~$
    Last edited by QIII; September 25th, 2013 at 04:07 AM. Reason: please use code tags

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

    Re: Package System Broken

    alrick_lothian;

    This is going to take some thinking !
    You have a later version of "initramfs-tools-bin" ::0.99ubuntu13.2.
    If we fix it for this instance, will break whatever was installed that depends on the higher version.
    Let's try and find out what it is going to break if we fix it:
    This requires another tool to be used to ask a quick question of the package management system; namely "aptitude".
    Let's see what happens if we try and install "aptitude":
    Code:
    sudo apt-get install aptitude
    Now if it installs do:
    Code:
    aptitude why initramfs-tools-bin_0.99ubuntu13.2
    To get an idea of what we have to do.
    -----------------
    Once more, please place your outputs between code tags. Makes it much easier to read and when you read as much "code" as we do .. IT makes a huge difference ! Me, I do it like so .. type {code] paste my text and then type {/code] -here replace "{ with [ ..see BBCode list.

    just what I think
    Last edited by Bashing-om; September 25th, 2013 at 04:19 AM. Reason: typo
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  10. #10
    Join Date
    Sep 2013
    Beans
    3

    Re: Package System Broken

    Thanks for all your efforts, please be patient with me. I am not so savvy with ubuntu yet.
    Here is the out put for the code, it did not install. I am also placing the output of the codes you suggested between the number(#) lines. I did not understand how to place your outputs between code tags.

    alrick@Home:~$ sudo apt-get install aptitude
    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:
    aptitude : Depends: libboost-iostreams1.46.1 (>= 1.46.1-1) but it is not going to be installed
    Depends: libcwidget3 but it is not going to be installed
    Recommends: libparse-debianchangelog-perl but it is not going to be installed
    initramfs-tools : Depends: initramfs-tools-bin (< 0.99ubuntu13.1.1~) but 0.99ubuntu13.2 is to be installed
    E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
    alrick@Home:~$ ################################################## ######

Page 1 of 13 12311 ... 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
  •