How to Install and Uninstall libcairo-ocaml-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "libcairo-ocaml-dev" package

Please follow the step by step instructions below to install libcairo-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcairo-ocaml-dev

2. Uninstall "libcairo-ocaml-dev" package

This tutorial shows how to uninstall libcairo-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libcairo-ocaml-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcairo-ocaml-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libcairo-ocaml-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 319
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: cairo-ocaml
Version: 1:1.2.0-5.1build2
Provides: libcairo-ocaml-dev-mxzg8
Depends: libcairo2-dev, libcairo-ocaml-mxzg8, liblablgtk2-ocaml-dev-liqy2, ocaml-nox-4.02.3
Suggests: ocaml-findlib
Filename: pool/universe/c/cairo-ocaml/libcairo-ocaml-dev_1.2.0-5.1build2_amd64.deb
Size: 48612
MD5sum: 184fd718fe6e82952720b93ea0f5e18f
SHA1: dbde459cf67e4c33e1ad954a0447a5618f38e87e
SHA256: 640a6d6ac762654b255afc77dc4da7d3d0fd6cfe1570d5d7e90292088a686281
Description-en: OCaml bindings for Cairo
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 all the development stuff you need to use Cairo in
your OCaml programs. The following backends are supported: PostScript,
PDF, PNG, In-memory images and X11.
Description-md5: 52446b21850ea80840bf88ddb0e9e147
Homepage: http://cairographics.org/cairo-ocaml/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu