If transactional-update is used to install a package with a reboot request e.g.: transactional-update reboot pkg in $PACKAGE, the transactional-update.service should (check with rebootmgr, see that a reboot is scheduled, and) not attempt to update your packages as that will 'override' the package install.
Usecase is if you want to install a package but do not want to take your server down until the scheduled moment.
Workaround is stopping the transactional-update.timer service after installing a package.
If transactional-update is used to install a package with a reboot request e.g.:
transactional-update reboot pkg in $PACKAGE, the transactional-update.service should (check with rebootmgr, see that a reboot is scheduled, and) not attempt to update your packages as that will 'override' the package install.Usecase is if you want to install a package but do not want to take your server down until the scheduled moment.
Workaround is stopping the
transactional-update.timerservice after installing a package.