-
Notifications
You must be signed in to change notification settings - Fork 82
The Solver Status Flags
Ladislav Slezák edited this page Jan 26, 2016
·
1 revision
The solver logs status tags like U_Th_
or U_Lu_
, this table describes the
flags in the order of appearance.
Tags | Meaning | Description |
---|---|---|
[IU] | Installed, Uninstalled | Status of the item |
[BSN_] | Broken, Satisfied, Not relevant, _ = not a patch | Patch status |
[TL_] | Transacts, Locked, _ = stays unchanged | Transaction status |
[slhu] | solver, h = application logic (YaST, zypper), explicitly by user | Who set the status |
[OU_] | Removed due to Obsoletes or installs as Update | Update status |
[rsou] | The item is recommended, suggested, orphaned, unneeded | Dependency type |
A transaction means the item is changed from uninstalled to installed, or the other way round, from installed to uninstalled.
E.g. U_Th_
means the item is uninstalled and is selected to install by the
application logic.