sudo apt-get build-dep lib32gcc1(在 Ubuntu 14.04.5 上不起作用)

sudo apt-get build-dep lib32gcc1(在 Ubuntu 14.04.5 上不起作用)

我必须解决软件包依赖关系(我需要安装 AMD graphics R7 M370)。

我收到此错误。我是 Ubuntu 新手,请指导我。

sudo apt-get install build-dep lib32gcc1
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Picking 'gccgo-4.9' as source package instead of 'lib32gcc1'
The following packages have unmet dependencies:
 libegl1-mesa : Depends: libgbm1 (>= 7.11~1) but it is not going to be installed
 libmirplatformgraphics-mesa : Depends: libgbm1 (>= 8.1~0) but it is not going to be installed
 libqt5gui5 : Depends: libgbm1 (>= 8.1~0) but it is not going to be installed
E: Build-dependencies for lib32gcc1 could not be satisfied.

相关内容