Your support on Ko-Fi is much appreciated:
Recommended RHCSA book:
📔 Amazon AU: https://amzn.to/2X5FL98
Buy CSG Merchandise:
More information on Sophos Home Antivirus:
More information about Hostinger VPS:
👉 http://bit.ly/H-VPS
Join our new discord channel:
👉 https://discord.gg/kBQ6Jry
This video is based on RHEL 8. Video to cover the section ‘Work with package module streams’ for the RHCSA (Red Hat Certified System Administrator).
More information on the required learning: http://bit.ly/rhcsa8
Notes from the video:
Modules allow you to install specific versions of a application, a good example of this would be the PHP application. The PHP application is available in the modules stream with multiple versions and editions, this allows you to select and install the specific version that is required.
To list all the currently available modules:
# dnf module listÂ
To list information about a specific module:
# dnf module info –profile php
To install a module:
# dnf module install php
To remove the module:Â
# dnf module remove php
Then to reset the module post removal (if you would like to install a different version):Â
# dnf module reset phpÂ
To install a specific version and edition:
# dnf module install php:7.3/minimal