Я не могу обновить 13.10 из-за сломанной трубы

Я пытаюсь обновить, и вот что я получаю:

christopher@chris-computer:~$ sudo apt-get upgrade
[sudo] password for christopher: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be upgraded:
  librhythmbox-core7
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/809 kB of archives.
After this operation, 39.9 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
(Reading database ... 170617 files and directories currently installed.)
Preparing to replace librhythmbox-core7 2.99.1-0ubuntu1 (using .../librhythmbox-core7_3.0.1-0~13.10~ppa1_i386.deb) ...
Unpacking replacement librhythmbox-core7 ...
dpkg: error processing /var/cache/apt/archives/librhythmbox-core7_3.0.1-0~13.10~ppa1_i386.deb (--unpack):
 trying to overwrite '/usr/lib/librhythmbox-core.so.8.0.0', which is also in package librhythmbox-core8 3.0.1-1ubuntu2~ppa0
No apport report written because MaxReports is reached already
                                                              dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/librhythmbox-core7_3.0.1-0~13.10~ppa1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
0
задан 7 November 2013 в 08:05

1 ответ

Похоже, вы скачиваете пакет librhythmbox-core7_3.0.1-0~13.10~ppa1_i386.deb, когда у вас уже установлено librhythmbox-core.so.8.0.0. Вероятно, проблема PPA.

Я предлагаю удалить все librhythmbox пакетов и переустановить предпочитаемую версию.

  1. Удалите текущую librhythmbox установку с помощью sudo dpkg --remove librhythmbox-core
  2. Обновите свой apt кэш с помощью sudo apt-get update
  3. Переустановите librhythmbox с помощью sudo apt-get install -f librhythmbox
0
ответ дан 7 November 2013 в 08:05

Другие вопросы по тегам:

Похожие вопросы: