Documentation
¶
Index ¶
Constants ¶
View Source
const AptPkgFilePath string = "/var/lib/dpkg/status"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AptPkgInfo ¶
AptPkgInfo contains information for the package managed by apt. It is minimum information now.
func ReadAptPkgInfos ¶
func ReadAptPkgInfos(aptPkgFile io.Reader) ([]*AptPkgInfo, error)
ReadAptPkgInfos reads apt packages information and creates AptPkgInfo for each package.
Click to show internal directories.
Click to hide internal directories.