How to Install and Uninstall python3-matplotlib.x86_64 Package on Rocky Linux 9

Last updated: October 15,2024

1. Install "python3-matplotlib.x86_64" package

Please follow the guidelines below to install python3-matplotlib.x86_64 on Rocky Linux 9

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

2. Uninstall "python3-matplotlib.x86_64" package

This is a short guide on how to uninstall python3-matplotlib.x86_64 on Rocky Linux 9:

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

3. Information about the python3-matplotlib.x86_64 package on Rocky Linux 9

Last metadata expiration check: 1:49:07 ago on Fri Feb 16 06:49:52 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.