How to Install and Uninstall perl-JSON-Create.x86_64 Package on Fedora 35

Last updated: September 27,2024

1. Install "perl-JSON-Create.x86_64" package

Please follow the steps below to install perl-JSON-Create.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install perl-JSON-Create.x86_64

2. Uninstall "perl-JSON-Create.x86_64" package

Learn how to uninstall perl-JSON-Create.x86_64 on Fedora 35:

$ sudo dnf remove perl-JSON-Create.x86_64 $ sudo dnf autoremove

3. Information about the perl-JSON-Create.x86_64 package on Fedora 35

Last metadata expiration check: 3:14:51 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-JSON-Create
Version : 0.35
Release : 2.fc35
Architecture : x86_64
Size : 88 k
Source : perl-JSON-Create-0.35-2.fc35.src.rpm
Repository : fedora
Summary : Create JSON
URL : https://metacpan.org/release/JSON-Create
License : (GPL+ or Artistic) and BSD
Description : JSON::Create encodes Perl variables into JSON. The basic routine "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.