How To Install perl-CAD-Format-STL on Fedora 36

In this tutorial we learn how to install perl-CAD-Format-STL in Fedora 36. perl-CAD-Format-STL is Read and Write STL (STereo Lithography) format files

Introduction

In this tutorial we learn how to install perl-CAD-Format-STL on Fedora 36.

What is perl-CAD-Format-STL

The CAD and write files in STL (STereo Lithography) format. Support is provided for both the ASCII and binary versions of the STL format.

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

Install perl-CAD-Format-STL 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-CAD-Format-STL using dnf by running the following command:

sudo dnf -y install perl-CAD-Format-STL

Install perl-CAD-Format-STL 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-CAD-Format-STL using yum by running the following command:

sudo yum -y install perl-CAD-Format-STL

How To Uninstall perl-CAD-Format-STL on Fedora 36

To uninstall only the perl-CAD-Format-STL package we can use the following command:

sudo dnf remove perl-CAD-Format-STL

perl-CAD-Format-STL Package Contents on Fedora 36

/usr/share/doc/perl-CAD-Format-STL
/usr/share/doc/perl-CAD-Format-STL/Changes
/usr/share/doc/perl-CAD-Format-STL/README
/usr/share/doc/perl-CAD-Format-STL/files
/usr/share/doc/perl-CAD-Format-STL/files/cube.stl
/usr/share/doc/perl-CAD-Format-STL/files/cube_binary.stl
/usr/share/man/man3/CAD::Format::STL.3pm.gz
/usr/share/man/man3/CAD::Format::STL::part.3pm.gz
/usr/share/perl5/vendor_perl/CAD
/usr/share/perl5/vendor_perl/CAD/Format
/usr/share/perl5/vendor_perl/CAD/Format/STL
/usr/share/perl5/vendor_perl/CAD/Format/STL.pm
/usr/share/perl5/vendor_perl/CAD/Format/STL/part.pm

References

Summary

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