在Ubuntu 9.10上安装libxml2-dev时出错 - 对于lxml-etree

时间:2012-12-24 17:42:17

标签: python installation lxml ubuntu-9.10 xml.etree

尝试在 Ubuntu 9.10上安装 lxml-etree
I learned here我需要 libxml2-dev &的的libxslt-dev的

当我尝试通过运行apt-get install libxml2-dev

来安装libxml2-dev时
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  libxml2
The following NEW packages will be installed:
  libxml2-dev
The following packages will be upgraded:
  libxml2
1 upgraded, 1 newly installed, 0 to remove and 73 not upgraded.
Need to get 1696kB of archives.
After this operation, 2830kB of additional disk space will be used.
Do you want to continue [Y/n]? Y
Err http://archive.ubuntu.com karmic-updates/main libxml2 2.7.5.dfsg-1ubuntu1.2
  404  Not Found [IP: 91.189.92.200 80]
Err http://security.ubuntu.com karmic-security/main libxml2 2.7.5.dfsg-1ubuntu1.2
  404  Not Found
Err http://security.ubuntu.com karmic-security/main libxml2-dev 2.7.5.dfsg-1ubuntu1.2
  404  Not Found
Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/libx/libxml2/libxml2_2.7.5.dfsg-1ubuntu1.2_amd64.deb  404  Not Found
Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/libx/libxml2/libxml2-dev_2.7.5.dfsg-1ubuntu1.2_amd64.deb  404  Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

是否删除了此版本的lxml? 无法抓取http://security.ubuntu.com/ubuntu/pool/main/libx/libxml2/libxml2_2.7.5.dfsg-1ubuntu1.2_amd64.deb 404 Not Found

因此,我尝试按照该主题中的建议方式运行apt-get install python-lxml 但这给了我这个:

Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
  python-lxml-dbg
The following NEW packages will be installed:
  python-lxml
0 upgraded, 1 newly installed, 0 to remove and 74 not upgraded.
Need to get 1265kB of archives.
After this operation, 4002kB of additional disk space will be used.
Err http://archive.ubuntu.com karmic/main python-lxml 2.1.5-1ubuntu2
  404  Not Found [IP: 91.189.92.202 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/l/lxml/python-lxml_2.1.5-1ubuntu2_amd64.deb  404  Not Found [IP: 91.189.92.202 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

1 个答案:

答案 0 :(得分:0)

Ubuntu 9.10不再受支持,因此无法正常工作。 创建了一个新的12.04主机。