Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
您的本地软件包索引已过时,这意味着您正在尝试安装软件包服务器(Debian 中的存储库)上不再存在的软件包版本。要更新它,请运行(以 root 身份)apt-get update 并重试安装。
apt-get update
Your local package index is out-of-date, meaning that you are trying to install a package version that no longer exists on the package server (repository in Debian talk). To update it, run (as root) apt-get update and retry the install.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(1)
您的本地软件包索引已过时,这意味着您正在尝试安装软件包服务器(Debian 中的存储库)上不再存在的软件包版本。要更新它,请运行(以 root 身份)
apt-get update
并重试安装。Your local package index is out-of-date, meaning that you are trying to install a package version that no longer exists on the package server (repository in Debian talk). To update it, run (as root)
apt-get update
and retry the install.