How to Install and Uninstall libnewtonsoft-json5.0-cil Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "libnewtonsoft-json5.0-cil" package

In this section, we are going to explain the necessary steps to install libnewtonsoft-json5.0-cil on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libnewtonsoft-json5.0-cil

2. Uninstall "libnewtonsoft-json5.0-cil" package

This guide covers the steps necessary to uninstall libnewtonsoft-json5.0-cil on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libnewtonsoft-json5.0-cil $ sudo apt autoclean && sudo apt autoremove

3. Information about the libnewtonsoft-json5.0-cil package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libnewtonsoft-json5.0-cil
Priority: optional
Section: universe/cli-mono
Installed-Size: 537
Maintainer: Ubuntu Developers
Original-Maintainer: Debian CLI Libraries Team
Architecture: all
Source: newtonsoft-json
Version: 6.0.8+dfsg-1
Depends: cli-common (>= 0.5.6), libmono-corlib4.5-cil (>= 4.2.0), libmono-system-core4.0-cil (>= 4.2.0), libmono-system-data4.0-cil (>= 4.2.0), libmono-system-numerics4.0-cil (>= 1.0), libmono-system-runtime-serialization4.0-cil (>= 4.2.0), libmono-system-xml-linq4.0-cil (>= 4.2.0), libmono-system-xml4.0-cil (>= 4.2.0), libmono-system4.0-cil (>= 4.2.0)
Filename: pool/universe/n/newtonsoft-json/libnewtonsoft-json5.0-cil_6.0.8+dfsg-1_all.deb
Size: 156822
MD5sum: 7654aa622d0d7792d4efb597a465b276
SHA1: 8646fe3b1f1bc9c704c93487fef4a20272a5198d
SHA256: 044363a0daa300114caf162c8c3e42e5e913ae6e9dc42cdd33da00dc0ba00bf6
Description-en: high-performance JSON framework for .NET
Json.NET is a high-performance JSON framework for .NET. It has the following
features:
- Flexible JSON serializer for converting between .NET objects and JSON
- LINQ to JSON for manually reading and writing JSON
- High performance, faster than .NET's build-in JSON serializers
- Write indented, easy to read JSON
- Convert JSON to and from XML
.
The JSON serializer is a good choice when the JSN being read or written maps
closely to a .NET class.
.
LINQ to JSON is good for situations in which there is no class to serialize or
deserialize to, or the JSON is radically different from the class structure and
manual manipulation is required.
.
This package contains the Json.NET assemblies.
Description-md5: 48d82e7d1806da68cad6e9a2bf0578b1
Homepage: http://json.codeplex.com
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu