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

Last updated: October 10,2024

1. Install "python3-mplcairo.x86_64" package

Please follow the steps below to install python3-mplcairo.x86_64 on Fedora 38

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

2. Uninstall "python3-mplcairo.x86_64" package

This guide covers the steps necessary to uninstall python3-mplcairo.x86_64 on Fedora 38:

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

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

Last metadata expiration check: 2:31:53 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-mplcairo
Version : 0.5
Release : 5.fc38
Architecture : x86_64
Size : 352 k
Source : python-mplcairo-0.5-5.fc38.src.rpm
Repository : fedora
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`).