I have been having an issue with broken packages I am unable to resolve.
When I run updates In the terminal I end up with a problem with “libvorbis0a” update
as below:
nals@nals ~ $ sudo apt-get dist-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:
libvorbisenc2 : Depends: libvorbis0a (= 1.3.2-1) but 1.3.1-1 is installed
libvorbisfile3 : Depends: libvorbis0a (= 1.3.2-1) but 1.3.1-1 is installed
E: Unmet dependencies. Try using -f.
nals@nals ~ $ sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
mint-elementary-icons libvlccore-dev libvlc-dev debian-system-adjustments
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
libvorbis0a
The following packages will be upgraded:
libvorbis0a
1 upgraded, 0 newly installed, 0 to remove and 15 not upgraded.
3 not fully installed or removed.
Need to get 0 B/101 kB of archives.
After this operation, 8,192 B of additional disk space will be used.
Do you want to continue [Y/n]? y
WARNING: The following packages cannot be authenticated!
libvorbis0a
Authentication warning overridden.
dpkg-deb (subprocess): data: internal gzip read error: '<fd:0>: invalid distance too far back'
dpkg-deb: subprocess <decompress> returned error exit status 2
dpkg-deb (subprocess): failed in write on buffer copy for failed to write to pipe in copy: Broken pipe
Reading changelogs... Done
(Reading database ... 147500 files and directories currently installed.)
Preparing to replace libvorbis0a 1.3.1-1 (using .../libvorbis0a_1.3.2-1_i386.deb) ...
Unpacking replacement libvorbis0a ...
dpkg-deb (subprocess): data: internal gzip read error: '<fd:0>: invalid distance too far back'
dpkg-deb: subprocess <decompress> returned error exit status 2
dpkg: error processing /var/cache/apt/archives/libvorbis0a_1.3.2-1_i386.deb (--unpack):
short read on buffer copy for backend dpkg-deb during `./usr/lib/libvorbis.so.0.4.5'
configured to not write apport reports
Errors were encountered while processing:
/var/cache/apt/archives/libvorbis0a_1.3.2-1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
nals@nals ~ $
when I try to install via mint update, or try to fix broken packages I get:
E: /var/cache/apt/archives/libvorbis0a_1.3.2-1_i386.deb: short read on buffer copy for backend dpkg-deb during `./usr/lib/libvorbis.so.0.4.5'
what should I do
tks
nals








