The Linux ttyACM0 drama - more details after a lot of experimenting

Just for future reference:

you can avoid removing the packet and simply stop the service with the following command:

systemctl stop ModemManager.service

if this works, you can then disable the service using the same syntax:

systemctl [stop|start|enable|disable] ModemManager.service