2

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

非常感谢,迪帕克

4

1 回答 1

1

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

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

sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe"
于 2016-10-13T09:24:27.913 回答