LXDE安装错误

LXDE安装错误

在此输入图像描述我在尝试着安装LXDE在 Debian 8 Minimal 上(托管在 VPS 上),以便我可以使用 X2GO。到目前为止我已经跑了

apt-get install task-lxdi-desktop

但是保险丝包出现错误。我对此进行了研究,并且 Stack Exchange 中的几篇文章建议需要对代码进行更改,但是我在系统上安装的软件包没有这些错误。

Creating fuse device...
/run/udev or .udevdb or .udev presence implies active udev.  Aborting MAKEDEV invocation.
chmod: cannot access '/dev/fuse': No such file or directory
dpkg: error processing package fuse (--configure):
subprocess installed post-installation script returned error exit       status 1
Errors were encountered while processing:
fuse
E: Sub-process /usr/bin/dpkg returned an error code (1)

我正在租用 openVZ 虚拟化的 VPS。谁能指出我解决这个问题的正确方向吗?

答案1

尝试

apt-get --purge autoremove fuse
apt-get remove makedev
apt-get update
apt-get install fuse

相关内容