public RepeatedField<string> ExclusivePackages { get; }
An exclusive list of packages to be updated. These are the only packages
that will be updated. If these packages are not installed, they will be
ignored. This field cannot be specified with any other patch configuration
fields.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The `AptSettings` class provides configuration options for managing the execution of `apt-get` operations for patching, with the latest version being 2.4.0."],["Apt patching is executed through `apt-get update && apt-get upgrade`, and `AptSettings` allows for customization of this process, including the option to use `apt-get dist-upgrade` instead."],["The `AptSettings` class includes properties such as `Excludes` and `ExclusivePackages`, which allow for the specification of packages to exclude or exclusively update during the patching process."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class, using its members."],["There are two constructors available, allowing for an empty construction, or one that takes in an existing AptSettings object."]]],[]]