Description of problem: 1) 'dnf info <pkg>` doesn't display a module which a pkg belongs to 2) `dnf list all`` also doesn't have a column which would display a module name where package is Version-Release number of selected component (if applicable): dnf-2.6.0-3.git.40.c0f7fc6.module_a7788b02.noarch How reproducible: always Actual results: >> dnf info less Installed Packages Name : less Version : 487 Release : 3.module_836062be Arch : x86_64 Size : 309 k Source : less-487-3.module_836062be.src.rpm Repo : @System From repo : fedora-modular Summary : A text file browser similar to more, but better URL : http://www.greenwoodsoftware.com/less/ License : GPLv3+ or BSD Description : The less utility is a text file browser that resembles more, but has : more capabilities. Less allows you to move backwards in the file as : well as forwards. Since less doesn't have to read the entire input file : before it starts, less starts up more quickly than text editors (for : example, vi). : : You should install less because it is a basic utility for viewing text : files, and you'll use it frequently. >> dnf list all Installed Packages acl.x86_64 2.2.52-13.module_39876f37 @System audit-libs.x86_64 2.7.6-1.module_39876f37 @System basesystem.noarch 11-3.module_39876f37 @System bash.x86_64 4.4.12-4.module_39876f37 @System bzip2-libs.x86_64 1.0.6-22.module_39876f37 @System ca-certificates.noarch 2017.2.14-1.0.module_39876f37 @System ....
Considered as future feature.
I don't see any evidence that this was fixed in dnf-4.2.5. How are you supposed to determine what module a package comes from?
I am sorry but we are not going to implement the request due to compatibility reasons (YUM). To get information about modules please use following commands: dnf module list dnf module info <module> dnf module provides <pkg>