How to Install and Uninstall libjsoncpp19 Package on openSUSE Leap

Last updated: June 26,2024

1. Install "libjsoncpp19" package

Please follow the instructions below to install libjsoncpp19 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libjsoncpp19

2. Uninstall "libjsoncpp19" package

Please follow the steps below to uninstall libjsoncpp19 on openSUSE Leap:

$ sudo zypper remove libjsoncpp19

3. Information about the libjsoncpp19 package on openSUSE Leap

Information for package libjsoncpp19:
-------------------------------------
Repository : Main Repository
Name : libjsoncpp19
Version : 1.8.4-1.17
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 200.7 KiB
Installed : No
Status : not installed
Source package : jsoncpp-1.8.4-1.17.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.