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

Last updated: July 01,2024

1. Install "ocaml-cairo.i686" package

This is a short guide on how to install ocaml-cairo.i686 on Fedora 34

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

2. Uninstall "ocaml-cairo.i686" package

This tutorial shows how to uninstall ocaml-cairo.i686 on Fedora 34:

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

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

Last metadata expiration check: 0:57:24 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ocaml-cairo
Epoch : 2
Version : 0.6.1
Release : 10.fc34
Architecture : i686
Size : 161 k
Source : ocaml-cairo-0.6.1-10.fc34.src.rpm
Repository : fedora
Summary : OCaml library for accessing cairo graphics
URL : https://github.com/Chris00/ocaml-cairo
License : LGPLv3+
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 Cairo.