Hi Malcolm, ok, maybe you don't have it installed, but it is standard on the latest Raspbian images and bloddy annoying if you want to set a static address.
dhcpcd5 is a DHCP client deamon. It handles the DHCP on your network interfaces. Unlike previous clients it ignores the settings in /etc/network/interfaces and just does its own thing. So if you set a manual address in /etc/network/interfaces you get two addresses - one from interfaces and one set by dhcp.
To check if you have it installed:
dpkg -l dhcpcd5
If it comes up with a line starting with "ii dhcpcd5", then it is installed.
To remove it:
sudo apt-get remove dhcpcd5