Package conflict resolution is live
2024-07-20
With the last strategy for package conflict resolution ready, tori now has a working implementation for handling conflicts between your configuration and the actual list of installed packages.
Whenever a conflict is detected, you will see the following dialog when running tori check
:
[tori] 16:38:19: System and configuration packages differ
Packages on configuration but not installed: fend ksh xh
[1] Install all
[2] Enter packages to install
[3] Remove all from configuration
[4] Enter packages to remove from configuration
[5] Decide on editor
[6] Cancel
Choose an option [1-6]:
Check out the documentation if you want to know more about how it works.