我使用Siduction,这是一个滚动发行版Debian发行版,它从sid分支运行。
试图更新我的系统,但我似乎无法安装libghc-xmonad-dev和libghc-xmonad-。我需要这个用xmonad。有什么建议吗?
> apt-get install libghc-xmonad-dev libghc-xmonad-contrib-dev
Reading package lists... Done
Building dependency tree
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:
libghc-xmonad-contrib-dev : Depends: libghc-x11-dev-1.8-10997
Depends: libghc-x11-xft-dev-0.3.1-da3b1
libghc-xmonad-dev : Depends: libghc-x11-dev-1.8-10997
Depends: libghc-data-default-dev-0.7.1.1-bf135
E: Unable to correct problems, you have held broken packages. 发布于 2017-09-18 04:28:34
这是使用基于Sid的滚动版本的缺陷之一。Haskell包正在通过一个重建,因此Sid中的包树被破坏了。
您必须等待Sid中的情况得到解决,或者使用具有所有依赖项的巴斯特版本。后一种选择是在Siduction手册中解释。
https://unix.stackexchange.com/questions/392874
复制相似问题