无法检索结构存储库

  • 本文关键字:存储 结构 检索 fabric
  • 更新时间 :
  • 英文 :


我需要在Linux(debian-wheezy)机器上安装结构。但它找不到存储库;我已经运行了"apt-get update",但它找不到任何结构,即使使用"apt-cache 搜索结构"。

我在 ubuntu 上有它......我怎么能得到它?

fabric 软件包在 Debian 中不可用。您可以使用 Ubuntu .deb 文件将其安装在 Debian 上。但是由于打包的结构版本已经过时了,我建议按以下方式安装结构:

apt-get install python-setuptools  # for easy_install
easy_install pip
pip install fabric

最新更新