How to Install and Uninstall rust-linreg-devel.noarch Package on Rocky Linux 9

Last updated: March 11,2025

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

Please follow the step by step instructions below to install rust-linreg-devel.noarch on Rocky Linux 9

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

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

Please follow the guidelines below to uninstall rust-linreg-devel.noarch on Rocky Linux 9:

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

3. Information about the rust-linreg-devel.noarch package on Rocky Linux 9

Last metadata expiration check: 2:02:19 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : rust-linreg-devel
Version : 0.2.0
Release : 4.el9
Architecture : noarch
Size : 13 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 "linreg" crate.