Expand description
Management of install, remove, and downgrade package lists.
Functionsยง
- add_
to_ downgrade_ list - What: Add a
PackageItemto the downgrade list if it is not already present. - add_
to_ install_ list - What: Add a
PackageItemto the install list if it is not already present. - add_
to_ remove_ list - What: Add a
PackageItemto the remove list if it is not already present.