Como limpar o arquivo de configuração do pacote?

1

Eu tento instalar o navegador da web midori, mas isso aparece

sudo apt-get install midori
Reading package lists... Done
Building dependency tree       
Reading state information... Done
midori is already the newest version (0.5.11-ds1-2).
The following packages were automatically installed and are no longer required:
  libllvm3.8:i386 linux-headers-4.4.0-31 linux-headers-4.4.0-31-generic linux-headers-4.4.0-38 linux-headers-4.4.0-38-generic linux-image-4.4.0-31-generic linux-image-4.4.0-38-generic
  linux-image-extra-4.4.0-31-generic linux-image-extra-4.4.0-38-generic
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 35 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 matlab-support (0.0.21) ...
No default Matlab path found. Exiting.
dpkg: error processing package matlab-support (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 matlab-support
E: Sub-process /usr/bin/dpkg returned an error code (1)

sudo apt-get remove matlab-suport
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package matlab-suport

Eu tentei instalar o suporte matlab, agora eu não sei como me livrar disso. Ele aparece o tempo todo. O que devo tentar?

    
por MikiBelavista 27.10.2016 / 17:59

1 resposta

1

Para remover um pacote completamente, você pode usar

apt-get purge packagename

No seu caso, isso seria

apt-get purge matlab-support
    
por Phillip -Zyan K Lee- Stockmann 27.10.2016 / 19:01