How To Install perl-JSON-Create on Fedora 36
Introduction
In this tutorial we learn how to install perl-JSON-Create
on Fedora 36.
What is perl-JSON-Create
JSON gives common defaults. The stricter version “create_json_strict” accepts only unambiguous inputs. For more customization, an object created with “new” and run with “create” allows specifying behavior in more detail.
We can use yum
or dnf
to install perl-JSON-Create
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-JSON-Create.
Install perl-JSON-Create 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-Create
using dnf
by running the following command:
sudo dnf -y install perl-JSON-Create
Install perl-JSON-Create 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-Create
using yum
by running the following command:
sudo yum -y install perl-JSON-Create
How To Uninstall perl-JSON-Create on Fedora 36
To uninstall only the perl-JSON-Create
package we can use the following command:
sudo dnf remove perl-JSON-Create
perl-JSON-Create Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/50
/usr/lib/.build-id/50/66b63aae16b6f869f25a508f689c253b875c35
/usr/lib64/perl5/vendor_perl/JSON
/usr/lib64/perl5/vendor_perl/JSON/Create
/usr/lib64/perl5/vendor_perl/JSON/Create.pm
/usr/lib64/perl5/vendor_perl/JSON/Create.pod
/usr/lib64/perl5/vendor_perl/JSON/Create/Bool.pm
/usr/lib64/perl5/vendor_perl/JSON/Create/PP.pm
/usr/lib64/perl5/vendor_perl/auto/JSON
/usr/lib64/perl5/vendor_perl/auto/JSON/Create
/usr/lib64/perl5/vendor_perl/auto/JSON/Create/Create.so
/usr/share/doc/perl-JSON-Create
/usr/share/doc/perl-JSON-Create/Changes
/usr/share/doc/perl-JSON-Create/README
/usr/share/doc/perl-JSON-Create/examples
/usr/share/doc/perl-JSON-Create/examples/array.pl
/usr/share/doc/perl-JSON-Create/examples/boolean.pl
/usr/share/doc/perl-JSON-Create/examples/closure.pl
/usr/share/doc/perl-JSON-Create/examples/cmp.pl
/usr/share/doc/perl-JSON-Create/examples/escape-all-no-utf8.pl
/usr/share/doc/perl-JSON-Create/examples/escape-all.pl
/usr/share/doc/perl-JSON-Create/examples/escape-slash.pl
/usr/share/doc/perl-JSON-Create/examples/exception.pl
/usr/share/doc/perl-JSON-Create/examples/fatal-errors.pl
/usr/share/doc/perl-JSON-Create/examples/hash.pl
/usr/share/doc/perl-JSON-Create/examples/indent-format.pl
/usr/share/doc/perl-JSON-Create/examples/indent.pl
/usr/share/doc/perl-JSON-Create/examples/js-safe.pl
/usr/share/doc/perl-JSON-Create/examples/json-parse-bool.pl
/usr/share/doc/perl-JSON-Create/examples/json-unicode-gzip-bytes.pl
/usr/share/doc/perl-JSON-Create/examples/json-unicode.pl
/usr/share/doc/perl-JSON-Create/examples/nested-array.pl
/usr/share/doc/perl-JSON-Create/examples/nested-hash.pl
/usr/share/doc/perl-JSON-Create/examples/nested.pl
/usr/share/doc/perl-JSON-Create/examples/non-finite-handler.pl
/usr/share/doc/perl-JSON-Create/examples/obj-handler.pl
/usr/share/doc/perl-JSON-Create/examples/object.pl
/usr/share/doc/perl-JSON-Create/examples/set-fformat.pl
/usr/share/doc/perl-JSON-Create/examples/sort.pl
/usr/share/doc/perl-JSON-Create/examples/strict-non-finite.pl
/usr/share/doc/perl-JSON-Create/examples/synopsis.pl
/usr/share/doc/perl-JSON-Create/examples/too-many-values.pl
/usr/share/doc/perl-JSON-Create/examples/try-harder.pl
/usr/share/doc/perl-JSON-Create/examples/type-handler-scalar.pl
/usr/share/doc/perl-JSON-Create/examples/type-handler.pl
/usr/share/doc/perl-JSON-Create/examples/undef.pl
/usr/share/doc/perl-JSON-Create/examples/user-bad-utf8.pl
/usr/share/doc/perl-JSON-Create/examples/valid-chars.pl
/usr/share/doc/perl-JSON-Create/examples/weirdstring.pl
/usr/share/doc/perl-JSON-Create/examples/zilog.pl
/usr/share/man/man3/JSON::Create.3pm.gz
/usr/share/man/man3/JSON::Create::Bool.3pm.gz
/usr/share/man/man3/JSON::Create::PP.3pm.gz
References
Summary
In this tutorial we learn how to install perl-JSON-Create
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).