【问题标题】:How to install version 3.7 of puppet on Debian Stretch?如何在 Debian Stretch 上安装 puppet 3.7 版?
【发布时间】:2018-05-17 20:37:02
【问题描述】:

我正在尝试在我的服务器上安装 puppet 3.7.2。

在我的所有节点上,我有以下内容:

apt-cache policy puppet
puppet:
Installed: 3.7.2-4+deb8u1
Candidate: 3.7.2-4+deb8u1
Version table:
    4.8.2-5~bpo8+1 0
        100 http://http.debian.net/debian/ jessie-backports/main amd64 Packages
*** 3.7.2-4+deb8u1 0
       500 http://security.debian.org/ jessie/updates/main amd64 Packages
       100 /var/lib/dpkg/status
    3.7.2-4 0
       500 http://httpredir.debian.org/debian/ jessie/main amd64 Packages

但是,在我的新服务器上,如果我尝试安装此特定版本,则会发生以下情况:

apt-get install puppet=3.7.2-4+deb8u1
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Version '3.7.2-4+deb8u1' for 'puppet' was not found

还有:

apt-cache policy puppet
puppet:
  Installed: (none)
  Candidate: 4.8.2-5
  Version table:
     4.8.2-5 500
        500 http://cdn-aws.deb.debian.org/debian stretch/main amd64 Packages

我对Linux不是很熟悉,请问如何安装这个特定的版本? 感谢您的帮助!

【问题讨论】:

  • 您不应该安装 Puppet 3.7。很久以前就停产了。

标签: linux debian puppet


【解决方案1】:

我同意 Matt 的观点,即您不应该使用 puppet 3.7,因为它很久以前就停产了。 但是,如果你真的需要,你可以安装 Wheezy Backports,将下面的行添加到/etc/apt/sources.list.d/

deb http://ftp.debian.org/debian jessie-backports main

有了这个,你就可以安装包了。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2018-12-11
    • 2018-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-12-03
    • 1970-01-01
    • 2018-03-07
    相关资源
    最近更新 更多