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