How To Install cairomm on Fedora 36
Introduction
In this tutorial we learn how to install cairomm
on Fedora 36.
What is cairomm
This library provides a C++ interface to cairo. The API/ABI version series is 1.0.
We can use yum
or dnf
to install cairomm
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install cairomm.
Install cairomm on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install cairomm
using dnf
by running the following command:
sudo dnf -y install cairomm
Install cairomm on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install cairomm
using yum
by running the following command:
sudo yum -y install cairomm
How To Uninstall cairomm on Fedora 36
To uninstall only the cairomm
package we can use the following command:
sudo dnf remove cairomm
cairomm Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/02
/usr/lib/.build-id/02/dc4ef7cba413e441b08b8fe2de01479bf260f4
/usr/lib/libcairomm-1.0.so.1
/usr/lib/libcairomm-1.0.so.1.4.0
/usr/share/licenses/cairomm
/usr/share/licenses/cairomm/COPYING
References
Summary
In this tutorial we learn how to install cairomm
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install cairomm on Fedora 36” linkTitle: “cairomm” type: “docs” description: “In this tutorial we learn how to install cairomm in Fedora 36. cairomm is C++ API for the cairo graphics library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/cairomm-featured.png
Introduction
In this tutorial we learn how to install cairomm
on Fedora 36.
What is cairomm
This library provides a C++ interface to cairo. The API/ABI version series is 1.0.
We can use yum
or dnf
to install cairomm
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install cairomm.
Install cairomm on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install cairomm
using dnf
by running the following command:
sudo dnf -y install cairomm
Install cairomm on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install cairomm
using yum
by running the following command:
sudo yum -y install cairomm
How To Uninstall cairomm on Fedora 36
To uninstall only the cairomm
package we can use the following command:
sudo dnf remove cairomm
cairomm Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/bf4d9c063cd1633d1e0aef4cf1c5d2a70e90f3
/usr/lib64/libcairomm-1.0.so.1
/usr/lib64/libcairomm-1.0.so.1.4.0
/usr/share/licenses/cairomm
/usr/share/licenses/cairomm/COPYING
References
Summary
In this tutorial we learn how to install cairomm
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).