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

Last updated: May 18,2024

1. Install "dhall-json" package

Here is a brief guide to show you how to install dhall-json on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install dhall-json

2. Uninstall "dhall-json" package

This guide let you learn how to uninstall dhall-json on openSUSE Leap:

$ sudo zypper remove dhall-json

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

Information for package dhall-json:
-----------------------------------
Repository : Main Repository
Name : dhall-json
Version : 1.7.9-bp155.2.16
Arch : x86_64
Vendor : openSUSE
Installed Size : 99.8 MiB
Installed : No
Status : not installed
Source package : dhall-json-1.7.9-bp155.2.16.src
Upstream URL : https://hackage.haskell.org/package/dhall-json
Summary : Convert between Dhall and JSON or YAML
Description :
Use this package if you want to convert between Dhall expressions and JSON or
YAML. You can use this package as a library or an executable:
* See the "Dhall.JSON" or "Dhall.JSONToDhall" modules if you want to use this
package as a library
* Use the 'dhall-to-json', 'dhall-to-yaml', or 'json-to-dhall' programs from
this package if you want an executable
The "Dhall.JSON" and "Dhall.JSONToDhall" modules also contains instructions for
how to use this package.