I've installed Arch Linux today and am a bit of a noob at using it, so when I had done the installation my system would connect too my network fine, but after rebooting it stopped and gave me an error
"Job for [email protected] failed because the control process exited with error code"
I done some research and found out my system does not have a DHCP daemon known as dhcpd
So since my system has no network connection i went on another computer and downloaded the tar file for dhcpd.service from the Arch Linux package website using this link dhcpd download package
Since this is a tar file I'm not quite sure how to download it, I've already ran the ./configure file as well as ran "make" and "sudo make install" but the daemon doesn't seem to be running on my system when I checked with systemctl. I'd really appreciate if someone could please help me.
dhcpdwill distribute IP addresses and other network configuration information to other hosts. It will not help your system get a network connection if none exists. On the other hand, a DHCP client daemondhcpcd(one-letter difference!) would request configuration information from a DHCP server, and use that to configure your network interface(s).