That's fantastic and does exactly what I was looking for. Thank you so much!

For reference, I am going with this command (on RHEL8) at the moment to 
backfill documentation (man pages, etc.) for all packages that got installed 
without documentation:

```shell
rpm -qa --qf "[%{=name} %{filestates:fstate} %{fileflags:fflags}\n]" \
    | sort -u \
    | grep "not installed d" \
    | cut -d' ' -f1 \
    | xargs sudo dnf --setopt='tsflags=' reinstall -y
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/discussions/4010#discussioncomment-14755702
You are receiving this because you are subscribed to this thread.

Message ID: 
<rpm-software-management/rpm/repo-discussions/4010/comments/[email protected]>
_______________________________________________
Rpm-maint mailing list
[email protected]
https://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to