Installing the official Minecraft Launcher .deb fails with:
libgdk-pixbuf2.0-0 (>= 2.22.0) but it is not installable
The package Minecraft.deb depends on:
libgdk-pixbuf2.0-0
On Ubuntu 25.10 this dependency name is no longer available, so APT cannot resolve it.
Download Minecraft.deb from official download site
mkdir mcfix
dpkg-deb -R Minecraft.deb mcfixOpen file with your editor (nano as an example):
nano mcfix/DEBIAN/control`Find:
libgdk-pixbuf2.0-0
Replace with:
libgdk-pixbuf-2.0-0
dpkg-deb -b mcfix Minecraft-fixed.debsudo apt install ./Minecraft-fixed.debNotes: Warnings about unusual owner or _apt sandbox are harmless.
minecraft-launcherrm -rf mcfix
rm Minecraft-fixed.deb