无法在 ubuntu 上安装 freeipa-server

not able to install freeipa-server on ubuntu

我正在尝试在 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 没有安装。知道如何解决这个问题吗?

非常感谢, 迪帕克

该软件包似乎可用于 16.04 only。它在 universe 中,因此请确保将其标记在 "Software & Updates" 和 运行 sudo apt update.

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

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