https://github.com/tpltnt/apt-track
track the patching process of apt
https://github.com/tpltnt/apt-track
audit debian debian-packages dpkg installation logging
Last synced: about 2 months ago
JSON representation
track the patching process of apt
- Host: GitHub
- URL: https://github.com/tpltnt/apt-track
- Owner: tpltnt
- License: agpl-3.0
- Created: 2018-07-09T20:34:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-05T12:39:46.000Z (about 7 years ago)
- Last Synced: 2026-05-01T03:33:55.800Z (about 2 months ago)
- Topics: audit, debian, debian-packages, dpkg, installation, logging
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# apt-track
Track the status of package installations via apt. This can be used to generate (implicit) documentation of installation/patching processes.
A package is tracked through three stages: 'preparing', 'configuring', 'installed'.
# references
* [Debian wiki: Advanced Package Tool](https://wiki.debian.org/Apt)