Can dnf history undo several transactions in one step?
Just wondering if there is any way to use the dnf history undo
command passing several transaction ID's so several package installs can be uninstalled without running the command again, something like:
dnf history undo 10:13
Say that I'd want to undo the operations from transaction 10 to 13.
I read the docs here, but found nothing. Thanks!