How to Install and Uninstall libjsoncpp25-x86-64-v3 Package on openSuSE Tumbleweed

Last updated: October 05,2024

1. Install "libjsoncpp25-x86-64-v3" package

Learn how to install libjsoncpp25-x86-64-v3 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install libjsoncpp25-x86-64-v3

2. Uninstall "libjsoncpp25-x86-64-v3" package

Here is a brief guide to show you how to uninstall libjsoncpp25-x86-64-v3 on openSuSE Tumbleweed:

$ sudo zypper remove libjsoncpp25-x86-64-v3

3. Information about the libjsoncpp25-x86-64-v3 package on openSuSE Tumbleweed

Information for package libjsoncpp25-x86-64-v3:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libjsoncpp25-x86-64-v3
Version : 1.9.5-2.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 230.1 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.