How To Install newtonsoft-json on Fedora 36

In this tutorial we learn how to install newtonsoft-json in Fedora 36. newtonsoft-json is Popular high-performance JSON framework

Introduction

In this tutorial we learn how to install newtonsoft-json on Fedora 36.

What is newtonsoft-json

Newtonsoft.Json aka Json.NET is a popular high-performance JSON framework

We can use yum or dnf to install newtonsoft-json on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install newtonsoft-json.

Install newtonsoft-json 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 newtonsoft-json using dnf by running the following command:

sudo dnf -y install newtonsoft-json

Install newtonsoft-json 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 newtonsoft-json using yum by running the following command:

sudo yum -y install newtonsoft-json

How To Uninstall newtonsoft-json on Fedora 36

To uninstall only the newtonsoft-json package we can use the following command:

sudo dnf remove newtonsoft-json

newtonsoft-json Package Contents on Fedora 36

/usr/lib/mono/gac/Newtonsoft.Json
/usr/lib/mono/gac/Newtonsoft.Json/7.0.0.0__b9a188c8922137c6
/usr/lib/mono/gac/Newtonsoft.Json/7.0.0.0__b9a188c8922137c6/Newtonsoft.Json.dll
/usr/lib/mono/gac/Newtonsoft.Json/7.0.0.0__b9a188c8922137c6/Newtonsoft.Json.dll.mdb
/usr/lib/mono/newtonsoft-json
/usr/lib/mono/newtonsoft-json/Newtonsoft.Json.dll
/usr/share/doc/newtonsoft-json
/usr/share/doc/newtonsoft-json/CONTRIBUTING.md
/usr/share/doc/newtonsoft-json/LICENSE.md
/usr/share/doc/newtonsoft-json/readme.txt
/usr/share/licenses/newtonsoft-json
/usr/share/licenses/newtonsoft-json/license.txt
---
title: "How To Install newtonsoft-json on Fedora 36"
linkTitle: "newtonsoft-json"
type: "docs"
description: "In this tutorial we learn how to install newtonsoft-json in Fedora 36. newtonsoft-json is Popular high-performance JSON framework"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/newtonsoft-json-featured.png
---

## Introduction

In this tutorial we learn how to install `newtonsoft-json` on Fedora 36.

### What is `newtonsoft-json`

> Newtonsoft.Json aka Json.NET is a popular high-performance JSON framework  

We can use `yum` or `dnf` to install `newtonsoft-json` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install newtonsoft-json.

## Install newtonsoft-json on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install newtonsoft-json using dnf by running the following command:

sudo dnf -y install newtonsoft-json

Install newtonsoft-json 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 newtonsoft-json using yum by running the following command:

sudo yum -y install newtonsoft-json

How To Uninstall newtonsoft-json on Fedora 36

To uninstall only the newtonsoft-json package we can use the following command:

sudo dnf remove newtonsoft-json

newtonsoft-json Package Contents on Fedora 36

/usr/lib/mono/gac/Newtonsoft.Json
/usr/lib/mono/gac/Newtonsoft.Json/7.0.0.0__b9a188c8922137c6
/usr/lib/mono/gac/Newtonsoft.Json/7.0.0.0__b9a188c8922137c6/Newtonsoft.Json.dll
/usr/lib/mono/gac/Newtonsoft.Json/7.0.0.0__b9a188c8922137c6/Newtonsoft.Json.dll.mdb
/usr/lib/mono/newtonsoft-json
/usr/lib/mono/newtonsoft-json/Newtonsoft.Json.dll
/usr/share/doc/newtonsoft-json
/usr/share/doc/newtonsoft-json/CONTRIBUTING.md
/usr/share/doc/newtonsoft-json/LICENSE.md
/usr/share/doc/newtonsoft-json/readme.txt
/usr/share/licenses/newtonsoft-json
/usr/share/licenses/newtonsoft-json/license.txt

References

Summary

In this tutorial we learn how to install newtonsoft-json on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


## References

* [newtonsoft-json website](http://www.newtonsoft.com/json)

## Summary

In this tutorial we learn how to install `newtonsoft-json` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).