How to Install and Uninstall python39-numpy.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 06,2024

1. Install "python39-numpy.x86_64" package

Learn how to install python39-numpy.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install python39-numpy.x86_64

2. Uninstall "python39-numpy.x86_64" package

Please follow the guidance below to uninstall python39-numpy.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove python39-numpy.x86_64 $ sudo dnf autoremove

3. Information about the python39-numpy.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:36:52 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python39-numpy
Version : 1.19.4
Release : 3.module+el8.9.0+19644+d68f775d
Architecture : x86_64
Size : 4.7 M
Source : numpy-1.19.4-3.module+el8.9.0+19644+d68f775d.src.rpm
Repository : ubi-8-appstream-rpms
Summary : A fast multidimensional array facility for Python
URL : http://www.numpy.org/
License : BSD
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.