ubuntu-14.04ubuntu-16.04freeipa

not able to install freeipa-server on ubuntu


I am trying to install freeipa-server on ubuntu but not getting it installed as i am getting below error:

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

I have tried it on ubuntu 14.04 and also on ubuntu 16.04 but no luck. freeipa-client gets installed fine but not freeipa-server. Any idea how can i get this resolved?

Many Thanks, Deepak


Solution

  • The package seems to be available for 16.04 only. It's in universe, so please make sure you have it marked under "Software & Updates" and run sudo apt update.

    To add the repository you can also edit /etc/apt/sources.list or invoke:

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