How To Install perl-JSON-Tiny on Fedora 36
Introduction
In this tutorial we learn how to install perl-JSON-Tiny
on Fedora 36.
What is perl-JSON-Tiny
JSON Mojolicious framework. It is a single-source-file module with 350 lines of code and core-only dependencies.
We can use yum
or dnf
to install perl-JSON-Tiny
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-JSON-Tiny.
Install perl-JSON-Tiny 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-JSON-Tiny
using dnf
by running the following command:
sudo dnf -y install perl-JSON-Tiny
Install perl-JSON-Tiny 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-JSON-Tiny
using yum
by running the following command:
sudo yum -y install perl-JSON-Tiny
How To Uninstall perl-JSON-Tiny on Fedora 36
To uninstall only the perl-JSON-Tiny
package we can use the following command:
sudo dnf remove perl-JSON-Tiny
perl-JSON-Tiny Package Contents on Fedora 36
/usr/share/doc/perl-JSON-Tiny
/usr/share/doc/perl-JSON-Tiny/Changes
/usr/share/doc/perl-JSON-Tiny/README
/usr/share/doc/perl-JSON-Tiny/examples
/usr/share/doc/perl-JSON-Tiny/examples/json_bench.pl
/usr/share/doc/perl-JSON-Tiny/examples/json_pp.pl
/usr/share/doc/perl-JSON-Tiny/examples/json_tiny.pl
/usr/share/doc/perl-JSON-Tiny/examples/sample.json
/usr/share/licenses/perl-JSON-Tiny
/usr/share/licenses/perl-JSON-Tiny/LICENSE
/usr/share/man/man3/JSON::Tiny.3pm.gz
/usr/share/perl5/vendor_perl/JSON
/usr/share/perl5/vendor_perl/JSON/Tiny.pm
/usr/share/perl5/vendor_perl/JSON/Tiny.pod
References
Summary
In this tutorial we learn how to install perl-JSON-Tiny
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).