Saltar al contenido
V volfread.xyz
CLI · Python Featured

pkgcheck · Slackware Integrity Checker

In simple terms

Slackware-only tool that checks everything listed in /var/log/packages really exists on disk. Warns about missing files, pending .new configs and orphan files no package claims.

Technical details

Python 3.12 CLI (uv, Rich) extracting FILE LIST via ripgrep and parallel ThreadPoolExecutor + lstat verification; classifies missing/backup/no_access/.new, decodes octal escapes and excludes pseudo-filesystems. Modes --orphans, --check-libs-deps (ldd) and --check-libs-symbols (nm -D) with Rich + JSON logs and 7-language i18n.

Python 3.12uvRichripgrepldd

Highlights

  • Slackware-only: understands /var/log/packages, FILE LIST and .new/.bak
  • Ripgrep + ThreadPool + lstat; finds orphans and diffs runs with --diff
  • ldd/nm lib checks, Rich progress and bash/zsh/fish completion

Install

uv sync && uv run pkgcheck

Lines of code

6,286

Python
100%

Last recorded activity

Last recorded activity 14 commits · 52 sem
Semana 1: 0 commits Semana 2: 0 commits Semana 3: 0 commits Semana 4: 0 commits Semana 5: 0 commits Semana 6: 0 commits Semana 7: 0 commits Semana 8: 0 commits Semana 9: 0 commits Semana 10: 0 commits Semana 11: 0 commits Semana 12: 0 commits Semana 13: 0 commits Semana 14: 0 commits Semana 15: 0 commits Semana 16: 0 commits Semana 17: 0 commits Semana 18: 0 commits Semana 19: 0 commits Semana 20: 0 commits Semana 21: 0 commits Semana 22: 0 commits Semana 23: 0 commits Semana 24: 0 commits Semana 25: 0 commits Semana 26: 0 commits Semana 27: 0 commits Semana 28: 0 commits Semana 29: 0 commits Semana 30: 0 commits Semana 31: 0 commits Semana 32: 0 commits Semana 33: 0 commits Semana 34: 0 commits Semana 35: 0 commits Semana 36: 0 commits Semana 37: 0 commits Semana 38: 0 commits Semana 39: 0 commits Semana 40: 0 commits Semana 41: 0 commits Semana 42: 0 commits Semana 43: 0 commits Semana 44: 0 commits Semana 45: 0 commits Semana 46: 0 commits Semana 47: 0 commits Semana 48: 1 commits Semana 49: 0 commits Semana 50: 13 commits Semana 51: 0 commits Semana 52: 0 commits

Last recorded activity in the project.