How to Install and Uninstall perl-JSON.src Package on Oracle Linux 8

Last updated: November 26,2024

1. Install "perl-JSON.src" package

This guide covers the steps necessary to install perl-JSON.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install perl-JSON.src

2. Uninstall "perl-JSON.src" package

Learn how to uninstall perl-JSON.src on Oracle Linux 8:

$ sudo dnf remove perl-JSON.src $ sudo dnf autoremove

3. Information about the perl-JSON.src package on Oracle Linux 8

Last metadata expiration check: 0:42:41 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-JSON
Version : 2.97.001
Release : 2.el8
Architecture : src
Size : 98 k
Source : None
Repository : ol8_appstream
Summary : Parse and convert to JSON (JavaScript Object Notation)
URL : http://search.cpan.org/dist/JSON/
License : GPL+ or Artistic
Description : This module converts between JSON (JavaScript Object Notation) and Perl
: data structure into each other. For JSON, see http://www.crockford.com/JSON/.