Linux package auditor — find outdated, security-pending, and orphaned packages on apt/dnf/pacman systems
Project description
dargslan-package-audit
Linux Package Auditor — Find outdated, security-pending, and orphaned packages on apt/dnf/pacman systems. Zero external dependencies.
Installation
pip install dargslan-package-audit
CLI Usage
dargslan-pkg report # Full audit report
dargslan-pkg upgradable # List upgradable packages
dargslan-pkg security # Security updates only
dargslan-pkg orphans # Auto-removable packages
dargslan-pkg count # Total installed count
dargslan-pkg json # JSON output
Python API
from dargslan_package_audit import PackageAudit
pa = PackageAudit() # auto-detects apt/dnf/pacman
issues = pa.audit()
pa.print_report()
More from Dargslan
- Dargslan.com — Linux & DevOps eBook Store
- Free Cheat Sheets
- Blog & Tutorials
License
MIT — see LICENSE
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dargslan_package_audit-1.0.0.tar.gz.
File metadata
- Download URL: dargslan_package_audit-1.0.0.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
78ac2ff065bd3bd7f5c63845fd9da5adce3b93d6b58fc91e274fddb5ab27981f
|
|
| MD5 |
c9577d0a511163663193b6f637b7153a
|
|
| BLAKE2b-256 |
629ef0ae844e5ee4e3433a48a81433250a28ef406cb47fb7a6ca9511b8a32fc4
|
File details
Details for the file dargslan_package_audit-1.0.0-py3-none-any.whl.
File metadata
- Download URL: dargslan_package_audit-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
946dc31234d93dbb836f38da44ce6341d378ae4223adf1059a73c20bf01391db
|
|
| MD5 |
456114f01195a28fc4f2e532b431f086
|
|
| BLAKE2b-256 |
c77b67ce7116040bcf486ed03fa8bafd10d2c2ed760b8d076a06537fb504890e
|