Have you read and followed the Debian 10 Buster Release Notes as @Uptorn points out?I am trying to upgrade a Stretch installation to Buster.
Before the upgrade, the system must be in a predictable state. This includes having only Stretch packages installed (no packages from foreign repositories).
Installed packages must be upgraded to their latest version and in a clean state. You can verify this by running these commands before upgrading:
Code:
#> dpkg --audit#> dpkg --verify#> apt-get check
Buster repository is configured twice, delete one. You can also comment out the deb-src line if you are not compiling packages from sources.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
Your sources.list lacks security and updates as also pointed out by Uptorn, i.e. something like
Code:
deb https://deb.debian.org/debian buster main contribdeb https://deb.debian.org/debian-security buster/updates main contribdeb https://deb.debian.org/debian buster-updates main contrib
apt-get dist-upgrade
still breaks, could you please post the output ofCode:
#> apt-get -V -o "Debug::pkgPackageManager=1" -o "Debug::pkgDPkgProgressReporting=1" install gstreamer1.0-gl
Statistics: Posted by fabien — 2024-11-09 14:41