尝试启用 32 位架构并支持 Vulkan API

尝试启用 32 位架构并支持 Vulkan API

我正在尝试在 Ubuntu 中安装一些游戏,特别是英雄联盟,因此我运行以下命令来添加 kisak-mesa PPA,启用 32 位架构,更新和升级我的系统,安装对 32 位游戏的支持并安装对 Vulkan API 的支持:

sudo add-apt-repository ppa:kisak/kisak-mesa && sudo dpkg --add-architecture i386 && sudo apt update && sudo apt upgrade && sudo apt install libgl1-mesa-dri:i386 mesa-vulkan-drivers mesa-vulkan-drivers:i386

但每次我都会收到这个错误:

mesa-vulkan-drivers is already the newest version (22.1.0~kisak2~f).
mesa-vulkan-drivers set to manually installed.
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:
 libgl1-mesa-dri:i386 : Depends: libllvm14:i386 but it is not going to be installed
 mesa-vulkan-drivers:i386 : Depends: libllvm14:i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

有人能帮我吗?我找不到安装 libllvm14:i386 的方法

我正在使用联想 IdeaPadS145 i7。

相关内容