安装 fcitx5-frontend-qt5 软件包

安装 fcitx5-frontend-qt5 软件包

我正在尝试安装 fcitx5-frontend-qt5 包,以便在 qt 应用程序上使用它。不幸的是,每次都会出现这个错误:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Starting pkgProblemResolver with broken count: 1
Starting 2 pkgProblemResolver with broken count: 1
Investigating (0) fcitx5-frontend-qt5:amd64 < none -> 5.0.3-1ubuntu1~focal2 @un puN Ib >
Broken fcitx5-frontend-qt5:amd64 Depends on qtbase-abi-5-12-8:amd64 < none @un H >
  Considering libqt5core5a:amd64 4398 as a solution to fcitx5-frontend-qt5:amd64 10000
  Considering libqt5core5a:amd64 4398 as a solution to fcitx5-frontend-qt5:amd64 10000
Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 fcitx5-frontend-qt5 : Depends: qtbase-abi-5-12-8
E: Unable to correct problems, you have held broken packages.

正如错误消息所示,它缺少依赖项 qtbase-abi-5-12-8。据我所知,该软件包是 libqt5core5a 的一部分,我已经安装了它。该消息还说我保留了损坏的软件包,但 apt-mark unhold libqt5core5a 显示该软件包没有被保留。

如果有人知道是什么导致了这个问题,请告诉我。谢谢。

相关内容