Results 1 to 4 of 4

Thread: error:Broken count>0

  1. #1
    Join Date
    Jul 2020
    Beans
    1

    Unhappy error:Broken count>0

    sudo apt-get install -f
    [sudo] password for sangam:
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Correcting dependencies... Done
    The following additional packages will be installed:
    linux-modules-extra-5.4.0-40-generic
    The following NEW packages will be installed:
    linux-modules-extra-5.4.0-40-generic
    0 upgraded, 1 newly installed, 0 to remove and 10 not upgraded.
    7 not fully installed or removed.
    Need to get 0 B/38.5 MB of archives.
    After this operation, 190 MB of additional disk space will be used.
    Do you want to continue? [Y/n] y
    (Reading database ... 195360 files and directories currently installed.)
    Preparing to unpack .../linux-modules-extra-5.4.0-40-generic_5.4.0-40.44_amd64.deb ...
    Unpacking linux-modules-extra-5.4.0-40-generic (5.4.0-40.44) ...
    dpkg-deb (subprocess): decompressing archive member: lzma error: compressed data is corrupt
    dpkg-deb: error: <decompress> subprocess returned error exit status 2
    dpkg: error processing archive /var/cache/apt/archives/linux-modules-extra-5.4.0-40-generic_5.4.0-40.44_amd64.deb (--unpack):
    cannot copy extracted data for './lib/modules/5.4.0-40-generic/kernel/fs/nilfs2/nilfs2.ko' to '/lib/modules/5.4.0-40-generic/kernel/fs/nilfs2/nilfs2.ko.dpkg-new': unexpected end of file or stream
    Errors were encountered while processing:
    /var/cache/apt/archives/linux-modules-extra-5.4.0-40-generic_5.4.0-40.44_amd64.deb
    E: Sub-process /usr/bin/dpkg returned an error code (1)

  2. #2
    Join Date
    Jul 2007
    Location
    Tāmaki Makau-rau, NZ
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: error:Broken count>0

    Thread moved to General Help.
    BACKUPS are unsexy — until you discover you should have done one yesterday.
    Spare your nerves and do one before you upgrade or install.

  3. #3
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: error:Broken count>0

    Have you first formated the device before starting the installation ?

  4. #4
    Join Date
    Aug 2011
    Location
    52.5° N 6.4° E
    Beans
    6,822
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: error:Broken count>0

    The package file got corrupted. Delete it from cache and try again:
    Code:
    sudo rm /var/cache/apt/archives/linux-modules-extra-5.4.0-40-generic_5.4.0-40.44_amd64.deb
    sudo apt install -f

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
  •