Зависит libntfs10 ошибка при установке испытательного стенда

Я хочу установить испытательный стенд на ubuntu 10.04 LTS, но я получаю ошибку. Какая-либо справка? Вот вывод:

# sudo apt-get install testdisk
Reading package lists... Done
Building dependency tree       
Reading state information... Done
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:
  testdisk: Depends: libntfs10 (>= 2.0.0) but it is not installable
E: Broken packages

Я также попробовал:

wget http://launchpadlibrarian.net/40386584/libntfs10_2.0.0-1ubuntu4_i386.deb; sudo dpkg -i *.deb

И я получаю эту ошибку:

dpkg: error processing libntfs10_2.0.0-1ubuntu4_i386.deb (--install):
 package architecture (i386) does not match system (amd64)
Errors were encountered while processing:
 libntfs10_2.0.0-1ubuntu4_i386.deb
0
задан 7 September 2012 в 19:35

1 ответ

Выполните следующие команды:

cd /tmp
sudo mkdir download
cd download
sudo wget http://ubuntu.mirror.iweb.ca//pool/main/l/linux-ntfs/libntfs10_2.0.0-1ubuntu4_am‌​d64.deb
sudo dpkg -i *.deb
cd

Теперь, повторите для установки testdisk:

sudo apt-get install testdisk

Примечание: вышеупомянутые инструкции для 64-разрядной машины.

0
ответ дан 21 October 2019 в 10:47

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

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