【问题标题】:not able to install freeipa-server on ubuntu无法在 ubuntu 上安装 freeipa-server
【发布时间】:2016-10-13 08:50:08
【问题描述】:

我正在尝试在 ubuntu 上安装 freeipa-server,但由于出现以下错误而没有安装它:

sudo apt-get install freeipa-server
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package freeipa-server

我已经在 ubuntu 14.04 和 ubuntu 16.04 上尝试过,但没有运气。 freeipa-client 安装得很好,但 freeipa-server 安装得不好。知道如何解决这个问题吗?

非常感谢, 迪帕克

【问题讨论】:

标签: ubuntu-14.04 ubuntu-16.04 freeipa


【解决方案1】:

该软件包似乎可用于16.04 only。它在 universe 中,所以请确保在“软件和更新”下标记它并运行 sudo apt update

要添加存储库,您还可以编辑/etc/apt/sources.list 或调用:

sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe"

【讨论】:

  • 感谢@wrwrwr 的回复,我正在使用适用于 ubuntu 16.04 的 AWS AMI 映像 - 在这种情况下,如何在“软件和更新”下标记它?
  • 太棒了!!它就像魅力一样。非常感谢。
猜你喜欢
  • 2020-11-28
  • 2017-11-13
  • 1970-01-01
  • 2020-07-26
  • 2019-01-17
  • 1970-01-01
  • 2020-01-02
  • 2020-05-01
  • 2018-04-06
相关资源
最近更新 更多