从 repos 重新安装 mesa

从 repos 重新安装 mesa

我尝试制作并安装 mesa,但出现问题,我的系统找不到它的驱动程序。如何从 Debian 的 repo 重新安装 mesa,以恢复到安装程序使用的版本?

答案1

根据Debian 维基,您可以mesa按如下方式安装:

sudo apt-get install mesa-utils

相关内容