Expand description
Contains the models for EDSP answers.
Structs§
- Answer
Write Error - The error returned when
Answer::write_to
fails. - Autoremove
- A stanza telling APT that a specific package can be autoremoved as a consequence of the executed user request.
- Error
- An Error stanza reporting the error(s) faced when trying to fulfill an unsatisfiable user request.
- Install
- A stanza telling APT to install a specific new package, or to upgrade or downgrade a package to a specific version.
- Remove
- A stanza telling APT to remove a specific package.
Enums§
- Action
- A stanza in an
Answer::Solution
. - Answer
- The answer returned from the external solver to APT upon completion of the dependency resolution process.