How to Install and Uninstall rust-regex+perf-inline-devel.noarch Package on Fedora 39

Last updated: September 21,2024

1. Install "rust-regex+perf-inline-devel.noarch" package

Please follow the guidance below to install rust-regex+perf-inline-devel.noarch on Fedora 39

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

2. Uninstall "rust-regex+perf-inline-devel.noarch" package

This tutorial shows how to uninstall rust-regex+perf-inline-devel.noarch on Fedora 39:

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

3. Information about the rust-regex+perf-inline-devel.noarch package on Fedora 39

Last metadata expiration check: 4:57:38 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : rust-regex+perf-inline-devel
Version : 1.10.3
Release : 1.fc39
Architecture : noarch
Size : 9.3 k
Source : rust-regex-1.10.3-1.fc39.src.rpm
Repository : updates
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 "perf-inline" feature of the "regex" crate.