How To Install cairomm-devel on CentOS 8
Introduction
In this tutorial we learn how to install cairomm-devel
on CentOS 8.
What is cairomm-devel
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. This package contains the libraries and header files needed for developing cairomm applications. cairomm-devel 1.12.0 8.el8 x86_64 90 k cairomm-1.12.0-8.el8.src.rpm powertools Headers for developing programs that will use cairomm http LGPLv2+ 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. This package contains the libraries and header files needed for developing cairomm applications.
We can use yum
or dnf
to install cairomm-devel
on CentOS 8. In this tutorial we discuss both methods but you only need to choose one of method to install cairomm-devel.
Install cairomm-devel on CentOS 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
CentOS Linux 8 - AppStream 43 kB/s | 4.3 kB 00:00
CentOS Linux 8 - BaseOS 65 kB/s | 3.9 kB 00:00
CentOS Linux 8 - ContinuousRelease 43 kB/s | 3.0 kB 00:00
CentOS Linux 8 - Extras 23 kB/s | 1.5 kB 00:00
CentOS Linux 8 - FastTrack 40 kB/s | 3.0 kB 00:00
CentOS Linux 8 - HighAvailability 36 kB/s | 3.9 kB 00:00
CentOS Linux 8 - Plus 24 kB/s | 1.5 kB 00:00
CentOS Linux 8 - PowerTools 50 kB/s | 4.3 kB 00:00
Extra Packages for Enterprise Linux Modular 8 - x86_64 13 kB/s | 9.2 kB 00:00
Extra Packages for Enterprise Linux 8 - x86_64 24 kB/s | 8.5 kB 00:00
Metadata cache created.
After updating yum database, We can install cairomm-devel
using dnf
by running the following command:
sudo dnf -y install cairomm-devel
Install cairomm-devel on CentOS 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
CentOS Linux 8 - AppStream 43 kB/s | 4.3 kB 00:00
CentOS Linux 8 - BaseOS 65 kB/s | 3.9 kB 00:00
CentOS Linux 8 - ContinuousRelease 43 kB/s | 3.0 kB 00:00
CentOS Linux 8 - Extras 23 kB/s | 1.5 kB 00:00
CentOS Linux 8 - FastTrack 40 kB/s | 3.0 kB 00:00
CentOS Linux 8 - HighAvailability 36 kB/s | 3.9 kB 00:00
CentOS Linux 8 - Plus 24 kB/s | 1.5 kB 00:00
CentOS Linux 8 - PowerTools 50 kB/s | 4.3 kB 00:00
Extra Packages for Enterprise Linux Modular 8 - x86_64 13 kB/s | 9.2 kB 00:00
Extra Packages for Enterprise Linux 8 - x86_64 24 kB/s | 8.5 kB 00:00
Metadata cache created.
After updating yum database, We can install cairomm-devel
using yum
by running the following command:
sudo yum -y install cairomm-devel
How To Uninstall cairomm-devel on CentOS 8
To uninstall only the cairomm-devel
package we can use the following command:
sudo dnf remove cairomm-devel
cairomm-devel Package Contents on CentOS 8
/usr/include/cairomm-1.0
/usr/include/cairomm-1.0/cairomm
/usr/include/cairomm-1.0/cairomm/cairomm.h
/usr/include/cairomm-1.0/cairomm/context.h
/usr/include/cairomm-1.0/cairomm/device.h
/usr/include/cairomm-1.0/cairomm/enums.h
/usr/include/cairomm-1.0/cairomm/exception.h
/usr/include/cairomm-1.0/cairomm/fontface.h
/usr/include/cairomm-1.0/cairomm/fontoptions.h
/usr/include/cairomm-1.0/cairomm/matrix.h
/usr/include/cairomm-1.0/cairomm/path.h
/usr/include/cairomm-1.0/cairomm/pattern.h
/usr/include/cairomm-1.0/cairomm/quartz_font.h
/usr/include/cairomm-1.0/cairomm/quartz_surface.h
/usr/include/cairomm-1.0/cairomm/refptr.h
/usr/include/cairomm-1.0/cairomm/region.h
/usr/include/cairomm-1.0/cairomm/scaledfont.h
/usr/include/cairomm-1.0/cairomm/script.h
/usr/include/cairomm-1.0/cairomm/script_surface.h
/usr/include/cairomm-1.0/cairomm/surface.h
/usr/include/cairomm-1.0/cairomm/types.h
/usr/include/cairomm-1.0/cairomm/win32_font.h
/usr/include/cairomm-1.0/cairomm/win32_surface.h
/usr/include/cairomm-1.0/cairomm/xlib_surface.h
/usr/lib/cairomm-1.0
/usr/lib/cairomm-1.0/include
/usr/lib/cairomm-1.0/include/cairommconfig.h
/usr/lib/libcairomm-1.0.so
/usr/lib/pkgconfig/cairomm-1.0.pc
/usr/lib/pkgconfig/cairomm-ft-1.0.pc
/usr/lib/pkgconfig/cairomm-pdf-1.0.pc
/usr/lib/pkgconfig/cairomm-png-1.0.pc
/usr/lib/pkgconfig/cairomm-ps-1.0.pc
/usr/lib/pkgconfig/cairomm-svg-1.0.pc
/usr/lib/pkgconfig/cairomm-xlib-1.0.pc
/usr/lib/pkgconfig/cairomm-xlib-xrender-1.0.pc
/usr/share/doc/cairomm-devel
/usr/share/doc/cairomm-devel/ChangeLog
/usr/include/cairomm-1.0
/usr/include/cairomm-1.0/cairomm
/usr/include/cairomm-1.0/cairomm/cairomm.h
/usr/include/cairomm-1.0/cairomm/context.h
/usr/include/cairomm-1.0/cairomm/device.h
/usr/include/cairomm-1.0/cairomm/enums.h
/usr/include/cairomm-1.0/cairomm/exception.h
/usr/include/cairomm-1.0/cairomm/fontface.h
/usr/include/cairomm-1.0/cairomm/fontoptions.h
/usr/include/cairomm-1.0/cairomm/matrix.h
/usr/include/cairomm-1.0/cairomm/path.h
/usr/include/cairomm-1.0/cairomm/pattern.h
/usr/include/cairomm-1.0/cairomm/quartz_font.h
/usr/include/cairomm-1.0/cairomm/quartz_surface.h
/usr/include/cairomm-1.0/cairomm/refptr.h
/usr/include/cairomm-1.0/cairomm/region.h
/usr/include/cairomm-1.0/cairomm/scaledfont.h
/usr/include/cairomm-1.0/cairomm/script.h
/usr/include/cairomm-1.0/cairomm/script_surface.h
/usr/include/cairomm-1.0/cairomm/surface.h
/usr/include/cairomm-1.0/cairomm/types.h
/usr/include/cairomm-1.0/cairomm/win32_font.h
/usr/include/cairomm-1.0/cairomm/win32_surface.h
/usr/include/cairomm-1.0/cairomm/xlib_surface.h
/usr/lib64/cairomm-1.0
/usr/lib64/cairomm-1.0/include
/usr/lib64/cairomm-1.0/include/cairommconfig.h
/usr/lib64/libcairomm-1.0.so
/usr/lib64/pkgconfig/cairomm-1.0.pc
/usr/lib64/pkgconfig/cairomm-ft-1.0.pc
/usr/lib64/pkgconfig/cairomm-pdf-1.0.pc
/usr/lib64/pkgconfig/cairomm-png-1.0.pc
/usr/lib64/pkgconfig/cairomm-ps-1.0.pc
/usr/lib64/pkgconfig/cairomm-svg-1.0.pc
/usr/lib64/pkgconfig/cairomm-xlib-1.0.pc
/usr/lib64/pkgconfig/cairomm-xlib-xrender-1.0.pc
/usr/share/doc/cairomm-devel
/usr/share/doc/cairomm-devel/ChangeLog
References
- [cairomm-devel website](http://www.cairographics.org http://www.cairographics.org)
Summary
In this tutorial we learn how to install cairomm-devel
on CentOS 8 using yum and dnf.