Problema ao atualizar o shotwell

4

A última atualização do Shotwell está me causando problemas ao atualizar meu sistema. Eu tentei com sudo apt-get install -f e recebi esta mensagem de erro:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
  shotwell
The following packages will be upgraded:
  shotwell
1 upgraded, 0 newly installed, 0 to remove and 12 not upgraded.
Need to get 0 B/7,511 kB of archives.
After this operation, 25.3 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database ... 299243 files and directories currently installed.)
Preparing to unpack .../shotwell_0.18.1-1~trusty1_i386.deb ...
Unpacking shotwell (0.18.1-1~trusty1) over (0.18.0-0ubuntu4.1) ...
dpkg: error processing archive /var/cache/apt/archives/shotwell_0.18.1-1~trusty1_i386.deb (--unpack):
 trying to overwrite '/usr/share/shotwell/icons/shotwell-16.svg', which is also in package shotwell-common 0.18.0-0ubuntu4.2
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Processing triggers for man-db (2.6.7.1-1) ...
Processing triggers for menu (2.1.46ubuntu1) ...
Errors were encountered while processing:
 /var/cache/apt/archives/shotwell_0.18.1-1~trusty1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Existe alguma chance de consertar isso?

    
por Alen 30.07.2014 / 20:29

2 respostas

5

Eu enviei uma pergunta no Launchpad e recebi uma resposta, então, caso alguém tenha um problema semelhante aqui, resolvi o problema:

sudo dpkg --force-all -i /var/cache/apt/archives/shotwell_0.18.1-1~trusty1_i386.deb

link

    
por Alen 07.08.2014 / 10:12
-1

Eu instalei shotwell_0.18.1 com sucesso, executando estes comandos: '

sudo apt-get remove --purge shotwell*
sudo apt-get install shotwell
    
por fauzi 03.08.2014 / 06:06