2016-05-29 125 views
1

我试图在我作为访客系统在Exagear桌面上运行Debian 8的Raspberry Pi上安装wget。当我尝试安装wget时,它只是将此作为输出:(Raspberry Pi)Exagear:在访客系统上安装wget

[email protected]:~# 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) 

我非常感谢任何帮助。

谢谢。

回答

0

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

+0

即使我没有改变我以前的Exagear安装,它现在工作正常。只需重新安装它!非常感谢! – sirlaurens

+0

请记住,它发生在v 1.4和早期版本,如果udev软件包更新。一些在udev新版本中发生了变化,导致了这个消息。但通常这个错误可能被忽略。 –

+0

好吧,很显然,只要我运行'sudo apt-get install software-properties-common',错误消息又会出现。 Package:software-properties-common是否包含新版本的udev?如果是这样,我该如何降级到旧的? – sirlaurens