How to Install and Uninstall ocaml-ppx-stable-witness.x86_64 Package on Fedora 39

Last updated: January 15,2025

1. Install "ocaml-ppx-stable-witness.x86_64" package

In this section, we are going to explain the necessary steps to install ocaml-ppx-stable-witness.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install ocaml-ppx-stable-witness.x86_64

2. Uninstall "ocaml-ppx-stable-witness.x86_64" package

Please follow the instructions below to uninstall ocaml-ppx-stable-witness.x86_64 on Fedora 39:

$ sudo dnf remove ocaml-ppx-stable-witness.x86_64 $ sudo dnf autoremove

3. Information about the ocaml-ppx-stable-witness.x86_64 package on Fedora 39

Last metadata expiration check: 3:58:23 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : ocaml-ppx-stable-witness
Version : 0.16.0
Release : 5.fc39
Architecture : x86_64
Size : 116 k
Source : ocaml-ppx-stable-witness-0.16.0-5.fc39.src.rpm
Repository : fedora
Summary : Derive a witness that a type is intended to be stable
URL : https://github.com/janestreet/ppx_stable_witness
License : MIT
Description : Ppx_stable_witnesss is a ppx extension for deriving a witness that a
: type is intended to be stable. In this context, stable means that the
: serialization format will never change. This allows programs running at
: different versions of the code to communicate safely.