How To Install json11 on Fedora 36
Introduction
In this tutorial we learn how to install json11
on Fedora 36.
What is json11
Json11 is a tiny JSON library for C++11, providing JSON parsing and serialization.
We can use yum
or dnf
to install json11
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install json11.
Install json11 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 json11
using dnf
by running the following command:
sudo dnf -y install json11
Install json11 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 json11
using yum
by running the following command:
sudo yum -y install json11
How To Uninstall json11 on Fedora 36
To uninstall only the json11
package we can use the following command:
sudo dnf remove json11
json11 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/21
/usr/lib/.build-id/21/72668942f8e8b62795960d67e5dd57149090bf
/usr/lib/libjson11.so.0
/usr/share/doc/json11
/usr/share/doc/json11/README.md
/usr/share/licenses/json11
/usr/share/licenses/json11/LICENSE.txt
References
Summary
In this tutorial we learn how to install json11
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install json11 on Fedora 36” linkTitle: “json11” type: “docs” description: “In this tutorial we learn how to install json11 in Fedora 36. json11 is A tiny JSON library for C++11” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/json11-featured.png
Introduction
In this tutorial we learn how to install json11
on Fedora 36.
What is json11
Json11 is a tiny JSON library for C++11, providing JSON parsing and serialization.
We can use yum
or dnf
to install json11
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install json11.
Install json11 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 json11
using dnf
by running the following command:
sudo dnf -y install json11
Install json11 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 json11
using yum
by running the following command:
sudo yum -y install json11
How To Uninstall json11 on Fedora 36
To uninstall only the json11
package we can use the following command:
sudo dnf remove json11
json11 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/d2
/usr/lib/.build-id/d2/7fc59741bf13e447c6388564fc4884f9533c38
/usr/lib64/libjson11.so.0
/usr/share/doc/json11
/usr/share/doc/json11/README.md
/usr/share/licenses/json11
/usr/share/licenses/json11/LICENSE.txt
References
Summary
In this tutorial we learn how to install json11
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).