How to Install and Uninstall python2-numpy.x86_64 Package on CentOS 8 / RHEL 8

Last updated: April 25,2024

1. Install "python2-numpy.x86_64" package

Here is a brief guide to show you how to install python2-numpy.x86_64 on CentOS 8 / RHEL 8

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

2. Uninstall "python2-numpy.x86_64" package

In this section, we are going to explain the necessary steps to uninstall python2-numpy.x86_64 on CentOS 8 / RHEL 8:

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

3. Information about the python2-numpy.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:41:54 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python2-numpy
Epoch : 1
Version : 1.14.2
Release : 13.module_el8.3.0+478+7570e00c
Architecture : x86_64
Size : 3.7 M
Source : numpy-1.14.2-13.module_el8.3.0+478+7570e00c.src.rpm
Repository : appstream
Summary : A fast multidimensional array facility for Python
URL : http://www.numpy.org/
License : BSD and Python
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.