Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: Fixing or removing packages, broken pipe Ubuntu 11.10

  1. #11
    Join Date
    Jan 2012
    Beans
    43

    Re: Fixing or removing packages, broken pipe Ubuntu 11.10

    Quote Originally Posted by oldos2er View Post
    11GB is small for a root partition (95% full!), I'd make it twice as big if possible.
    Hmm I was under the impression that should be quite enough.
    Any ideas how I could remedy this?

  2. #12
    Join Date
    Jan 2012
    Beans
    43

    Re: Fixing or removing packages, broken pipe Ubuntu 11.10

    I already tried to remove some software, but because of the broken pipe errors I can't install or remove...

  3. #13
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

  4. #14
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: Fixing or removing packages, broken pipe Ubuntu 11.10

    Quote Originally Posted by Resplendent Raven View Post
    The first didn't seem to do anything, the second returned no error messages.

    The third returns this:

    Code:
    Pakketlijsten worden ingelezen... Klaar
    Boom van afhankelijkheden wordt opgebouwd       
    Statusinformatie wordt gelezen... Klaar  
    U kunt 'apt-get -f install' uitvoeren om dit op te lossen.
    De volgende pakketten hebben niet-voldane vereisten:
     linux-headers-3.0.0-29-generic : Vereisten: linux-headers-3.0.0-29 maar het is niet geïnstalleerd
     linux-headers-generic-pae : Vereisten: linux-headers-3.0.0-30-generic-pae maar het is niet geïnstalleerd
    E: Er zijn vereisten waaraan niet voldaan is. Probeer -f te gebruiken.
    Pakketlijsten=Packetlists
    Boom van afhankelijkheden=Tree of dependencies
    Try
    Code:
    sudo apt-get -f install
    If that fails, see

    http://blog.bodhizazen.net/linux/apt...oken-packages/
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

  5. #15
    Join Date
    Jan 2012
    Beans
    43

    Re: Fixing or removing packages, broken pipe Ubuntu 11.10

    Thank you oldos2er, after looking on that page I decided to remove some of my older kernels (including .29)
    And the problem seems to be gone.

    bodhi.zazen, I had tried sudo apt-get -f install a few times, but that never helped either.
    It seems I just needed synaptic manager to remove some older kernels including the failed .29 install.
    Last edited by Resplendent Raven; January 24th, 2013 at 07:49 PM.

  6. #16
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Fixing or removing packages, broken pipe Ubuntu 11.10

    You're welcome.

  7. #17
    Join Date
    Jan 2013
    Beans
    3

    Lightbulb Re: Fixing or removing packages, broken pipe Ubuntu 11.10

    Hi Resplendent Raven to free up even more hard drive space you can try this commands:
    Code:
     sudo apt-get clean
    - to erase downloaded archive files
    and
    Code:
     sudo apt-get autoremove
    - to Remove automatically all unused packages
    check
    Code:
     man apt-get
    for more information.You can free up to 1Gb or more.Good luck .
    Last edited by ogyu1; January 24th, 2013 at 08:19 PM.

Page 2 of 2 FirstFirst 12

Tags for this Thread

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
  •