How to Install and Uninstall rust-regex+aho-corasick-devel.noarch Package on Oracle Linux 9

Last updated: September 20,2024

1. Install "rust-regex+aho-corasick-devel.noarch" package

Please follow the guidance below to install rust-regex+aho-corasick-devel.noarch on Oracle Linux 9

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

2. Uninstall "rust-regex+aho-corasick-devel.noarch" package

Please follow the instructions below to uninstall rust-regex+aho-corasick-devel.noarch on Oracle Linux 9:

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

3. Information about the rust-regex+aho-corasick-devel.noarch package on Oracle Linux 9

Last metadata expiration check: 0:17:42 ago on Tue Sep 13 06:10:44 2022.
Available Packages
Name : rust-regex+aho-corasick-devel
Version : 1.5.4
Release : 6.el9
Architecture : noarch
Size : 8.8 k
Source : rust-regex-1.5.4-6.el9.src.rpm
Repository : epel
Summary : Implementation of regular expressions for Rust
URL : https://crates.io/crates/regex
License : MIT or ASL 2.0
Description : 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 aho-corasick" feature of the "regex" crate.