I am trying to upgrade a Stretch installation to Buster. I might then proceed to the other versions. One at a time.
I changed my sources.list file from stretch to buster.
Then I run 'apt-get update' and it works.
When I run 'apt-get upgrade,' it also works.
When I run 'apt-get dist-upgrade,' it breaks. I have a full backup of the Stretch installation so I can revert to it if it fails, and I have tried three times. It always breaks because of gstreamer or libgstreamer:
Those two occurrences are from two different attempts.
On my last attempt, I decided to remove gstreamer and libgstreamer so the upgrade procedure wouldn't try to update it, hoping that apt would not try to install it. But it did. When I removed it, synaptic did not complain that some other package depended on it. It was just happy to remove it.
Anyway, I can't go ahead because of the one package. What can I do about that?
I changed my sources.list file from stretch to buster.
Code:
deb http://ftp.us.debian.org/debian/ buster main contrib deb http://deb.debian.org/debian/ buster contrib main deb-src http://ftp.us.debian.org/debian/ buster main contrib
When I run 'apt-get upgrade,' it also works.
When I run 'apt-get dist-upgrade,' it breaks. I have a full backup of the Stretch installation so I can revert to it if it fails, and I have tried three times. It always breaks because of gstreamer or libgstreamer:
Code:
Errors were encountered while processing: /tmp/apt-dpkg-install-iPB6i8/28-libgstreamer-gl1.0-0_1.14.4-2+deb10u1_amd64.deb /tmp/apt-dpkg-install-iPB6i8/33-gstreamer1.0-gl_1.14.4-2+deb10u1_amd64.debE: Sub-process /usr/bin/dpkg returned an error code (1)Errors were encountered while processing: /tmp/apt-dpkg-install-K3bj5Q/19-libgstreamer-gl1.0-0_1.14.4-2+deb10u1_amd64.debE: Sub-process /usr/bin/dpkg returned an error code (1)
On my last attempt, I decided to remove gstreamer and libgstreamer so the upgrade procedure wouldn't try to update it, hoping that apt would not try to install it. But it did. When I removed it, synaptic did not complain that some other package depended on it. It was just happy to remove it.
Anyway, I can't go ahead because of the one package. What can I do about that?
Statistics: Posted by MVL — 2024-11-09 02:49 — Replies 2 — Views 43