我试图在ubuntu上安装freeipa服务器,但没有安装它,因为我的错误如下:
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-客户端安装良好,但不安装freeipa服务器。知道我怎么才能解决这个问题吗?
非常感谢,Deepak
发布于 2016-10-13 09:24:27
该软件包似乎可用于仅16.04。它在宇宙中,所以请确保在“软件和更新”下标记它,并运行sudo apt update。
要添加存储库,还可以编辑/etc/apt/sources.list或调用:
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe"https://stackoverflow.com/questions/40016357
复制相似问题