Não é possível reinstalar o Adobe Reader

0

Eu acidentalmente excluí os arquivos em / opt / que também incluía o diretório Adobe no qual o leitor estava instalado. Agora estou tentando reinstalá-lo usando o comando

sudo apt-get install acroread

Neste após algumas linhas, recebo o seguinte erro

    amit@localhost:~$ sudo apt-get install aroread
[sudo] password for amit: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package aroread
amit@localhost:~$ sudo apt-get install acroread
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  nspluginviewer:i386 nspluginwrapper
The following NEW packages will be installed:
  acroread nspluginviewer:i386 nspluginwrapper
0 upgraded, 3 newly installed, 0 to remove and 6 not upgraded.
Need to get 0 B/218 kB of archives.
After this operation, 649 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Preconfiguring packages ...
Selecting previously unselected package nspluginviewer:i386.
(Reading database ... 173632 files and directories currently installed.)
Unpacking nspluginviewer:i386 (from .../nspluginviewer_1.4.4-0ubuntu4_i386.deb) ...
Selecting previously unselected package nspluginwrapper.
Unpacking nspluginwrapper (from .../nspluginwrapper_1.4.4-0ubuntu4_amd64.deb) ...
Selecting previously unselected package acroread.
Unpacking acroread (from .../acroread_9.5.5-1precise1_amd64.deb) ...
Processing triggers for man-db ...
Setting up nspluginviewer:i386 (1.4.4-0ubuntu4) ...
Setting up nspluginwrapper (1.4.4-0ubuntu4) ...
plugin dirs:
nspluginwrapper: no appropriate viewer found for /usr/lib/flashplugin-installer/libflashplayer.so
Auto-update plugins from /usr/lib/mozilla/plugins
Looking for plugins in /usr/lib/mozilla/plugins
Auto-update plugins from /usr/lib/firefox/plugins
Looking for plugins in /usr/lib/firefox/plugins
Auto-update plugins from /root/.mozilla/plugins
Looking for plugins in /root/.mozilla/plugins
Setting up acroread (9.5.5-1precise1) ...
No LSB modules are available.
nspluginwrapper: /opt/Adobe/Reader9/Browser/intellinux/nppdf.so is not a valid NPAPI plugin
No LSB modules are available.
nspluginwrapper: /opt/Adobe/Reader9/Browser/intellinux/nppdf.so is not a valid NPAPI plugin

Não tenho certeza do que isso significa para os módulos LSB.

    
por Amit 03.07.2013 / 13:38

1 resposta

0

Os módulos LSB são módulos Linux Standard Base. Você deve poder ignorar essas mensagens. 'lsb' é um pacote instalável, se você quiser instalá-lo.

Para as mensagens do nspluginwrapper, você precisará encontrar o diretório do plugin que possui o link para a instalação em / opt e removê-las. Essas mensagens provavelmente também podem ser ignoradas.

acroread deve ser instalado nos diretórios padrão not / opt. Atalhos referentes à instalação antiga serão quebrados. /usr/bin/acroread deve inicializar o leitor.

    
por BillThor 03.07.2013 / 13:49