I'm currently trying to do something that's quite hard for me.
I have a raspberry pi zero w that's running an apache server.
I want to be able to access my pi anywhere, even offline by connecting to it from for example my androids wifi tab.
I have seen a lot of tutorials showing how to create an Access Point on the Raspberry Pi but they use dhcpcd.service, and my pi doesn't have dhcpcd.
If I try installing dhcpcd5, it wants to uninstall network-pi, bluetooth-pi and something else.
How do I do this?