我正在尝试在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。知道如何解决这个问题?
非常感谢, 迪帕克
答案 0 :(得分:1)
这个包似乎可用于16.04 only。它位于 universe 中,因此请确保将其标记在" Software&更新与#34;并运行sudo apt update
。
要添加存储库,您还可以编辑/etc/apt/sources.list
或调用:
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe"
答案 1 :(得分:-2)
仅需记录Ubuntu 16.04和18.04即可:
sudo apt -y install freeipa-server
然后您可以通过以下方式设置服务器:
sudo ipa-server-install