< Home - < Back

jsoncpp


Information about the package, jsoncpp, which is shipped with common Linux distributions. The jsoncpp package is designed for, JSON library implemented in C++.


Package Name:

jsoncpp

Summary:

JSON library implemented in C++

Description:

jsoncpp is an implementation of a JSON (http://json.org) reader and writer in C++. JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate.

Architecture:

x86_64

Version:

0.10.5

Release:

2.el6

Size:

80 k

Repository:

epel

From Repository:

Licence:

Public Domain or MIT



Handy Yum Commands for jsoncpp


Control the jsoncpp package with the following handy commands outlined below.


Command

Description of Command

yum install jsoncpp

This command will install jsoncpp on the server.

yum remove jsoncpp

This command will un-install jsoncpp on the server. When you run this command, you will be asked if you are sure that you want to remove jsoncpp, so you have to manually confirm that you want to do this.

yum -y remove jsoncpp

This command will un-install jsoncpp on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove jsoncpp when using the -y flag.

yum update jsoncpp

This command will update jsoncpp to the latest version. When you run this command, you will be asked if you are sure that you want to remove jsoncpp, so you have to manually confirm that you want to do this.

yum -y update jsoncpp

This command will update jsoncpp to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove jsoncpp when using the -y flag.

yum info jsoncpp

This command will show you core information about the jsoncpp package.

yum deplist jsoncpp

This command will show you the dependencies for jsoncpp. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update jsoncpp

This command will check if there is an update waiting on jsoncpp. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.