How To Install perl-ModelSim-List on Fedora 36

In this tutorial we learn how to install perl-ModelSim-List in Fedora 36. perl-ModelSim-List is Analyse the ’list’ output of the ModelSim simulator

Introduction

In this tutorial we learn how to install perl-ModelSim-List on Fedora 36.

What is perl-ModelSim-List

This module provides a class named ModelSim can easily check in the signals contained in the files generated by ModelSim’s “write list” command in a programming manner.

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

Install perl-ModelSim-List 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 perl-ModelSim-List using dnf by running the following command:

sudo dnf -y install perl-ModelSim-List

Install perl-ModelSim-List 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 perl-ModelSim-List using yum by running the following command:

sudo yum -y install perl-ModelSim-List

How To Uninstall perl-ModelSim-List on Fedora 36

To uninstall only the perl-ModelSim-List package we can use the following command:

sudo dnf remove perl-ModelSim-List

perl-ModelSim-List Package Contents on Fedora 36

/usr/share/doc/perl-ModelSim-List
/usr/share/doc/perl-ModelSim-List/Changes
/usr/share/doc/perl-ModelSim-List/README
/usr/share/man/man3/ModelSim::List.3pm.gz
/usr/share/perl5/vendor_perl/ModelSim
/usr/share/perl5/vendor_perl/ModelSim/List.pm

References

Summary

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