can't install dhcp

Asked by David Hrivnak

Trying to install DHCP using apt-get install dhcp, get "Package dhcp is not available, but it is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source. E: package dhcp has no installation candidate"

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu dhcp3 Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Craig Huffstetler (xq) said :
#1

Try:

sudo apt-get install dhcp3-server

Sincerely,

Craig

Revision history for this message
Craig Huffstetler (xq) said :
#2

There are also these packages:

 dhcp3
    Source of: dhcp-client, dhcp3-client, dhcp3-client-udeb...............
dhcp3-client
    This is the client from version 3 of the Internet...
dhcp3-client-udeb
    dhcp-client-udeb is a minimal dhcp package used b...
dhcp3-common
    This package contains the files used by all the p...

So if you want to install the cliet use:

sudo apt-get install dhcp3

If you want to install the server and clients use:

sudo apt-get install dhcp3-common

I believe there is also:

sudo apt-get install dhcp3-ldap

For LDAP support.

I hope this helps.

Revision history for this message
Craig Huffstetler (xq) said :
#3

dhcp3-server-ldap
    This is the server from version 3 of the Internet...

There is the complete name of the package.

For future reference you can always check:
http://packages.ubuntu.com/ on the web

Or directly using synaptic from the command line.

Can you help with this problem?

Provide an answer of your own, or ask David Hrivnak for more information if necessary.

To post a message you must log in.