You are not logged in.
I sorta understand what ModemManager is for, and I still don't see that I need it.
However, it seems to be a beach for getting rid of it. How is it accomplished, other than "simply" purging the package(s)?
Last edited by Durhammer (2025-07-27 13:52:29)
Offline
Purging it is the way. Nothing should depend on it...
sudo apt purge --autoremove modemmanagerIf you find you need it for something, just reinstall it and reboot.
The future arrived. Read the terms and conditions.
Offline
Or if you might need it later you can simply disable the servlce:
sudo systemctl stop ModemManager
sudo systemctl disable ModemManagerAnd to enable:
sudo systemctl enable ModemManager
sudo systemctl start ModemManagerReal Men Use Linux
Offline
Thanks, all. I took the purge route. In another distro (or coulda been BL), I tried using the CLI to scan for "modems" (phones?) and found none, so pretty sure I don't/won't need it. Solving.
Offline