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

Last updated: October 05,2024

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

This guide covers the steps necessary to install rust-regex+thread_local-devel.noarch on Fedora 34

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

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

This is a short guide on how to uninstall rust-regex+thread_local-devel.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:26:53 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : rust-regex+thread_local-devel
Version : 1.4.3
Release : 2.fc34
Architecture : noarch
Size : 9.4 k
Source : rust-regex-1.4.3-2.fc34.src.rpm
Repository : fedora
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 "thread_local" feature of "regex" crate.