How to Install and Uninstall python3-mplcairo.x86_64 Package on Fedora 34

Last updated: July 03,2024

1. Install "python3-mplcairo.x86_64" package

Please follow the guidance below to install python3-mplcairo.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install python3-mplcairo.x86_64

2. Uninstall "python3-mplcairo.x86_64" package

In this section, we are going to explain the necessary steps to uninstall python3-mplcairo.x86_64 on Fedora 34:

$ sudo dnf remove python3-mplcairo.x86_64 $ sudo dnf autoremove

3. Information about the python3-mplcairo.x86_64 package on Fedora 34

Last metadata expiration check: 2:24:58 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-mplcairo
Version : 0.4
Release : 1.fc34
Architecture : x86_64
Size : 324 k
Source : python-mplcairo-0.4-1.fc34.src.rpm
Repository : updates
Summary : A (new) cairo backend for Matplotlib
URL : https://github.com/matplotlib/mplcairo
License : MIT
Description : This is a new, essentially complete implementation of a cairo backend for
: Matplotlib. It can be used in combination with a Qt5, GTK3, Tk, wx, or macOS
: UI, or noninteractively (i.e., to save figure to various file formats).
: Noteworthy points include:
: - Improved accuracy (e.g., with marker positioning, quad meshes, and text
: kerning).
: - Support for a wider variety of font formats, such as otf and pfb, for vector
: (PDF, PS, SVG) backends (Matplotlib's Agg backend also supports such fonts).
: - Optional support for complex text layout (right-to-left languages, etc.)
: using Raqm.
: - Support for embedding URLs in PDF (but not SVG) output.
: - Support for multi-page output both for PDF and PS (Matplotlib only supports
: multi-page PDF).
: - Support for custom blend modes (see `examples/operators.py`).