How to Install and Uninstall python3-cairocffi.noarch Package on Oracle Linux 8

Last updated: May 19,2024

1. Install "python3-cairocffi.noarch" package

Please follow the instructions below to install python3-cairocffi.noarch on Oracle Linux 8

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

2. Uninstall "python3-cairocffi.noarch" package

This tutorial shows how to uninstall python3-cairocffi.noarch on Oracle Linux 8:

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

3. Information about the python3-cairocffi.noarch package on Oracle Linux 8

Last metadata expiration check: 6:09:25 ago on Mon Sep 12 02:51:38 2022.
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.