How to Install and Uninstall ocaml-cairo-pango.x86_64 Package on Fedora 39

Last updated: November 29,2024

1. Install "ocaml-cairo-pango.x86_64" package

This guide covers the steps necessary to install ocaml-cairo-pango.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install ocaml-cairo-pango.x86_64

2. Uninstall "ocaml-cairo-pango.x86_64" package

This guide covers the steps necessary to uninstall ocaml-cairo-pango.x86_64 on Fedora 39:

$ sudo dnf remove ocaml-cairo-pango.x86_64 $ sudo dnf autoremove

3. Information about the ocaml-cairo-pango.x86_64 package on Fedora 39

Last metadata expiration check: 0:51:53 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : ocaml-cairo-pango
Epoch : 2
Version : 0.6.4
Release : 6.fc39
Architecture : x86_64
Size : 27 k
Source : ocaml-cairo-0.6.4-6.fc39.src.rpm
Repository : fedora
Summary : OCaml library to use pango with cairo
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 to use pango with cairo.