【问题标题】:Install rst2man failed for varnish agent [fix]为清漆代理安装 rst2man 失败 [修复]
【发布时间】:2014-04-05 17:22:41
【问题描述】:

我正在尝试使用虚拟机在 ubuntu 服务器上安装清漆代理。中间安装过程有提示“you need rst2man installed to make dist”。

当我尝试使用 "sudo apt-get install rst2man" 安装 rst2man 时,另一条消息进来了:

Reading package list....done

Building dependecy tree

Reading state information....done

E: unable to locate package rst2man

"unable to locate package rst2man" 是什么意思?有人知道吗?请帮忙。


问题修复: 我尝试为 rst2man 安装 python-docutils。

【问题讨论】:

    标签: package sudo varnish apt-get ubuntu-server


    【解决方案1】:

    python-docutils 不适合我

    我必须安装包docutils-common

    sudo apt-get install docutils-common
    

    【讨论】:

      【解决方案2】:

      在 CentOS 和可能的 RHEL 上工作:

      yum install python-docutils
      

      【讨论】:

        【解决方案3】:

        如果您安装 varnish-agent-2 - 之后

        sudo apt-get install python-docutils
        

        你应该再次执行

        ./configure
        

        【讨论】:

          【解决方案4】:

          rst2man 是一个虚拟包,那么你需要安装 python-docutils 包而不是提供 rst2man 和 Python 模块文档的实用程序。

          sudo apt-get install python-docutils
          

          安装此包后,尝试以下命令:

          sudo which rst2man
          

          【讨论】:

            猜你喜欢
            • 1970-01-01
            • 1970-01-01
            • 1970-01-01
            • 2021-05-06
            • 2018-08-12
            • 1970-01-01
            • 2012-08-07
            • 1970-01-01
            • 1970-01-01
            相关资源
            最近更新 更多