How To Install tangerine on Fedora 36

In this tutorial we learn how to install tangerine in Fedora 36. tangerine is Perl dependency metadata tool

Introduction

In this tutorial we learn how to install tangerine on Fedora 36.

What is tangerine

A perl dependency metadata reporting tool built on top of Tangerine.

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

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

sudo dnf -y install tangerine

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

sudo yum -y install tangerine

How To Uninstall tangerine on Fedora 36

To uninstall only the tangerine package we can use the following command:

sudo dnf remove tangerine

tangerine Package Contents on Fedora 36

/usr/bin/tangerine
/usr/share/doc/tangerine
/usr/share/doc/tangerine/CONTRIBUTING
/usr/share/doc/tangerine/Changes
/usr/share/doc/tangerine/README.md
/usr/share/licenses/tangerine
/usr/share/licenses/tangerine/LICENSE
/usr/share/man/man1/tangerine.1.gz
/usr/share/man/man3/App::Tangerine.3pm.gz
/usr/share/man/man3/App::Tangerine::Metadata.3pm.gz
/usr/share/perl5/vendor_perl/App
/usr/share/perl5/vendor_perl/App/Tangerine
/usr/share/perl5/vendor_perl/App/Tangerine.pm
/usr/share/perl5/vendor_perl/App/Tangerine/Metadata.pm

References

Summary

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