debsecan
Verified for current stable LTS
Debsecan Command: Upgrade Vulnerable Installed Packages
Use for upgrade vulnerable installed packages with Debsecan. Exact CLI syntax to upgrade vulnerable installed packages using Debsecan.
When to use this: Use for upgrade vulnerable installed packages with Debsecan.
Command Syntax
sudo apt upgrade $(debsecan --only-fixed --format <packages>) sudo apt upgrade $(debsecan --only-fixed --format <packages>) Live Command Builder
Final Command
sudo apt upgrade $(debsecan --only-fixed --format <packages>) Command Breakdown
--only-fixed- Command Option
- Tool-specific option used by this command invocation.
--format- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to upgrade vulnerable installed packages using Debsecan.
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
Debsecan Command: List Only Fixed Vulnerabilities
debsecan --suite <release_code_name> --only-fixed Debsecan Command: List Only Fixed Vulnerabilities Unstable Mail Root debsecan --suite <sid> --only-fixed --format <report> --mailto <root> --update-history Debsecan Command: List Vulnerable Packages Current Host debsecan Debsecan Command: List Vulnerable Packages Specific Suite debsecan --suite <release_code_name> Grype Command: Scan Image Ignore Unfixed Vulnerabilities grype {image:tag} --only-fixed