【问题标题】:(Raspberry Pi)Exagear: Installing wget on Guest System(Raspberry Pi)Exagear:在访客系统上安装 wget
【发布时间】:2016-05-29 22:01:36
【问题描述】:

我正在尝试在我的树莓派上安装 wget,在 Exagear 桌面上运行 Debian 8 作为访客系统。当我尝试安装 wget 时,它只是将其作为输出:

root@RaspiServer:~# sudo apt-get install wget
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  libicu52 libpsl0
The following NEW packages will be installed:
  libicu52 libpsl0 wget
0 upgraded, 3 newly installed, 0 to remove and 28 not upgraded.
1 not fully installed or removed.
Need to get 0 B/7435 kB of archives.
After this operation, 30.3 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = (unset),
        LC_ALL = (unset),
        LANG = "en_GB.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
debconf: delaying package configuration, since apt-utils is not installed
Setting up udev (215-17+deb8u4) ...
addgroup: The group `input' already exists as a system group. Exiting.
invoke-rc.d: You are trying to invoke service *udev* of the host system from the guest one.
This action is prohibited; please refer to the user guide for more details.
dpkg: error processing package udev (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 udev
E: Sub-process /usr/bin/dpkg returned an error code (1)

非常感谢任何帮助。

谢谢。

【问题讨论】:

    标签: raspberry-pi wget invoke udev dpkg


    【解决方案1】:

    尝试安装新版本的 ExaGear Desktop 1.5。 udev 的问题已修复。

    【讨论】:

    • 尽管我对以前的 Exagear 安装没有任何改变,但它现在可以正常工作了。刚刚重装了!非常感谢!
    • 请记住,如果 udev 包更新,它会发生在 v 1.4 和早期版本上。 udev 新版本中的某些内容已更改,导致此消息。但通常这个错误可能会被忽略。
    • 好的,很明显,只要我运行sudo apt-get install software-properties-common,错误消息就会再次出现。包:software-properties-common 是否包含 udev 的新版本?如果是这样,我该如何降级到旧版本?
    • 尝试安装git时再次出现错误提示
    • 为什么不想安装新版本的 exagear?
    猜你喜欢
    • 1970-01-01
    • 2015-10-07
    • 1970-01-01
    • 2015-05-16
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-12-22
    相关资源
    最近更新 更多