How to Install and Uninstall rust-regex+memchr-devel.noarch Package on Fedora 36

Last updated: July 01,2024

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

Please follow the step by step instructions below to install rust-regex+memchr-devel.noarch on Fedora 36

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

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

Please follow the step by step instructions below to uninstall rust-regex+memchr-devel.noarch on Fedora 36:

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

3. Information about the rust-regex+memchr-devel.noarch package on Fedora 36

Last metadata expiration check: 4:21:59 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : rust-regex+memchr-devel
Version : 1.6.0
Release : 1.fc36
Architecture : noarch
Size : 8.4 k
Source : rust-regex-1.6.0-1.fc36.src.rpm
Repository : updates
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 "memchr" feature of the "regex" crate.