How to Install and Uninstall python3-cairocffi.noarch Package on CentOS Stream 8

Last updated: June 23,2024

1. Install "python3-cairocffi.noarch" package

This guide covers the steps necessary to install python3-cairocffi.noarch on CentOS Stream 8

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

2. Uninstall "python3-cairocffi.noarch" package

This is a short guide on how to uninstall python3-cairocffi.noarch on CentOS Stream 8:

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

3. Information about the python3-cairocffi.noarch package on CentOS Stream 8

Last metadata expiration check: 5:45:12 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-cairocffi
Version : 1.2.0
Release : 4.el8
Architecture : noarch
Size : 144 k
Source : python-cairocffi-1.2.0-4.el8.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.