How to Install and Uninstall ghc-deriving-aeson Package on openSuSE Tumbleweed

Last updated: October 05,2024

1. Install "ghc-deriving-aeson" package

This tutorial shows how to install ghc-deriving-aeson on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ghc-deriving-aeson

2. Uninstall "ghc-deriving-aeson" package

Please follow the guidance below to uninstall ghc-deriving-aeson on openSuSE Tumbleweed:

$ sudo zypper remove ghc-deriving-aeson

3. Information about the ghc-deriving-aeson package on openSuSE Tumbleweed

Information for package ghc-deriving-aeson:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-deriving-aeson
Version : 0.2.9-3.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 74.9 KiB
Installed : No
Status : not installed
Source package : ghc-deriving-aeson-0.2.9-3.11.src
Upstream URL : https://hackage.haskell.org/package/deriving-aeson
Summary : Type driven generic aeson instance customisation
Description :
This package provides a newtype wrapper with FromJSON/ToJSON instances
customisable via a phantom type parameter. The instances can be rendered to the
original type using DerivingVia.