import { uninstallService } from "https://deno.land/x/pup@1.0.0-rc.7/deps.ts";
Uninstalls a command from a systemd service using the currently installed service manager. Throws an error on failure, or unsupported system.
Parameters
options: UninstallServiceOptions
- Options for the uninstallService function.