[SOLVED] Network-osmc was accidentally removed. Help!

Unfortunately the recovery console is not working in the July update due to Kernel changes that we have not been able to unravel yet.

I would download both armv7-network-osmc and armv7-connman-osmc from the following links to a PC and copy them to the fat partition on your SD card:

http://46.37.189.135/osmc/apt/pool/main/a/armv7-connman-osmc/
http://46.37.189.135/osmc/apt/pool/main/a/armv7-network-osmc/

Then boot up again, exit Kodi to log into a local console. Then:

sudo dpkg -i /boot/armv7*.deb

Then reboot. That should get networking up again. Then to fix other dependencies that may be broken:

sudo apt-get -f install rbp2-device-osmc --reinstall
sudo apt-get update && sudo apt-get -f dist-upgrade

(This assumes you have a Pi 2)

BTW removing rpcbind won’t have caused your problem, something you did possibly a long time ago has broken the dependency tree and only now when an auto remove ran did it cause this issue.