How to Install and Uninstall python3-matplotlib.x86_64 Package on Fedora 35

Last updated: November 27,2024

1. Install "python3-matplotlib.x86_64" package

Please follow the step by step instructions below to install python3-matplotlib.x86_64 on Fedora 35

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

2. Uninstall "python3-matplotlib.x86_64" package

This guide let you learn how to uninstall python3-matplotlib.x86_64 on Fedora 35:

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

3. Information about the python3-matplotlib.x86_64 package on Fedora 35

Last metadata expiration check: 1:54:25 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-matplotlib
Version : 3.5.3
Release : 1.fc35
Architecture : x86_64
Size : 3.0 M
Source : python-matplotlib-3.5.3-1.fc35.src.rpm
Repository : updates
Summary : Python 2D plotting library
URL : http://matplotlib.org
License : Python and MIT and Public Domain
Description : Matplotlib is a Python 2D plotting library which produces publication
: quality figures in a variety of hardcopy formats and interactive
: environments across platforms. Matplotlib can be used in Python
: scripts, the Python and IPython shell, web application servers, and
: various graphical user interface toolkits.
:
: Matplotlib tries to make easy things easy and hard things possible.
: You can generate plots, histograms, power spectra, bar charts,
: errorcharts, scatterplots, etc, with just a few lines of code.