Não é possível instalar o Mrtg no Ubuntu 14.04 LTS [closed]

2

Eu não consigo instalar o MRGT-2.17.4 no Ubuntu 14.04 LTS Text aparecer erro abaixo?

Reading package lists... Done
Building dependency tree       
Reading state information... Done
mrtg is already the newest version.
The following packages were automatically installed and are no longer required:
  libart-2.0-2 libcdr-0.0-0 libcmis-0.4-4 libmspub-0.0-0 liborcus-0.6-0
  libvisio-0.0-0 libwpd-0.9-9 libwpg-0.2-2 libwps-0.2-2
  linux-headers-3.13.0-85 linux-headers-3.13.0-85-generic
  linux-image-3.13.0-85-generic linux-image-extra-3.13.0-85-generic
  python-pexpect python-renderpm python-reportlab python-reportlab-accel
  thunderbird-locale-en thunderbird-locale-en-gb thunderbird-locale-en-us
  xfonts-mathml

Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 1 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 pbis-open (8.2.0.2969) ...
Error: /opt/pbis/sbin/lwsmd --start-as-daemon --disable-autostart --loglevel debug returned 127 (aborting this script)
/var/lib/dpkg/info/pbis-open.postinst: 74: /var/lib/dpkg/info/pbis-open.postinst: /opt/pbis/sbin/lwsmd: not found

dpkg: error processing package pbis-open (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 pbis-open
E: Sub-process /usr/bin/dpkg returned an error code (1)
    
por bslacker 18.06.2016 / 08:34

1 resposta

0

Como a saída diz, o MRTG já está instalado:

  

O mrtg já é a versão mais recente.

No entanto, o pacote pbis-open com erro durante a instalação.

Uma maneira de corrigir isso é o comando sudo apt install --reinstall pbis-open

Além disso, você tem muitos pacotes órfãos instalados (dependências que foram instaladas, mas não são mais necessárias)

Você pode removê-los com: sudo apt autoremove

    
por pizzapants184 18.06.2016 / 09:12