upgrade packages with apt

Brian O'Keefe <[email protected]> Thu, 18 Jan 2024 17:29:26 -0700
Newsgroups gmane.org.user-groups.linux.nmglug
Message-ID <[email protected]>
This is a multi-part message in MIME format.
--===============5102029229577674117==
Content-Type: multipart/alternative;
 boundary="------------FCLmV30WGGmp7xu6nXgyDoRS"
Content-Language: en-US

This is a multi-part message in MIME format.
--------------FCLmV30WGGmp7xu6nXgyDoRS
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit

Hello all!

I haven't seen any messages from the group so I don't know if it still 
exists. I miss Ted's summaries and input. So I feel bad that my first 
communication in a very long time is me carping about a problem and I 
hope you folks can have tolerance for me!

ASUS laptop running Ubuntu 20.04 with Mate desktop

I ran a normal upgrade as indicated by the package manager, which is at 
least every couple of days if not daily. I ran the upgrade and all 
seemed fine. However, an error symbol popped up in the panel and it 
noted there was an apt error and to run "apt --fix-broken install". I've 
done this many times in the past and the dependencies or conflicts are 
fixed. However, not this time. Here's the output of that command:

$ sudo apt --fix-broken 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:
   brave-keyring libcodec2-1.0 libdav1d6 libdcmtk16 libev4 libimath30
   libjasper7 liblc3-0 liblerc3 liblzma-dev libopenfec libraw20 libroc
   libsodium27 libspeexdsp-dev libunwind-dev libuv1-dev libvpx7 
libwebsockets16
   libwxbase3.0-0v5 libwxgtk3.0-gtk3-0v5 libzxingcore1
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
   libdeflate0:i386 libroc0.3 libtiff5:i386
The following NEW packages will be installed:
   libdeflate0:i386 libroc0.3
The following packages will be upgraded:
   libtiff5:i386
1 upgraded, 2 newly installed, 0 to remove and 4 not upgraded.
6 not fully installed or removed.
Need to get 0 B/535 kB of archives.
After this operation, 1,676 kB of additional disk space will be used.
Do you want to continue? [Y/n]
(Reading database ... 564966 files and directories currently installed.)
Preparing to unpack .../libroc0.3_0.3.0+dfsg-3~20.04.sav0_amd64.deb ...
Unpacking libroc0.3:amd64 (0.3.0+dfsg-3~20.04.sav0) ...
dpkg: error processing archive 
/var/cache/apt/archives/libroc0.3_0.3.0+dfsg-3~20
.04.sav0_amd64.deb (--unpack):
  trying to overwrite '/usr/lib/x86_64-linux-gnu/libroc.so.0.3', which 
is also in
  package libroc:amd64 0.3.0-1~ubuntu20.04
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Preparing to unpack .../libdeflate0_1.19-0ubuntu1~20.04.sav0_i386.deb ...
Unpacking libdeflate0:i386 (1.19-0ubuntu1~20.04.sav0) ...
dpkg: error processing archive 
/var/cache/apt/archives/libdeflate0_1.19-0ubuntu1
~20.04.sav0_i386.deb (--unpack):
  trying to overwrite shared 
'/usr/share/doc/libdeflate0/changelog.Debian.gz', wh
ich is different from other instances of package libdeflate0:i386
Preparing to unpack .../libtiff5_4.4.0-4ubuntu3.3+20.04.sav1_i386.deb ...
Unpacking libtiff5:i386 (4.4.0-4ubuntu3.3+20.04.sav1) over 
(4.4.0-4ubuntu3.3+20.
04.sav0) ...
dpkg: error processing archive 
/var/cache/apt/archives/libtiff5_4.4.0-4ubuntu3.3
+20.04.sav1_i386.deb (--unpack):
  trying to overwrite shared 
'/usr/share/doc/libtiff5/changelog.Debian.gz', which
  is different from other instances of package libtiff5:i386
Errors were encountered while processing:
  /var/cache/apt/archives/libroc0.3_0.3.0+dfsg-3~20.04.sav0_amd64.deb
  /var/cache/apt/archives/libdeflate0_1.19-0ubuntu1~20.04.sav0_i386.deb
  /var/cache/apt/archives/libtiff5_4.4.0-4ubuntu3.3+20.04.sav1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

No matter what I try I cannot run an upgrade nor even a simple "apt 
autoremove"

$ sudo apt autoremove
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
  libpipewire-0.3-modules : Depends: libroc0.3 (>= 0.3.0+dfsg-3~) but it 
is not installed
  libtiff5 : Breaks: libtiff5:i386 (!= 4.4.0-4ubuntu3.3+20.04.sav1) but 
4.4.0-4ubuntu3.3+20.04.sav0 is installed
  libtiff5:i386 : Breaks: libtiff5 (!= 4.4.0-4ubuntu3.3+20.04.sav0) but 
4.4.0-4ubuntu3.3+20.04.sav1 is installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages 
(or specify a solution).

I try this this:

"$ sudo apt upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
  libpipewire-0.3-modules : Depends: libroc0.3 (>= 0.3.0+dfsg-3~) but it 
is not installed
  libtiff5 : Breaks: libtiff5:i386 (!= 4.4.0-4ubuntu3.3+20.04.sav1) but 
4.4.0-4ubuntu3.3+20.04.sav0 is installed
  libtiff5:i386 : Breaks: libtiff5 (!= 4.4.0-4ubuntu3.3+20.04.sav0) but 
4.4.0-4ubuntu3.3+20.04.sav1 is installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages 
(or specify a solution)."

It seems like a circular problem of the libtiff5 packages breaking each 
other. I've considered removing one or the other but the additional 
packages to be removed scares me as so many packages depend on them.

$ sudo apt remove libtiff5
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
  argyll : Depends: libtiff5 (>= 4.0.3) but it is not going to be installed
  blender : Depends: libtiff5 (>= 4.0.3) but it is not going to be installed
  chafa : Depends: libtiff5 (>= 4.0.3) but it is not going to be installed
  darktable : Depends: libtiff5 (>= 4.0.3) but it is not going to be 
installed
  efax-gtk : Depends: libtiff5 (>= 4.0.3) but it is not going to be 
installed
             Recommends: heirloom-mailx but it is not installable
  enblend : Depends: libtiff5 (>= 4.0.3) but it is not going to be installed
  enfuse : Depends: libtiff5 (>= 4.0.3) but it is not going to be installed
  krita : Depends: libtiff5 (>= 4.0.3) but it is not going to be installed
  libatrildocument3 : Depends: libtiff5 (>= 4.0.3) but it is not going 
to be installed
  libcupsfilters1 : Depends: libtiff5 (>= 4.0.3) but it is not going to 
be installed
  libdcmtk14 : Depends: libtiff5 (>= 4.0.3) but it is not going to be 
installed
  libdcmtk16 : Depends: libtiff5 (>= 4.0.3) but it is not going to be 
installed
  libdcmtk17 : Depends: libtiff5 (>= 4.0.3) but it is not going to be 
installed
  libevdocument3-4 : Depends: libtiff5 (>= 4.0.3) but it is not going to 
be installed
  libgd3 : Depends: libtiff5 (>= 4.0.3) but it is not going to be installed
  libgdal30 : Depends: libtiff5 (>= 4.0.10+git190814) but it is not 
going to be installed
  libgdk-pixbuf2.0-0 : Depends: libtiff5 (>= 4.0.3) but it is not going 
to be installed
  libgegl-0.4-0 : Depends: libtiff5 (>= 4.0.3) but it is not going to be 
installed
  libgeotiff5 : Depends: libtiff5 (>= 4.0.3) but it is not going to be 
installed
  libgmic1 : Depends: libtiff5 (>= 4.0.3) but it is not going to be 
installed
  libgraphicsmagick-q16-3 : Depends: libtiff5 (>= 4.0.10) but it is not 
going to be installed
  libgxps2 : Depends: libtiff5 (>= 4.0.3) but it is not going to be 
installed
  liblcms2-utils : Depends: libtiff5 (>= 4.0.3) but it is not going to 
be installed
  libmagickcore-6.q16-6 : Depends: libtiff5 (>= 4.0.3) but it is not 
going to be installed
  libopenimageio2.1 : Depends: libtiff5 (>= 4.0.3) but it is not going 
to be installed
  libpano13-3 : Depends: libtiff5 (>= 4.0.3) but it is not going to be 
installed
  libpipewire-0.3-modules : Depends: libroc0.3 (>= 0.3.0+dfsg-3~) but it 
is not going to be installed
  libpoppler97 : Depends: libtiff5 (>= 4.0.3) but it is not going to be 
installed
  libproj22 : Depends: libtiff5 (>= 4.0.3) but it is not going to be 
installed
  libreoffice-core : Depends: libtiff5 (>= 4.0.3) but it is not going to 
be installed
  libsane : Depends: libtiff5 (>= 4.0.3) but it is not going to be installed
  libsdl-image1.2 : Depends: libtiff5 (>= 4.0.3) but it is not going to 
be installed
  libspandsp2 : Depends: libtiff5 (>= 4.0.3) but it is not going to be 
installed
  libvtk7.1p : Depends: libtiff5 (>= 4.0.3) but it is not going to be 
installed
  libwxgtk3.0-gtk3-0v5 : Depends: libtiff5 (>= 4.0.3) but it is not 
going to be installed
  lightzone : Depends: libtiff5 (>= 4.0.3) but it is not going to be 
installed
  netpbm : Depends: libtiff5 (>= 4.0.3) but it is not going to be installed
  okular-extra-backends : Depends: libtiff5 (>= 4.0.3) but it is not 
going to be installed
  python3-pil : Depends: libtiff5 (>= 4.0.3) but it is not going to be 
installed
  qt5-image-formats-plugins : Depends: libtiff5 (>= 4.0.3) but it is not 
going to be installed
  tracker-extract : Depends: libtiff5 (>= 4.0.3) but it is not going to 
be installed
  xplanet : Depends: libtiff5 (>= 4.0.3) but it is not going to be installed
  xsane : Depends: libtiff5 (>= 4.0.3) but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages 
(or specify a solution)."

So there is nothing I know of to correct this. Can anyone help?

Thank you all

-- 
--------------FCLmV30WGGmp7xu6nXgyDoRS
Content-Type: multipart/related;
 boundary="------------jAyAnR7m082RhUSSz0pCRZpx"

--------------jAyAnR7m082RhUSSz0pCRZpx
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 8bit

<!DOCTYPE html>
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hello all! <br>
    </p>
    <p>I haven't seen any messages from the group so I don't know if it
      still exists. I miss Ted's summaries and input. So I feel bad that
      my first communication in a very long time is me carping about a
      problem and I hope you folks can have tolerance for me!</p>
    <p>ASUS laptop running Ubuntu 20.04 with Mate desktop</p>
    <p>I ran a normal upgrade as indicated by the package manager, which
      is at least every couple of days if not daily. I ran the upgrade
      and all seemed fine. However, an error symbol popped up in the
      panel and it noted there was an apt error and to run "apt
      --fix-broken install". I've done this many times in the past and
      the dependencies or conflicts are fixed. However, not this time.
      Here's the output of that command:</p>
    <p>$ sudo apt --fix-broken install<br>
      Reading package lists... Done<br>
      Building dependency tree       <br>
      Reading state information... Done<br>
      Correcting dependencies... Done<br>
      The following packages were automatically installed and are no
      longer required:<br>
        brave-keyring libcodec2-1.0 libdav1d6 libdcmtk16 libev4
      libimath30<br>
        libjasper7 liblc3-0 liblerc3 liblzma-dev libopenfec libraw20
      libroc<br>
        libsodium27 libspeexdsp-dev libunwind-dev libuv1-dev libvpx7
      libwebsockets16<br>
        libwxbase3.0-0v5 libwxgtk3.0-gtk3-0v5 libzxingcore1<br>
      Use 'sudo apt autoremove' to remove them.<br>
      The following additional packages will be installed:<br>
        libdeflate0:i386 libroc0.3 libtiff5:i386<br>
      The following NEW packages will be installed:<br>
        libdeflate0:i386 libroc0.3<br>
      The following packages will be upgraded:<br>
        libtiff5:i386<br>
      1 upgraded, 2 newly installed, 0 to remove and 4 not upgraded.<br>
      6 not fully installed or removed.<br>
      Need to get 0 B/535 kB of archives.<br>
      After this operation, 1,676 kB of additional disk space will be
      used.<br>
      Do you want to continue? [Y/n] <br>
      (Reading database ... 564966 files and directories currently
      installed.)<br>
      Preparing to unpack
      .../libroc0.3_0.3.0+dfsg-3~20.04.sav0_amd64.deb ...<br>
      Unpacking libroc0.3:amd64 (0.3.0+dfsg-3~20.04.sav0) ...<br>
      dpkg: error processing archive
      /var/cache/apt/archives/libroc0.3_0.3.0+dfsg-3~20<br>
      .04.sav0_amd64.deb (--unpack):<br>
       trying to overwrite '/usr/lib/x86_64-linux-gnu/libroc.so.0.3',
      which is also in<br>
       package libroc:amd64 0.3.0-1~ubuntu20.04<br>
      dpkg-deb: error: paste subprocess was killed by signal (Broken
      pipe)<br>
      Preparing to unpack
      .../libdeflate0_1.19-0ubuntu1~20.04.sav0_i386.deb ...<br>
      Unpacking libdeflate0:i386 (1.19-0ubuntu1~20.04.sav0) ...<br>
      dpkg: error processing archive
      /var/cache/apt/archives/libdeflate0_1.19-0ubuntu1<br>
      ~20.04.sav0_i386.deb (--unpack):<br>
       trying to overwrite shared
      '/usr/share/doc/libdeflate0/changelog.Debian.gz', wh<br>
      ich is different from other instances of package libdeflate0:i386<br>
      Preparing to unpack
      .../libtiff5_4.4.0-4ubuntu3.3+20.04.sav1_i386.deb ...<br>
      Unpacking libtiff5:i386 (4.4.0-4ubuntu3.3+20.04.sav1) over
      (4.4.0-4ubuntu3.3+20.<br>
      04.sav0) ...<br>
      dpkg: error processing archive
      /var/cache/apt/archives/libtiff5_4.4.0-4ubuntu3.3<br>
      +20.04.sav1_i386.deb (--unpack):<br>
       trying to overwrite shared
      '/usr/share/doc/libtiff5/changelog.Debian.gz', which<br>
       is different from other instances of package libtiff5:i386<br>
      Errors were encountered while processing:<br>
 /var/cache/apt/archives/libroc0.3_0.3.0+dfsg-3~20.04.sav0_amd64.deb<br>
 /var/cache/apt/archives/libdeflate0_1.19-0ubuntu1~20.04.sav0_i386.deb<br>
 /var/cache/apt/archives/libtiff5_4.4.0-4ubuntu3.3+20.04.sav1_i386.deb<br>
      E: Sub-process /usr/bin/dpkg returned an error code (1)<br>
    </p>
    <p>No matter what I try I cannot run an upgrade nor even a simple 
      "apt autoremove"<br>
    </p>
    <p>$ sudo apt autoremove<br>
      Reading package lists... Done<br>
      Building dependency tree       <br>
      Reading state information... Done<br>
      You might want to run 'apt --fix-broken install' to correct these.<br>
      The following packages have unmet dependencies:<br>
       libpipewire-0.3-modules : Depends: libroc0.3 (&gt;=
      0.3.0+dfsg-3~) but it is not installed<br>
       libtiff5 : Breaks: libtiff5:i386 (!= 4.4.0-4ubuntu3.3+20.04.sav1)
      but 4.4.0-4ubuntu3.3+20.04.sav0 is installed<br>
       libtiff5:i386 : Breaks: libtiff5 (!= 4.4.0-4ubuntu3.3+20.04.sav0)
      but 4.4.0-4ubuntu3.3+20.04.sav1 is installed<br>
      E: Unmet dependencies. Try 'apt --fix-broken install' with no
      packages (or specify a solution).</p>
    <p>I try this this:</p>
    <p>"$ sudo apt upgrade<br>
      Reading package lists... Done<br>
      Building dependency tree       <br>
      Reading state information... Done<br>
      You might want to run 'apt --fix-broken install' to correct these.<br>
      The following packages have unmet dependencies:<br>
       libpipewire-0.3-modules : Depends: libroc0.3 (&gt;=
      0.3.0+dfsg-3~) but it is not installed<br>
       libtiff5 : Breaks: libtiff5:i386 (!= 4.4.0-4ubuntu3.3+20.04.sav1)
      but 4.4.0-4ubuntu3.3+20.04.sav0 is installed<br>
       libtiff5:i386 : Breaks: libtiff5 (!= 4.4.0-4ubuntu3.3+20.04.sav0)
      but 4.4.0-4ubuntu3.3+20.04.sav1 is installed<br>
      E: Unmet dependencies. Try 'apt --fix-broken install' with no
      packages (or specify a solution)."</p>
    <p>It seems like a circular problem of the libtiff5 packages
      breaking each other. I've considered removing one or the other but
      the additional packages to be removed scares me as so many
      packages depend on them.</p>
    <p>$ sudo apt remove libtiff5<br>
      Reading package lists... Done<br>
      Building dependency tree       <br>
      Reading state information... Done<br>
      You might want to run 'apt --fix-broken install' to correct these.<br>
      The following packages have unmet dependencies:<br>
       argyll : Depends: libtiff5 (&gt;= 4.0.3) but it is not going to
      be installed<br>
       blender : Depends: libtiff5 (&gt;= 4.0.3) but it is not going to
      be installed<br>
       chafa : Depends: libtiff5 (&gt;= 4.0.3) but it is not going to be
      installed<br>
       darktable : Depends: libtiff5 (&gt;= 4.0.3) but it is not going
      to be installed<br>
       efax-gtk : Depends: libtiff5 (&gt;= 4.0.3) but it is not going to
      be installed<br>
                  Recommends: heirloom-mailx but it is not installable<br>
       enblend : Depends: libtiff5 (&gt;= 4.0.3) but it is not going to
      be installed<br>
       enfuse : Depends: libtiff5 (&gt;= 4.0.3) but it is not going to
      be installed<br>
       krita : Depends: libtiff5 (&gt;= 4.0.3) but it is not going to be
      installed<br>
       libatrildocument3 : Depends: libtiff5 (&gt;= 4.0.3) but it is not
      going to be installed<br>
       libcupsfilters1 : Depends: libtiff5 (&gt;= 4.0.3) but it is not
      going to be installed<br>
       libdcmtk14 : Depends: libtiff5 (&gt;= 4.0.3) but it is not going
      to be installed<br>
       libdcmtk16 : Depends: libtiff5 (&gt;= 4.0.3) but it is not going
      to be installed<br>
       libdcmtk17 : Depends: libtiff5 (&gt;= 4.0.3) but it is not going
      to be installed<br>
       libevdocument3-4 : Depends: libtiff5 (&gt;= 4.0.3) but it is not
      going to be installed<br>
       libgd3 : Depends: libtiff5 (&gt;= 4.0.3) but it is not going to
      be installed<br>
       libgdal30 : Depends: libtiff5 (&gt;= 4.0.10+git190814) but it is
      not going to be installed<br>
       libgdk-pixbuf2.0-0 : Depends: libtiff5 (&gt;= 4.0.3) but it is
      not going to be installed<br>
       libgegl-0.4-0 : Depends: libtiff5 (&gt;= 4.0.3) but it is not
      going to be installed<br>
       libgeotiff5 : Depends: libtiff5 (&gt;= 4.0.3) but it is not going
      to be installed<br>
       libgmic1 : Depends: libtiff5 (&gt;= 4.0.3) but it is not going to
      be installed<br>
       libgraphicsmagick-q16-3 : Depends: libtiff5 (&gt;= 4.0.10) but it
      is not going to be installed<br>
       libgxps2 : Depends: libtiff5 (&gt;= 4.0.3) but it is not going to
      be installed<br>
       liblcms2-utils : Depends: libtiff5 (&gt;= 4.0.3) but it is not
      going to be installed<br>
       libmagickcore-6.q16-6 : Depends: libtiff5 (&gt;= 4.0.3) but it is
      not going to be installed<br>
       libopenimageio2.1 : Depends: libtiff5 (&gt;= 4.0.3) but it is not
      going to be installed<br>
       libpano13-3 : Depends: libtiff5 (&gt;= 4.0.3) but it is not going
      to be installed<br>
       libpipewire-0.3-modules : Depends: libroc0.3 (&gt;=
      0.3.0+dfsg-3~) but it is not going to be installed<br>
       libpoppler97 : Depends: libtiff5 (&gt;= 4.0.3) but it is not
      going to be installed<br>
       libproj22 : Depends: libtiff5 (&gt;= 4.0.3) but it is not going
      to be installed<br>
       libreoffice-core : Depends: libtiff5 (&gt;= 4.0.3) but it is not
      going to be installed<br>
       libsane : Depends: libtiff5 (&gt;= 4.0.3) but it is not going to
      be installed<br>
       libsdl-image1.2 : Depends: libtiff5 (&gt;= 4.0.3) but it is not
      going to be installed<br>
       libspandsp2 : Depends: libtiff5 (&gt;= 4.0.3) but it is not going
      to be installed<br>
       libvtk7.1p : Depends: libtiff5 (&gt;= 4.0.3) but it is not going
      to be installed<br>
       libwxgtk3.0-gtk3-0v5 : Depends: libtiff5 (&gt;= 4.0.3) but it is
      not going to be installed<br>
       lightzone : Depends: libtiff5 (&gt;= 4.0.3) but it is not going
      to be installed<br>
       netpbm : Depends: libtiff5 (&gt;= 4.0.3) but it is not going to
      be installed<br>
       okular-extra-backends : Depends: libtiff5 (&gt;= 4.0.3) but it is
      not going to be installed<br>
       python3-pil : Depends: libtiff5 (&gt;= 4.0.3) but it is not going
      to be installed<br>
       qt5-image-formats-plugins : Depends: libtiff5 (&gt;= 4.0.3) but
      it is not going to be installed<br>
       tracker-extract : Depends: libtiff5 (&gt;= 4.0.3) but it is not
      going to be installed<br>
       xplanet : Depends: libtiff5 (&gt;= 4.0.3) but it is not going to
      be installed<br>
       xsane : Depends: libtiff5 (&gt;= 4.0.3) but it is not going to be
      installed<br>
      E: Unmet dependencies. Try 'apt --fix-broken install' with no
      packages (or specify a solution)."</p>
    <p>So there is nothing I know of to correct this. Can anyone help?</p>
    <p>Thank you all<br>
    </p>
    <div class="moz-signature">-- <br>
      <img src="cid:[email protected]" border="0"></div>
  </body>
</html>
--------------jAyAnR7m082RhUSSz0pCRZpx
Content-Type: image/png; name="signature.png"
Content-Disposition: inline; filename="signature.png"
Content-Id: <[email protected]>
Content-Transfer-Encoding: base64

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
HHG/+R87RpMZ3KibnwAAAABJRU5ErkJggg==

--------------jAyAnR7m082RhUSSz0pCRZpx--

--------------FCLmV30WGGmp7xu6nXgyDoRS--

--===============5102029229577674117==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
nmglug mailing list
[email protected]
http://lists.nmglug.org/listinfo.cgi/nmglug-nmglug.org

--===============5102029229577674117==--