How to Install and Uninstall numpy.x86_64 Package on Amazon Linux 2

Last updated: October 05,2024

1. Install "numpy.x86_64" package

Here is a brief guide to show you how to install numpy.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install numpy.x86_64

2. Uninstall "numpy.x86_64" package

This guide covers the steps necessary to uninstall numpy.x86_64 on Amazon Linux 2:

$ sudo yum remove numpy.x86_64 $ sudo yum autoremove

3. Information about the numpy.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : numpy
Arch : x86_64
Epoch : 1
Version : 1.7.1
Release : 13.amzn2
Size : 2.8 M
Repo : amzn2-core/2/x86_64
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.