How to Install and Uninstall libnewtonsoft-json-cil-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "libnewtonsoft-json-cil-dev" package

This tutorial shows how to install libnewtonsoft-json-cil-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libnewtonsoft-json-cil-dev

2. Uninstall "libnewtonsoft-json-cil-dev" package

Learn how to uninstall libnewtonsoft-json-cil-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libnewtonsoft-json-cil-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: libnewtonsoft-json-cil-dev
Priority: optional
Section: universe/cli-mono
Installed-Size: 14
Maintainer: Ubuntu Developers
Original-Maintainer: Debian CLI Libraries Team
Architecture: all
Source: newtonsoft-json
Version: 6.0.8+dfsg-1
Depends: libnewtonsoft-json5.0-cil (= 6.0.8+dfsg-1)
Filename: pool/universe/n/newtonsoft-json/libnewtonsoft-json-cil-dev_6.0.8+dfsg-1_all.deb
Size: 2736
MD5sum: 2bf4aa05143d5e14f7b37c6d2aead18b
SHA1: f9eb262a7d6d9050068b3c618e9f1001fd5f8585
SHA256: a008815d5302c79b19969c1ecfdf83d73e355efa5ba7046f7aac048a4cdfdd32
Description-en: high-performance JSON framework for .NET -- development files
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 development files required to compile applications or
libraries against this package.
Description-md5: 64030a29bba84e3060612ca09ea7ba69
Homepage: http://json.codeplex.com
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu