How to Install and Uninstall rust-linreg+default-devel.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 07,2024

1. Install "rust-linreg+default-devel.noarch" package

This tutorial shows how to install rust-linreg+default-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install rust-linreg+default-devel.noarch

2. Uninstall "rust-linreg+default-devel.noarch" package

This tutorial shows how to uninstall rust-linreg+default-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove rust-linreg+default-devel.noarch $ sudo dnf autoremove

3. Information about the rust-linreg+default-devel.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:42:11 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : rust-linreg+default-devel
Version : 0.2.0
Release : 4.el9
Architecture : noarch
Size : 7.5 k
Source : rust-linreg-0.2.0-4.el9.src.rpm
Repository : epel
Summary : Calculates linear regresssions of two-dimensional data
URL : https://crates.io/crates/linreg
License : MIT
Description : Calculates linear regresssions of two-dimensional data. Does not use stdlib,
: only depends on numeric traits.
:
: This package contains library source intended for building other packages
: which use "default" feature of "linreg" crate.