Problem Description:
I have upgraded my Docker image from “ubuntu:24.10” to “ubuntu:25.04”.
I am no longer able to install the following packages via apt install:
libqt5virtualkeyboard5
qtvirtualkeyboard-plugin
qml-module-qtquick-virtualkeyboard
The error states that the packages can not be found. Using apt search <package-name> also yields no results anymore.
Relevant System Information:
Docker image “ubuntu:25.04”
Screenshots or Error Messages:
What I’ve Tried:
I have asked LLMs and my search engines of trust whether they know something about these packages disappearing from the package indexes (with no result).
I have searched on https://pkgs.org for these packages, but they are also reported there to be only available until 24.10
I am not too experienced with Ubuntu, therefore I do not know if there is a better suited forum to ask this question.
Its not clear to me why you’re after them, as you’re chasing older packages using the older toolkit (Qt5) not the newer toolkit (Qt6). Are you wanting them to run older software?
ps: Simon Quigley who’ll you’ll find referenced in those reports, is a Debian developer, with Ubuntu and Debian working together, but Debian trixie (13) will released before Ubuntu 26.04 LTS releases.