How to Install and Uninstall ocaml-graphics.x86_64 Package on Fedora 36

Last updated: January 11,2025

1. Install "ocaml-graphics.x86_64" package

This tutorial shows how to install ocaml-graphics.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install ocaml-graphics.x86_64

2. Uninstall "ocaml-graphics.x86_64" package

This tutorial shows how to uninstall ocaml-graphics.x86_64 on Fedora 36:

$ sudo dnf remove ocaml-graphics.x86_64 $ sudo dnf autoremove

3. Information about the ocaml-graphics.x86_64 package on Fedora 36

Last metadata expiration check: 3:38:39 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ocaml-graphics
Version : 5.1.2
Release : 5.fc36
Architecture : x86_64
Size : 80 k
Source : ocaml-graphics-5.1.2-5.fc36.src.rpm
Repository : fedora
Summary : Portable drawing primitives for OCaml
URL : https://github.com/ocaml/graphics
License : LGPLv2 with exceptions
Description : The graphics library provides a set of portable drawing primitives.
: Drawing takes place in a separate window that is created when
: Graphics.open_graph is called.