How to Install and Uninstall python3-cairocffi.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 09,2024

1. Install "python3-cairocffi.noarch" package

This is a short guide on how to install python3-cairocffi.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-cairocffi.noarch

2. Uninstall "python3-cairocffi.noarch" package

This guide let you learn how to uninstall python3-cairocffi.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-cairocffi.noarch $ sudo dnf autoremove

3. Information about the python3-cairocffi.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:04:53 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-cairocffi
Version : 1.3.0
Release : 6.el9
Architecture : noarch
Size : 134 k
Source : python-cairocffi-1.3.0-6.el9.src.rpm
Repository : epel
Summary : cffi-based cairo bindings for Python
URL : https://pypi.python.org/pypi/cairocffi/
License : BSD
Description : cairocffi is a CFFI-based drop-in replacement for Pycairo, a set of
: Python bindings and object-oriented API for cairo. Cairo is a 2D
: vector graphics library with support for multiple backends including
: image buffers, PNG, PostScript, PDF, and SVG file output.