LTSP 安装问题

LTSP 安装问题

在 Ubuntu 18.04.1 LTS 上,我尝试在“chroot”模式下安装 LTSP,按照此操作指导

初始命令

apt install --yes --install-recommends ltsp-server-standalone epoptes

回到:

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:
 epoptes : Depends: faketime but it is not installable
           Depends: iperf but it is not installable
           Depends: x11vnc but it is not going to be installed
           Depends: xterm but it is not installable
           Depends: xvnc4viewer but it is not installable or
                    tigervnc-viewer but it is not installable or
                    ssvnc but it is not installable or
                    vnc-viewer but it is not installable
           Recommends: epoptes-client but it is not going to be installed
 ltsp-server-standalone : Depends: ldm-server but it is not going to be installed
                          Depends: ltsp-server (>= 5.18.04+t201809080524~ubuntu18.04.1) but it is not going to be installed
                          Depends: openbsd-inetd but it is not installable or
                                   inet-superserver but it is not installable
                          Recommends: ltsp-docs but it is not installable
E: Unable to correct problems, you have held broken packages.

我的问题是:我该如何修复这些损坏的软件包,如果我成功安装了这个系统,我是否能够使用未安装 ubuntu mate 的 CT-3000 Huawei 瘦客户端模拟虚拟机。我也在寻找有关如何安装 mate 的信息。

相关内容