You are not logged in.

#1 2025-07-22 01:36:14

Durhammer
Member
Registered: 2025-01-05
Posts: 13

Getting rid of ModemManager [SOLVED]

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

#2 2025-07-22 21:27:29

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,138
Website

Re: Getting rid of ModemManager [SOLVED]

Purging it is the way. Nothing should depend on it...

sudo apt purge --autoremove modemmanager

If you find you need it for something, just reinstall it and reboot.


I don't care what you do at home. Would you care to explain?

Offline

#3 2025-07-23 02:13:47

DeepDayze
Like sands through an hourglass...
From: In Linux Land
Registered: 2017-05-28
Posts: 1,901

Re: Getting rid of ModemManager [SOLVED]

Or if you might need it later you can simply disable the servlce:

sudo systemctl stop ModemManager
sudo systemctl disable ModemManager

And to enable:

sudo systemctl enable ModemManager
sudo systemctl start ModemManager

Real Men Use Linux

Offline

#4 2025-07-27 13:51:58

Durhammer
Member
Registered: 2025-01-05
Posts: 13

Re: Getting rid of ModemManager [SOLVED]

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

Board footer

Powered by FluxBB