Nautilus quebrado no Linux, não consigo consertar com 'apt-get'

1

Até onde eu sei, o Nautilus é o gerenciador de arquivos padrão do GNOME.

Recentemente eu atualizei (isso é o que eu acho). O que eu fiz foi:

apt-get install nautilus

Após alguns minutos o download foi concluído, depois de um reinício, quando tentei abrir o arquivo, ele não estava funcionando. O explorador de arquivos não vai abrir o quanto eu tentei.

Então tentei removê-lo com o seguinte comando:

dpkg --list #(to confirm the file name)
apt-get remove nautilus/nautilus-data

Mas houve um erro:

apt-get remove nautilus
Reading package lists... Done
Building dependency tree
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 gsettings-desktop-schemas : Breaks: mutter (< 3.19.92) but 3.18.2-1 is to be installed
 libgnome-desktop-3-12 : Breaks: mutter (< 3.21.2) but 3.18.2-1 is to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

Como não consigo removê-lo, tenho apenas uma opção, por exemplo, para alternar para outro gerenciador de arquivos, mas não desejo alternar.

Qualquer tipo de ajuda seria apreciado.

EDIT (atualizado):
quando eu digito nautilus no terminal ele dá o seguinte erro:

nautilus: symbol lookup error: /usr/lib/x86_64-linux-gnu/libgnome-autoar-0.so.0: undefined symbol: archive_entry_is_encrypted

Acho que talvez esteja carregando bibliotecas erradas.
E eu também tentei usar

apt-get install --reinstall nautilus

O erro ainda é o mesmo

    
por Imnoob 15.10.2016 / 12:11

1 resposta

1

Talvez haja alguma solução para isso, mas estou escrevendo apenas como corrigi-lo.
Executar:

apt-get update && apt-get upgrade

Devido a qualquer motivo, se os tipos de processo digitarem:

apt-get update && apt-get upgrade --fix-missing

    
por 18.10.2016 / 23:08