Linux command
check-support-status 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Example
check-support-status
Example
check-support-status --type ended
Example
check-support-status --type limited
Example
check-support-status --no-heading
Exclude specific packages
check-support-status --except [package1,package2]
说明
check-support-status identifies installed Debian packages for which security support has been limited or prematurely ended. This helps users understand which packages may not receive security updates. It is part of the debian-security-support package. The tool reports packages that have reached end-of-life earlier than the distribution's support period, or have limited security support due to various reasons.
参数
- --type _type_
- Filter by support status type: ended (support has ended), limited (support is limited), or earlyend (support ends earlier than the distribution's).
- --no-heading
- Skip printing the headline.
- --except _PACKAGES_
- Do not alert for the given comma-separated binary packages.
- --list _FILE_
- Use the given file as the database of packages and their support status.
- --status-db _FILE_
- Use the given file to record alerts so each affected package is reported only once.
- --version, -V
- Show the version number and exit.
FAQ
What is the check-support-status command used for?
check-support-status identifies installed Debian packages for which security support has been limited or prematurely ended. This helps users understand which packages may not receive security updates. It is part of the debian-security-support package. The tool reports packages that have reached end-of-life earlier than the distribution's support period, or have limited security support due to various reasons.
How do I run a basic check-support-status example?
Run `check-support-status` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --type _type_ do in check-support-status?
Filter by support status type: ended (support has ended), limited (support is limited), or earlyend (support ends earlier than the distribution's).