On Mon, Nov 8, 2021 at 9:25 AM Frantisek Zatloukal fzatlouk@redhat.com wrote:
On Mon, Nov 8, 2021 at 3:05 PM Kamil Paral kparal@redhat.com wrote:
"dnf install foo bar"
This is a single operation, comparable to having multiple packages installed via graphical package manager, not scheduling multiple operations at once. It would be the same If a graphical package manager offered to select multiple packages/applications and then start the transaction.
"dnf install foo; dnf install bar"
This is equivalent to:
- Open Graphical package manager
- Install foo
- Close Graphical package manager
- Open Graphical package manager
- Install bar
- Close Graphical package manager
dnfdragora supports doing install + upgrade + removal in the same transaction. This is equivalent to using "dnf shell" to construct a transaction in the CLI.
It is technically possible to do this with PackageKit too, but neither Discover nor Software expose this as far as I know.