How to Install and Uninstall libjsoncpp25 Package on openSuSE Tumbleweed

Last updated: May 08,2024

1. Install "libjsoncpp25" package

This tutorial shows how to install libjsoncpp25 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install libjsoncpp25

2. Uninstall "libjsoncpp25" package

Learn how to uninstall libjsoncpp25 on openSuSE Tumbleweed:

$ sudo zypper remove libjsoncpp25

3. Information about the libjsoncpp25 package on openSuSE Tumbleweed

Information for package libjsoncpp25:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libjsoncpp25
Version : 1.9.5-2.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 232.8 KiB
Installed : No
Status : not installed
Source package : jsoncpp-1.9.5-2.6.src
Upstream URL : https://github.com/open-source-parsers/jsoncpp
Summary : Shared library for jsoncpp
Description :
JSON is a lightweight data-interchange format. It can represent numbers,
strings, ordered sequences of values, and collections of name/value pairs.
JsonCpp is a C++ library that allows manipulating JSON values, including
serialization and deserialization to and from strings. It can also preserve
existing comment in unserialization/serialization steps, making it a convenient
format to store user input files.