Expand description
Parse the output of apt-cache policy.
Structs§
- Package
Policy - The policy data of an individual package.
- Package
Version - A single available version for an individual package.
- Pinned
Package - A package pinned to a specific version.
- Policy
- The parsed output of
apt-cache policy. - Repo
- A repository with its priority.
Enums§
- RepoLoc
- The location of a repository’s files.
Functions§
- from_
str - Parse the output of
apt-cache policyout of a string.