To uninstall bindfs just follow these instructions.
/debian/stretch/main///install/index.html mirrors or overlays a local directory with altered permissions Debian 9.0 utils 1.13.5-1
sudo apt-get remove bindfs
Which will remove just the bindfs package itself.
sudo apt-get remove --auto-remove bindfs
This will remove the bindfs package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for bindfs then this will work.
sudo apt-get purge bindfs
Or similarly, like this bindfs
sudo apt-get purge --auto-remove bindfs
Package | bindfs |
Version | 1.13.5-1 |
Maintainer | Eugene V. Lyubimkin |
Description | mirrors or overlays a local directory with altered permissions |
Distro | debian |
Release | stretch |
Repo | main |
Section | utils |