Installing dhcpd through yum

Issues related to configuring your network
Post Reply
fxars
Posts: 11
Joined: 2006/02/19 00:07:43
Location: Fairbanks, Alaska

Installing dhcpd through yum

Post by fxars » 2016/03/05 07:58:39

I have installed Centos 7 on a Raspberry PI (uname -a Linux rpi2 4.1.11-v7+ #822 SMP PREEMPT Fri Oct 23 16:22:18 BST 2015 armv7l armv7l armv7l GNU/Linux)

I'm trying to install a dhcp server (or dhcpd) using yum. But only a client seems available.
$ sudo yum list 'dhcp*'
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Installed Packages
dhcp-common.armv7hl 12:4.2.5-42.el7 @centos-base_rbf
dhcp-libs.armv7hl 12:4.2.5-42.el7 @centos-base_rbf

Is there a way to get dhcpd?


fxars
Posts: 11
Joined: 2006/02/19 00:07:43
Location: Fairbanks, Alaska

Re: Installing dhcpd through yum

Post by fxars » 2016/03/06 01:46:51

I read the document. It tells me to
yum install dhcp

When I do, I get:
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
No package dhcp available.
Error: Nothing to do

aks
Posts: 3073
Joined: 2014/09/20 11:22:14

Re: Installing dhcpd through yum

Post by aks » 2016/03/06 10:49:30

Perhaps your repos are messed up - works fine for me.
Please post the output of yum repolist

Post Reply