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

Last updated: May 21,2024

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

In this section, we are going to explain the necessary steps to install rust-regex+unstable-devel.noarch on Fedora 36

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

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

Please follow the guidance below to uninstall rust-regex+unstable-devel.noarch on Fedora 36:

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

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

Last metadata expiration check: 0:33:20 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : rust-regex+unstable-devel
Version : 1.6.0
Release : 1.fc36
Architecture : noarch
Size : 8.3 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 "unstable" feature of the "regex" crate.