Le Fri, Jan 16, 2026 at 07:29:53PM -0500, William Varona a écrit :
> (…)
> sudo apt install --mark-auto libavformat-extra61:amd64
> libavformat-extra61:i386
> Error: Unable to locate package libavformat-extra61:i386
> 
> apt-cache policy libavformat-extra61
> apt-cache policy libavformat-extra61:i386
> libavformat-extra61:
>   Installed: (none)
>   Candidate: 7:7.1.3-1
>   Version table:
>      7:7.1.3-1 500
>         500 http://deb.debian.org/debian testing/main amd64 Packages
> N: Unable to locate package libavformat-extra61:i386

Oh, right, it seems this package is missing in testing.

That explain the root cause of your problem:
- on amd64 testing, only libavformat-extra61 is available
- on i386 testing, only libavformat61 is available

apt is actually failing for a good reason here,
this conflict can not be solved using testing repositories alone.

wine 10.0~repack-12 from unstable depends on libavformat62/libavformat-extra62
instead, so it should be installable on your system.

You’re once again facing several options:

A. Install wine / wine64 / wine32 / libwine from unstable.
B. Install libavformat61 / libavformat-extra61 from unstable.
C. Install libavformat61 / libavformat-extra61 from stable.

Attachment: signature.asc
Description: PGP signature

Reply via email to