Depende do erro libntfs10 ao instalar o testdisk

0

Eu quero instalar o testdisk no Ubuntu 10.04 LTS, mas estou recebendo um erro. Qualquer ajuda? Aqui está a saída:

# 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

Eu também tentei:

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

E eu recebo este erro:

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
    
por user260223 07.09.2012 / 16:53

1 resposta

0

Execute os seguintes comandos:

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

Agora, tente novamente instalar testdisk :

sudo apt-get install testdisk
% bl0ck_qu0te%     
por SirCharlo 07.09.2012 / 18:59