How to Install and Uninstall ocaml-ppx_deriving Package on openSuSE Tumbleweed

Last updated: June 28,2024

1. Install "ocaml-ppx_deriving" package

Please follow the guidelines below to install ocaml-ppx_deriving on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ocaml-ppx_deriving

2. Uninstall "ocaml-ppx_deriving" package

Please follow the guidelines below to uninstall ocaml-ppx_deriving on openSuSE Tumbleweed:

$ sudo zypper remove ocaml-ppx_deriving

3. Information about the ocaml-ppx_deriving package on openSuSE Tumbleweed

Information for package ocaml-ppx_deriving:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ocaml-ppx_deriving
Version : 5.2.1-2.7
Arch : x86_64
Vendor : openSUSE
Installed Size : 928.9 KiB
Installed : No
Status : not installed
Source package : ocaml-ppx_deriving-5.2.1-2.7.src
Upstream URL : https://opam.ocaml.org/packages/ppx_deriving
Summary : Type-driven code generation
Description :
ppx_deriving provides common infrastructure for generating
code based on type definitions, and a set of useful plugins
for common tasks.