RHCSA RHEL 8 – Work with package module streams

Your support on Ko-Fi is much appreciated:

👉 https://ko-fi.com/csg_yt

Recommended RHCSA book:

📔 Amazon AU: https://amzn.to/2X5FL98

Buy CSG Merchandise:

👉 http://tee.pub/lic/csg

More information on Sophos Home Antivirus:

👉 http://bit.ly/SophosHP

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 

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Design a site like this with WordPress.com
Get started