How to Install and Uninstall rust-regex+unstable-devel.noarch Package on Rocky Linux 9

Last updated: May 02,2024

1. Install "rust-regex+unstable-devel.noarch" package

Please follow the guidelines below to install rust-regex+unstable-devel.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install rust-regex+unstable-devel.noarch

2. Uninstall "rust-regex+unstable-devel.noarch" package

This tutorial shows how to uninstall rust-regex+unstable-devel.noarch on Rocky Linux 9:

$ sudo dnf remove rust-regex+unstable-devel.noarch $ sudo dnf autoremove

3. Information about the rust-regex+unstable-devel.noarch package on Rocky Linux 9

Last metadata expiration check: 0:26:55 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : rust-regex+unstable-devel
Version : 1.10.3
Release : 1.el9
Architecture : noarch
Size : 8.7 k
Source : rust-regex-1.10.3-1.el9.src.rpm
Repository : epel
Summary : Implementation of regular expressions for Rust
URL : https://crates.io/crates/regex
License : MIT OR Apache-2.0
Description : An implementation of regular expressions for Rust. This implementation
: uses finite automata and guarantees linear time matching on all inputs.
:
: This package contains library source intended for building other packages which
: use the "unstable" feature of the "regex" crate.