How to Install and Uninstall json-devel.x86_64 Package on Rocky Linux 8

Last updated: July 07,2024

1. Install "json-devel.x86_64" package

Learn how to install json-devel.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install json-devel.x86_64

2. Uninstall "json-devel.x86_64" package

In this section, we are going to explain the necessary steps to uninstall json-devel.x86_64 on Rocky Linux 8:

$ sudo dnf remove json-devel.x86_64 $ sudo dnf autoremove

3. Information about the json-devel.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:51:42 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : json-devel
Version : 3.6.1
Release : 2.el8
Architecture : x86_64
Size : 142 k
Source : json-3.6.1-2.el8.src.rpm
Repository : epel
Summary : Development files for json
URL : https://github.com/nlohmann/json
License : MIT
Description : The json-devel package contains C++ header files for developing
: applications that use json.