How To Install mmclab-demos on Fedora 36

In this tutorial we learn how to install mmclab-demos in Fedora 36. mmclab-demos is Example datasets and scripts for MMCLAB toolbox

Introduction

In this tutorial we learn how to install mmclab-demos on Fedora 36.

What is mmclab-demos

This package contains the demo script and sample datasets for octave-mmclab.

We can use yum or dnf to install mmclab-demos on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mmclab-demos.

Install mmclab-demos on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install mmclab-demos using dnf by running the following command:

sudo dnf -y install mmclab-demos

Install mmclab-demos on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install mmclab-demos using yum by running the following command:

sudo yum -y install mmclab-demos

How To Uninstall mmclab-demos on Fedora 36

To uninstall only the mmclab-demos package we can use the following command:

sudo dnf remove mmclab-demos

mmclab-demos Package Contents on Fedora 36

/usr/share/doc/mmclab-demos
/usr/share/doc/mmclab-demos/AUTHORS.txt
/usr/share/doc/mmclab-demos/README.txt
/usr/share/doc/mmclab-demos/example
/usr/share/doc/mmclab-demos/example/demo_compare_mmc_mcx.m
/usr/share/doc/mmclab-demos/example/demo_dmmc_sphshells.m
/usr/share/doc/mmclab-demos/example/demo_dualmesh_output.m
/usr/share/doc/mmclab-demos/example/demo_example_meshtest.m
/usr/share/doc/mmclab-demos/example/demo_example_onecube.m
/usr/share/doc/mmclab-demos/example/demo_example_replay.m
/usr/share/doc/mmclab-demos/example/demo_example_validation.m
/usr/share/doc/mmclab-demos/example/demo_head_atlas.m
/usr/share/doc/mmclab-demos/example/demo_mcxyz_skinvessel.m
/usr/share/doc/mmclab-demos/example/demo_mmcl_b1_b1d.m
/usr/share/doc/mmclab-demos/example/demo_mmcl_b2_b2d.m
/usr/share/doc/mmclab-demos/example/demo_mmcl_b3.m
/usr/share/doc/mmclab-demos/example/demo_mmcl_b4.m
/usr/share/doc/mmclab-demos/example/demo_mmclab_basic.m
/usr/share/doc/mmclab-demos/example/demo_mmclab_slit.m
/usr/share/doc/mmclab-demos/example/demo_photon_sharing.m
/usr/share/doc/mmclab-demos/example/demo_sfdi_2layer.m
/usr/share/doc/mmclab-demos/example/demo_wide_det.m
/usr/share/doc/mmclab-demos/example/head_atlas.mat
/usr/share/doc/mmclab-demos/example/mmclab_selftest_input.m
/usr/share/doc/mmclab-demos/example/test_albedo.m
/usr/share/licenses/mmclab-demos
/usr/share/licenses/mmclab-demos/LICENSE.txt

References

Summary

In this tutorial we learn how to install mmclab-demos on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).