databag
databag copied to clipboard
netcat ambiguity
In the instructions for "Install Databag on Raspberry Pi Zero V1.3", there is an instruction for apt-get -y install netcat. Doing so now gives the following message-
Package netcat is a virtual package provided by:
netcat-openbsd 1.219-1
netcat-traditional 1.10-47
You should explicitly select one to install.
E: Package 'netcat' has no installation candidate
I assume one should do apt-get -y install netcat-openbsd now instead, but the guide should probably be updated to reflect this.
P.S. Thank you so much for all your work on Databag. It's such a useful piece of software and I'd never have gotten something like this to work on my own, your work is really appreciate.
Thank you for using this project and your feedback! I will update the guide accordingly