Ubuntu на Pandaboard доставляет мне неприятности

Я пытаюсь установить дополнения OMAP4 для Ubuntu на моем Pandaboard. По некоторым причинам, некоторые пакеты не могут согласиться друг с другом.

Это то, что я сделал до сих пор:

  • установлен на Ubuntu 11.10 на SD-карте
  • Работает на Pandaboard и позволяет ему завершить первоначальную установку
  • «apt-get update» и «apt-get upgrade» для установки обновлений

Пока что все прошло нормально, и я был вполне доволен своим Pandaboard, но затем я допустил ошибку, набрав this:

apt-get install ubuntu-imap4-extras

Сначала все казалось нормальным, и он начал скачивать и устанавливать. Но потом через некоторое время он просто рухнул. Я попробовал это снова, но затем он дал мне это:

Reading package lists... Done
Building dependency tree
Reading state information... Done
ubuntu-omap4-extras is already the newest version.
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
gstreamer0.10-openmax : Depends: gstreamer0.10-plugins-bad but it is not going to be installed
gstreamer0.10-plugin-ducati : Depends: gstreamer0.10-plugins-bad but it is not going to be installed
ubuntu-omap4-extras-multimedia : Depends: gstreamer0.10-plugins-bad (>= 0.10.22-2ubuntu4+ti1.5) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

Поэтому я попытался предложить: apt-get -f install:

Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
gstreamer0.10-plugins-bad
The following NEW packages will be installed:
gstreamer0.10-plugins-bad
0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded.
88 not fully installed or removed.
Need to get 0 B/1,794 kB of archives.
After this operation, 4,571 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
(Reading database ... 143575 files and directories currently installed.)
Unpacking gstreamer0.10-plugins-bad (from .../gstreamer0.10-plugins bad_0.10.22-2ubuntu4+ti1.5.4.8+1_armel.deb) ...
dpkg: error processing /var/cache/apt/archives/gstreamer0.10-plugins-bad_0.10.22-2ubuntu4+ti1.5.4.8+1_armel.deb (--unpack):
trying to overwrite '/usr/lib/libgstbasecamerabinsrc-0.10.so.0.0.0', which is also in package gstreamer0.10-plugins-good 0.10.30-1ubuntu7.1
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/gstreamer0.10-plugins-bad_0.10.22-2ubuntu4+ti1.5.4.8+1_armel.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Похоже на два пакета (плагины - good и plugins-bad) сражаются за одну и ту же библиотеку.

Есть идеи, как это исправить?

1
задан 24 May 2012 в 02:15

2 ответа

Мои шаги для решения этой проблемы:

dpkg -r --force all gstreamer0.10-plugins-good
apt-get -f install
apt-get install ubuntu-omap4-extras

Сила, чтобы сначала удалить хороший пакет!

0
ответ дан 24 May 2012 в 02:15

Попробуйте это почистить и обновить вашу систему

sudo apt-get autoremove
sudo apt-get clean
sudo apt-get autoclean
sudo apt-get update
sudo apt-get upgrade
0
ответ дан 24 May 2012 в 02:15

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

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