How to Install and Uninstall cairomm.src Package on Oracle Linux 8

Last updated: May 19,2024

1. Install "cairomm.src" package

Please follow the instructions below to install cairomm.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install cairomm.src

2. Uninstall "cairomm.src" package

This tutorial shows how to uninstall cairomm.src on Oracle Linux 8:

$ sudo dnf remove cairomm.src $ sudo dnf autoremove

3. Information about the cairomm.src package on Oracle Linux 8

Last metadata expiration check: 6:13:55 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : cairomm
Version : 1.12.0
Release : 8.el8
Architecture : src
Size : 1.3 M
Source : None
Repository : ol8_appstream
Summary : C++ API for the cairo graphics library
URL : http://www.cairographics.org
License : LGPLv2+
Description : Cairomm is the C++ API for the cairo graphics library. It offers all the power
: of cairo with an interface familiar to C++ developers, including use of the
: Standard Template Library where it makes sense.