How to Install and Uninstall guile-json Package on openSUSE Leap

Last updated: May 18,2024

1. Install "guile-json" package

This is a short guide on how to install guile-json on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install guile-json

2. Uninstall "guile-json" package

In this section, we are going to explain the necessary steps to uninstall guile-json on openSUSE Leap:

$ sudo zypper remove guile-json

3. Information about the guile-json package on openSUSE Leap

Information for package guile-json:
-----------------------------------
Repository : Main Repository
Name : guile-json
Version : 1.2.0-bp155.2.9
Arch : x86_64
Vendor : openSUSE
Installed Size : 98.5 KiB
Installed : No
Status : not installed
Source package : guile-json-1.2.0-bp155.2.9.src
Upstream URL : https://savannah.nongnu.org/projects/guile-json/
Summary : JSON module for Guile
Description :
Guile-json is JSON module for Guile. It supports parsing and building
JSON documents according to the http:://json.org specification. These
are the main features:
- Strictly complies to http://json.org specification.
- Build JSON documents programmatically via macros.
- Unicode support for strings.
- Allows JSON pretty printing.