在 Ubuntu 24.04 上安装 Erlang 时无法解析依赖项

在 Ubuntu 24.04 上安装 Erlang 时无法解析依赖项

我正在使用命令sudo apt install erlang -y在 Ubuntu 24.04 上安装 erlang。我收到依赖项错误。

Reading package lists... Done 
Building dependency tree... Done 
Reading state information... 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:   
erlang-wx : 
  Depends: libwxbase3.0-0v5 (>= 3.0.5.1+dfsg) but it is not installable                            
  Depends: libwxgtk-webview3.0-gtk3-0v5 (>= 3.0.5.1+dfsg) but it is not installable
  Depends: libwxgtk3.0-gtk3-0v5 (>= 3.0.5.1+dfsg) but it is not installable 
E: Unable to correct problems, you have held broken packages.

相关内容