How to Install and Uninstall rust-globset-devel.noarch Package on Fedora 35

Last updated: October 09,2024

1. Install "rust-globset-devel.noarch" package

Please follow the instructions below to install rust-globset-devel.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install rust-globset-devel.noarch

2. Uninstall "rust-globset-devel.noarch" package

Please follow the instructions below to uninstall rust-globset-devel.noarch on Fedora 35:

$ sudo dnf remove rust-globset-devel.noarch $ sudo dnf autoremove

3. Information about the rust-globset-devel.noarch package on Fedora 35

Last metadata expiration check: 3:24:56 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : rust-globset-devel
Version : 0.4.9
Release : 1.fc35
Architecture : noarch
Size : 30 k
Source : rust-globset-0.4.9-1.fc35.src.rpm
Repository : updates
Summary : Cross platform single glob and glob set matching
URL : https://crates.io/crates/globset
License : Unlicense OR MIT
Description : Cross platform single glob and glob set matching. Glob set matching is the
: process of matching one or more glob patterns against a single candidate path
: simultaneously, and returning all of the globs that matched.
:
: This package contains library source intended for building other packages which
: use the "globset" crate.