0

当我最后得到这个回报时,我尝试为 Unix 基准测试安装库来测试我的 ubuntu LXC 容器。

命令:

ubuntu@BenchLXC2:~$ sudo apt-get install libx11-dev libgl1-mesa-dev libxext-dev perl perl-modules make git grc

结果(最后):

Preparing to unpack .../patch_2.7.1-4ubuntu2.4_amd64.deb ...
Unpacking patch (2.7.1-4ubuntu2.4) ...
Selecting previously unselected package x11proto-dri2-dev.
Preparing to unpack .../x11proto-dri2-dev_2.8-2_all.deb ...
Unpacking x11proto-dri2-dev (2.8-2) ...
Selecting previously unselected package x11proto-gl-dev.
Preparing to unpack .../x11proto-gl-dev_1.4.17-1_all.deb ...
Unpacking x11proto-gl-dev (1.4.17-1) ...
Selecting previously unselected package libgl1-mesa-dev.
Preparing to unpack .../libgl1-mesa-dev_10.1.3-0ubuntu0.6_amd64.deb ...
Unpacking libgl1-mesa-dev (10.1.3-0ubuntu0.6) ...
Processing triggers for ureadahead (0.100.0-16) ...
Errors were encountered while processing:
 /var/cache/apt/archives/libroken18-heimdal_1.6~git20131207+dfsg-1ubuntu1.2_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

我试着跑步

ubuntu@BenchLXC2:~$ sudo apt-get install -f

但我得到了这个:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
  libroken18-heimdal
The following NEW packages will be installed:
  libroken18-heimdal
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
90 not fully installed or removed.
Need to get 0 B/39.9 kB of archives.
After this operation, 162 kB of additional disk space will be used.
Do you want to continue? [Y/n] 
dpkg: error processing archive /var/cache/apt/archives/libroken18-heimdal_1.6~git20131207+dfsg-1ubuntu1.2_amd64.deb (--unpack):
 cannot get security labeling handle: No such file or directory
Errors were encountered while processing:
 /var/cache/apt/archives/libroken18-heimdal_1.6~git20131207+dfsg-1ubuntu1.2_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

这个包/var/cache/apt/archives/libroken18-heimdal_1.6~git20131207+dfsg-1ubuntu1.2_amd64.deb似乎引起了一些问题,但我不知道如何解决它。

4

0 回答 0