How to Install and Uninstall scipy.src Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "scipy.src" package

In this section, we are going to explain the necessary steps to install scipy.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install scipy.src

2. Uninstall "scipy.src" package

This guide let you learn how to uninstall scipy.src on Oracle Linux 9:

$ sudo dnf remove scipy.src $ sudo dnf autoremove

3. Information about the scipy.src package on Oracle Linux 9

Last metadata expiration check: 2:14:57 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : scipy
Version : 1.6.2
Release : 8.0.1.el9
Architecture : src
Size : 26 M
Source : None
Repository : ol9_appstream
Summary : Scientific Tools for Python
URL : http://www.scipy.org/scipylib/index.html
License : BSD and Boost and Public Domain
Description : Scipy is open-source software for mathematics, science, and
: engineering. The core library is NumPy which provides convenient and
: fast N-dimensional array manipulation. The SciPy library is built to
: work with NumPy arrays, and provides many user-friendly and efficient
: numerical routines such as routines for numerical integration and
: optimization. Together, they run on all popular operating systems, are
: quick to install, and are free of charge. NumPy and SciPy are easy to
: use, but powerful enough to be depended upon by some of the world's
: leading scientists and engineers.