How to Install and Uninstall ocaml-cairo-gtk.i686 Package on Fedora 38

Last updated: October 13,2024

1. Install "ocaml-cairo-gtk.i686" package

Please follow the guidelines below to install ocaml-cairo-gtk.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install ocaml-cairo-gtk.i686

2. Uninstall "ocaml-cairo-gtk.i686" package

Learn how to uninstall ocaml-cairo-gtk.i686 on Fedora 38:

$ sudo dnf remove ocaml-cairo-gtk.i686 $ sudo dnf autoremove

3. Information about the ocaml-cairo-gtk.i686 package on Fedora 38

Last metadata expiration check: 0:05:00 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : ocaml-cairo-gtk
Epoch : 2
Version : 0.6.4
Release : 3.fc38
Architecture : i686
Size : 21 k
Source : ocaml-cairo-0.6.4-3.fc38.src.rpm
Repository : fedora
Summary : OCaml library to render cairo on a gtk2 canvas
URL : https://github.com/Chris00/ocaml-cairo
License : LGPL-3.0-or-later WITH OCaml-LGPL-linking-exception
Description : Cairo is a multi-platform library providing anti-aliased vector-based
: rendering for multiple target backends. Paths consist of line segments
: and cubic splines and can be rendered at any width with various join
: and cap styles. All colors may be specified with optional translucence
: (opacity/alpha) and combined using the extended Porter/Duff
: compositing algebra as found in the X Render Extension.
:
: Cairo exports a stateful rendering API similar in spirit to the path
: construction, text, and painting operators of PostScript, (with the
: significant addition of translucence in the imaging model). When
: complete, the API is intended to support the complete imaging model of
: PDF 1.4.
:
: This package contains OCaml bindings for rendering cairo on a gtk2 canvas.