我时不时在安装不同的应用程序时遇到这个问题,但这次是 kitscenarist。安装时,无论是使用 deb 文件还是从存储库,我都会收到错误:
kitscenarist : Depends: qtbase-abi-5-15-2 but it is not installable
E: Unable to correct problems, you have held broken packages
显然,尝试安装该包时我得到了以下信息:
Package qtbase-abi-5-15-2 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
该应用程序是我工作中使用的主要工具之一,有什么方法可以修复该错误吗?
Ubuntu 22.04(是的,测试版)GNOME 42.0 和 基特·塞纳里斯特是一个用于编写故事和场景的应用程序,我使用此代码进行安装:
echo 'deb http://download.opensuse.org/repositories/home:/AndnoVember:/KITScenarist/xUbuntu_21.10/ /' | sudo tee /etc/apt/sources.list.d/home:AndnoVember:KITScenarist.list
curl -fsSL https://download.opensuse.org/repositories/home:AndnoVember:KITScenarist/xUbuntu_21.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_AndnoVember_KITScenarist.gpg > /dev/null
sudo apt update
sudo apt install kitscenarist