table of contents
man(8) | zypper-lifecycle man page | man(8) |
NAME¶
zypper-lifecycle - products and packages lifecycle information
SYNOPSIS¶
zypper lifecycle [ -v | --verbose ] [--save <file>] [ --diff <file> ] --days N | --date <date> | <package> ...
DESCRIPTION¶
zypper-lifecycle shows an overview of products and packages lifecycle
OPTIONS¶
- --days N
- Show packages/products whose support ends in N days (from now)
- --date YYYY-MM-DD
- Show packages/products whose support ends before the specified date
- --save <file>
- Save report to a file in machine-readable form. This file can be later used for --diff option.
- --diff <file>
- Report only differences from previouly saved report. This option can't be used together with explicit package names.
- -v, --[no-]verbose
- Run verbosely
RETURN VALUE¶
zypper lifecycle returns 0 on success, 1 if some of queried packages are not installed or if the report is empty and 2 on other errors.
SEE ALSO¶
BUGS¶
No known bugs.
AUTHOR¶
Vladimir Nadvornik <nadvornik@suse.cz>
18 Apr 2016 | 1.0 |