Expand description
Contains Progress struct for updating the package list.
Structs§
- Acquire
Progress - A struct aligning with
apt
’s AcquireStatus. - AptAcquire
Progress - AptAcquireProgress is the default struct for the update method on the cache.
- AptInstall
Progress - Default struct to handle the output of a transaction.
- Install
Progress - Struct for displaying Progress of Package Installation.
- Operation
Progress - Allows lengthy operations to communicate their progress.
Traits§
- DynAcquire
Progress - Customize the output shown during file downloads.
- DynInstall
Progress - Customize the output of installation progress.
- DynOperation
Progress - Customize the output of operation progress on things like opening the cache.