dpkg ao instalar o gnome-session-fallback

0

Eu estava tentando fazer sudo apt-get install gnome-session-fallback . Esta é a saída que recebo:

(Reading database ... 353039 files and directories currently installed.)
Preparing to unpack .../gnome-panel-data_1%3a3.8.0-1ubuntu12.2_all.deb ...
Unpacking gnome-panel-data (1:3.8.0-1ubuntu12.2) ...
dpkg: error processing archive /var/cache/apt/archives/gnome-panel-data_1%3a3.8.0-1ubuntu12.2_all.deb (--unpack):
trying to overwrite '/usr/share/locale/mn/LC_MESSAGES', which is also in package language-selector-common 0.129.3
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Preparing to unpack .../gnome-applets-data_3.5.92-0ubuntu3_all.deb ...
Unpacking gnome-applets-data (3.5.92-0ubuntu3) ...
dpkg: error processing archive /var/cache/apt/archives/gnome-applets-data_3.5.92-0ubuntu3_all.deb (--unpack):
trying to overwrite '/usr/share/locale/mn/LC_MESSAGES', which is also in package language-selector-common 0.129.3
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Processing triggers for libglib2.0-0:i386 (2.40.2-0ubuntu1) ...
Processing triggers for libglib2.0-0:amd64 (2.40.2-0ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.13-1) ...
Processing triggers for gconf2 (3.2.6-0ubuntu2) ...
Errors were encountered while processing:
 /var/cache/apt/archives/gnome-panel-data_1%3a3.8.0-1ubuntu12.2_all.deb
 /var/cache/apt/archives/gnome-applets-data_3.5.92-0ubuntu3_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Eu tentei atualizar e atualizar:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
  gnome-applets : Depends: gnome-applets-data (>= 3.5) but it is not installed
             Depends: gnome-applets-data (< 3.6) but it is not installed
             Recommends: gnome-media but it is not installed
  gnome-panel : Depends: gnome-panel-data (= 1:3.8.0-1ubuntu12.2) but it is not installed
           Recommends: alacarte but it is not installed
E: Unmet dependencies. Try using -f.

daí, eu tentei sudo apt-get -f install e obtive a mesma saída que sudo apt-get install gnome-session-fallback . Eu recebi um aviso para relatar este bug no launchpad. Alguma solução?

Eu também tentei instalar o aptitude (ou qualquer outro pacote) Eu recebo isto:

You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 aptitude : Depends: aptitude-common (= 0.6.8.2-1ubuntu4) but it is not going to be installed
        Depends: libboost-iostreams1.54.0 but it is not going to be installed
        Depends: libcwidget3 but it is not going to be installed
        Depends: libept1.4.12 but it is not going to be installed
 gnome-applets : Depends: gnome-applets-data (>= 3.5) but it is not going to be installed
             Depends: gnome-applets-data (< 3.6) but it is not going to be installed
             Recommends: gnome-media but it is not going to be installed
 gnome-panel : Depends: gnome-panel-data (= 1:3.8.0-1ubuntu12.2) but it is not going to be installed
           Recommends: alacarte but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

A instalação manual do arquivo aptitude deb do aqui , dá isto:

New sofware cant be installed because there is a problem with the software currently installed. Do you want to repair this porblem now? 

Clicado no reparo. Package operation failed.

    
por user281989 24.07.2015 / 19:51

1 resposta

0

É seguro correr pela unidade. Embora, você deva sempre revisar cuidadosamente a lista de pacotes a serem desinstalados antes de concordar em fazer as alterações, pois você pode ter algum outro aplicativo que use uma delas como uma dependência e possa ser desinstalado automaticamente como resultado. Por exemplo, isso provavelmente desinstalará o gnome-shell.

Execute os seguintes comandos:

sudo apt-get purge alacarte evolution evolution-common evolution-plugins gir1.2-panelapplet-5.0 gnome-applets gnome-applets-data gnome-flashback gnome-flashback-common gnome-media gnome-panel gnome-panel-data gnome-power-manager gnome-session-flashback indicator-applet-complete libevolution libgtkhtml-4.0-0 libgtkhtml-4.0-common libgtkhtml-editor-4.0-0 libmail-spf-perl libnetaddr-ip-perl libpanel-applet0 libpst4 libytnef0 metacity re2c sa-compile spamassassin spamc gnome-session-fallback aptitude

Se isso não funcionar, execute isso:

sudo dpkg -P alacarte evolution evolution-common evolution-plugins gir1.2-panelapplet-5.0 gnome-applets gnome-applets-data gnome-flashback gnome-flashback-common gnome-media gnome-panel gnome-panel-data gnome-power-manager gnome-session-flashback indicator-applet-complete libevolution libgtkhtml-4.0-0 libgtkhtml-4.0-common libgtkhtml-editor-4.0-0 libmail-spf-perl libnetaddr-ip-perl libpanel-applet0 libpst4 libytnef0 metacity re2c sa-compile spamassassin spamc gnome-session-fallback aptitude

Em seguida, limpe tudo e quando terminar de executar os comandos a seguir, vá em frente e tente a instalação novamente ou envie um relatório de bug:

sudo apt-get update
sudo apt-get clean

Por favor, poste qualquer erro.

    
por mchid 25.07.2015 / 05:23