semodule
Verified for current stable LTS
Semodule Command: Display Version Of Installed Modules
Use for display version of installed modules with Semodule. Exact CLI syntax to display version of installed modules using Semodule.
When to use this: Use for display version of installed modules with Semodule.
Command Syntax
sudo semodule -l -v sudo semodule -l -v Live Command Builder
Final Command
sudo semodule -l -v Command Breakdown
-l- Command Option
- Tool-specific option used by this command invocation.
-v- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to display version of installed modules 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: 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 Semodule Command: Reload All Policy Modules sudo semodule -R