How to Install and Uninstall python3-matplotlib.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "python3-matplotlib.x86_64" package

Please follow the instructions below to install python3-matplotlib.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-matplotlib.x86_64" package

Please follow the guidelines below to uninstall python3-matplotlib.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-matplotlib.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:24:11 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-matplotlib
Version : 3.4.3
Release : 4.el9
Architecture : x86_64
Size : 2.8 M
Source : python-matplotlib-3.4.3-4.el9.src.rpm
Repository : epel
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.