Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 2849

Installation • Re: gstreamer broken in Buster

$
0
0
I am trying to upgrade a Stretch installation to Buster.
Have you read and followed the Debian 10 Buster Release Notes as @Uptorn points out?
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
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 
Buster repository is configured twice, delete one. You can also comment out the deb-src line if you are not compiling packages from sources.
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
If apt-get dist-upgrade still breaks, could you please post the output of

Code:

#> apt-get -V -o "Debug::pkgPackageManager=1" -o "Debug::pkgDPkgProgressReporting=1" install gstreamer1.0-gl

Statistics: Posted by fabien — 2024-11-09 14:41



Viewing all articles
Browse latest Browse all 2849

Trending Articles