首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >安装测试磁盘时依赖于libntfs10错误

安装测试磁盘时依赖于libntfs10错误
EN

Ask Ubuntu用户
提问于 2012-09-07 14:53:46
回答 1查看 1.2K关注 0票数 0

我想将testdisk安装到ubuntu10.04LTS,但是我得到了一个错误。有什么帮助吗?这是输出:

代码语言:javascript
复制
# 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

我也试过:

代码语言:javascript
复制
wget http://launchpadlibrarian.net/40386584/libntfs10_2.0.0-1ubuntu4_i386.deb; sudo dpkg -i *.deb

我得到了一个错误:

代码语言:javascript
复制
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
EN

回答 1

Ask Ubuntu用户

回答已采纳

发布于 2012-09-07 16:59:50

运行以下命令:

代码语言:javascript
复制
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

代码语言:javascript
复制
sudo apt-get install testdisk

注:以上说明适用于64位机.

票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/185154

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档