Searching and listing AppStream modules
First things first, let’s review the list of commands that pertain to modules:
disable
: Disable a module with all its streamsenable
: Enable a module streaminfo
: Print detailed information about a moduleinstall
: Install a module profile, including its packageslist
: List all module streams, profiles, and statesprovides
: List modular packagesremove
: Remove installed module profiles and their packagesrepoquery
: List packages belonging to a modulereset
: Reset a moduleswitch-to
: Switch a module to a stream and distrosync RPM packagesupdate
: Update packages associated with an active stream
How to do it…
AppStreams are easy to use. To get started, it’s generally best to check for a list of available modules. This can be done by entering one simple command, dnf module list
, into the Terminal/console:
Figure 10.1 – Output of dnf module...