Ошибка при запуске sudo apt-get upgrade

Я запускаю Ubuntu 16.04.2 LTS (GNU / Linux 4.4.0-78-generic x86_64) на безголовом сервере. Я получаю проблему с plexmediaserver каждый раз, когда я запускаю обновления пакетов. Вот вывод с терминала.

Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Do you want to continue? [Y/n] y Setting up plexmediaserver (1.5.6.3790-4613ce077) ... OK Failed to execute operation: File exists dpkg: error processing package plexmediaserver (--configure): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: plexmediaserver E: Sub-process /usr/bin/dpkg returned an error code (1)

Как я могу это решить?

Обновление:

Результаты запуска sudo dpkg --configure -a

Setting up plexmediaserver (1.5.6.3790-4613ce077) ... OK Failed to execute operation: File exists dpkg: error processing package plexmediaserver (--configure): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: plexmediaserver

Результаты запуска sudo apt install -f:

Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Setting up plexmediaserver (1.5.6.3790-4613ce077) ... OK Failed to execute operation: File exists dpkg: error processing package plexmediaserver (--configure): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: plexmediaserver E: Sub-process /usr/bin/dpkg returned an error code (1)

Результаты запуска sudo apt install --reinstall plexmediaserver:

Reading package lists... Done Building dependency tree Reading state information... Done Reinstallation of plexmediaserver is not possible, it cannot be downloaded. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Do you want to continue? [Y/n] y Setting up plexmediaserver (1.5.6.3790-4613ce077)... OK Failed to execute operation: File exists dpkg: error processing package plexmediaserver (--configure): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: plexmediaserver E: Sub-process /usr/bin/dpkg returned an error code (1)

Как вы можете видеть, я получаю почти одинаковые сообщения об ошибках каждый раз.

Я использовал Atomic Toolkit для установки сервера plexmedia. (Https://github.com/htpcBeginner/AtoMiC-ToolKit)

3
задан 4 June 2017 в 21:15

0 ответов

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

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