Multiple-Package Baseline Installation
BigFix Patch provides a solution to combine the installation of updates for multiple packages in a baseline into a single task, which can reduce the execution time of the baseline.
Baselines can help you gather multiple Fixlets into groups, which you can apply immediately to any set of target computers. It is a powerful way to deploy a group of actions across an entire network. However, each Fixlet in a baseline creates a separate YUM update transaction when the baseline is run. A single baseline can have numerous YUM calls, which can severely impact performance as it increases the time taken to complete all the transactions.
The multiple-package baseline installation solution helps address the poor performance that is due to the dependency resolution and package installation that is done separately for each Fixlet. This solution requires you to enable the feature at the start of the baseline and append the installation task to install the relevant packages from a single YUM call.
- Available from the Patches for Alma Linux 10 site:
-
- Multiple-Package Baseline Installation - Alma Linux 10
These tasks must be run at the end of the baseline to do dependency resolution and package installation for the entire baseline in a single instance.
PkgToInstallList.txtfile- This file contains packages that are to be installed after a dependency check.
PkgToRemoveList.txtfile- This file contains the packages that are to be removed from the target Alma Linux 9 endpoint.
- Delete Alma Linux 9 Package List File for Multiple-Package Baseline Installation
- Deletes the package list file on targeted Alma Linux 9 computers.