semodule
Verified for current stable LTS
Semodule Command: Remove Policy Module
Use for remove policy module with Semodule. Exact CLI syntax to remove policy module using Semodule.
When to use this: Use for remove policy module with Semodule.
Destructive Command Warning
Destructive operation. Confirm the target path and keep a backup before executing.
Command Syntax
sudo semodule -r <module_name> sudo semodule -r <module_name> Live Command Builder
Final Command
sudo semodule -r <module_name> Command Breakdown
-r- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to remove policy module using Semodule.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Semodule Command: Disable Policy Module
sudo semodule -d <module_name> Semodule Command: Display Version Of Installed Modules sudo semodule -l -v Semodule Command: Enable Policy Module sudo semodule -e <module_name> Semodule Command: Install New Policy Module sudo semodule -i <path/to/module.pp> Semodule Command: List Installed Policy Modules sudo semodule -l