How to Install and Uninstall json-devel.x86_64 Package on CentOS Stream 8

Last updated: June 29,2024

1. Install "json-devel.x86_64" package

This is a short guide on how to install json-devel.x86_64 on CentOS Stream 8

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

2. Uninstall "json-devel.x86_64" package

Here is a brief guide to show you how to uninstall json-devel.x86_64 on CentOS Stream 8:

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

3. Information about the json-devel.x86_64 package on CentOS Stream 8

Last metadata expiration check: 4:18:39 ago on Sun Feb 25 03:03:59 2024.
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.