apt-log
apt-log is a command-line tool that offers a user-friendly display and convenient filtering for APT package logs.
The package also contains a Python module that provides a parser and high-level interface to APT package logs.
Quick Navigation
Installation
Requires Python version 3.9 or higher and pip.
pip install apt-log
Usage
Expore the entire history
apt-log list
Quick filters
-
by time range:
apt-log list -s 2023-01-01 -e 2023-01-31
-
by a specific package or multiple packages using glob-style pattern matching:
apt-log list -n python3 apt-log list -n 'python3.*'
Dive into details
Inspect a specific log entry using the assigned ID in the list.
apt-log show 13
Note: The IDs are not generated by APT itself but are assigned by apt-log in ascending chronological order. Be aware that any manipulation of APT log files, such as the deletion of old log files, may result in changes to these IDs.
License
apt-log is distributed under the terms of the MIT License.
Release files for apt-log 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| apt_log-0.1.tar.gz | 5.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| apt_log-0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 12.4 kB
Release files / apt_log-0.1.tar.gz
| Download URL | apt_log-0.1.tar.gz |
|---|---|
| Size | 5.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3e34c0b1b23fcc2b5fd3df23b3c37d2c624b12976f171f37af71e22835a6aa8c
|
|
BLAKE2b-256 checksum How to use checksums |
7434f9d61e0607f8ff04d438357d6a1faf9bae384301cf97af890d1abe6083da
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.7.1 CPython/3.11.6 Linux/6.5.0-4-amd64
|
Release files / apt_log-0.1-py3-none-any.whl
| Download URL | apt_log-0.1-py3-none-any.whl |
|---|---|
| Size | 6.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2c1853f6f7e75823be91652f1eed2bfbf0a52702ba12ab1e964bc4cb5169e3ab
|
|
BLAKE2b-256 checksum How to use checksums |
70499f861bbd47804790ad973742d5c9c2dbff2528addc32480b5ce25b124767
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.7.1 CPython/3.11.6 Linux/6.5.0-4-amd64
|