Проблемы с Установкой пакетов - Ubuntu 16.04 TLS

Я плохо знаком с Ubuntu и испытываю затруднения при установке некоторых пакетов на 16,04 TLS. Первый является зернышком. Когда я работал sudo apt-get install python-pip, Я добрался:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 libpcl1.7 : Depends: libpcl-people1.7 but it is not going to be installed
 python-pip : Depends: python-pip-whl (= 8.1.1-2ubuntu0.4) but it is not going to be installed
          Recommends: python-all-dev (>= 2.6) but it is not going to be installed
          Recommends: python-wheel but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

Я попробовал команду -f флаг, но тем не менее это не помогло. Я затем пытался установить использование libpcl-people1.7 sudo apt-get install libpcl-people1.7, но я получил еще больше ошибок:

After this operation, 74.8 kB of additional disk space will be used.
E: Read error - read (5: Input/output error)
E: Prior errors apply to /var/cache/apt/archives/libpcl-people1.7_1.7.2-14build1_amd64.deb
debconf: apt-extracttemplates failed: Interrupted system call
(Reading database ... 283158 files and directories currently installed.)
Preparing to unpack .../libpcl-people1.7_1.7.2-14build1_amd64.deb ...
Unpacking libpcl-people1.7:amd64 (1.7.2-14build1) ...
dpkg-deb (subprocess): cannot copy archive member from '/var/cache/apt/archives/libpcl-people1.7_1.7.2-14build1_amd64.deb' to decompressor pipe: failed to read (Input/output error)
dpkg-deb (subprocess): decompressing archive member: lzma error: unexpected end of input
dpkg-deb: error: subprocess <decompress> returned error exit status 2
dpkg: error processing archive /var/cache/apt/archives/libpcl-people1.7_1.7.2-14build1_amd64.deb (--unpack):
subprocess dpkg-deb --fsys-tarfile returned error exit status 2
No apport report written because the error message indicates an issue on the local system
                                                                                     Processing triggers for libc-bin (2.23-0ubuntu7) ...
Errors were encountered while processing:
/var/cache/apt/archives/libpcl-people1.7_1.7.2-14build1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Я обновил систему, прежде чем я выполнил эти команды. Мне ошибки просто выглядят странными. Какова могла бы быть причина для этих ошибок? Любая справка ценится.Спасибо.

1
задан 2 April 2017 в 10:21

0 ответов

Другие вопросы по тегам:

Похожие вопросы: