Parece que você está simplesmente procurando pela opção rpm --root
, que é aproximadamente análoga a dnf --installroot
. Isto está documentado na página de manual do RPM:
--root DIRECTORY
Use the file system tree rooted at DIRECTORY for all operations.
Note that this means the database within DIRECTORY will be used
for dependency checks and any scriptlet(s) (e.g. %post if
installing, or %prep if building, a package) will be run after a
chroot(2) to DIRECTORY.
Para verificar todos os pacotes instalados em um sistema de arquivos montado em /run/media/liveuser/sda6/
, execute algo como:
rpm --root /run/media/liveuser/sda6/ -Va