Glad I looked inside the .deb file before I installed this. It does the following things: - Adds `/etc/apt/sources.list.d/fman.list - Adds `/etc/cron.daily/fman`, which does this: #!/bin/sh update-fman The `/usr/bin/update-fman` script does this: #!/bin/sh set -e apt-get update -o Dir::Etc::sourcelist="/etc/apt/sources.list.d/fman.list" -o Dir::Etc::sourceparts="-" -o APT::Get::List-Cleanup="0" apt-get install --only…
This behaviour is described on the home page [1]. Sorry it's not to your liking. fman's features are prioritised according to the number of votes they receive on a public Trello board [2]. There's a card for making it possible to disable automatic updates [3]. The intention is obviously not for it to come back when you delete it. If you remove it in the same way you installed it (via the package manager), then the fi…
Also, you make it sound like disabling automatic updates is something that requires work, hence needs to be prioritized on a task board. In fact it is quite the opposite: work was needed to enable automatic updates in the first place!