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

Last updated: June 26,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 34

$ 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 34:

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

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

Last metadata expiration check: 0:10:15 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : rust-regex+memchr-devel
Version : 1.5.5
Release : 1.fc34
Architecture : noarch
Size : 8.5 k
Source : rust-regex-1.5.5-1.fc34.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.