2016-05-29 127 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