Hi, I couldn't find a command to get the installation size of a package, i.e., the installation size including uninstalled dependencies.
The calculation occurs when calling dnf install --assumeno, but running this command doesn't seem convenient, especially since I need to do it for a list of packages, getting the installation size per package.
Is there such functionality available?