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

Last updated: October 06,2024

1. Install "python3.11-numpy.x86_64" package

This tutorial shows how to install python3.11-numpy.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3.11-numpy.x86_64

2. Uninstall "python3.11-numpy.x86_64" package

This is a short guide on how to uninstall python3.11-numpy.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3.11-numpy.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:28:03 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3.11-numpy
Version : 1.23.5
Release : 1.el9
Architecture : x86_64
Size : 7.2 M
Source : python3.11-numpy-1.23.5-1.el9.src.rpm
Repository : ubi-9-appstream-rpms
Summary : A fast multidimensional array facility for Python
URL : http://www.numpy.org/
License : BSD and Python and ASL 2.0
Description : NumPy is a general-purpose array-processing package designed to
: efficiently manipulate large multi-dimensional arrays of arbitrary
: records without sacrificing too much speed for small multi-dimensional
: arrays. NumPy is built on the Numeric code base and adds features
: introduced by numarray as well as an extended C-API and the ability to
: create arrays of arbitrary type.
:
: There are also basic facilities for discrete fourier transform,
: basic linear algebra and random number generation. Also included in
: this package is a version of f2py that works properly with NumPy.