How to Install and Uninstall rust-globset+default-devel.noarch Package on Fedora 36

Last updated: May 21,2024

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

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

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

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

Please follow the step by step instructions below to uninstall rust-globset+default-devel.noarch on Fedora 36:

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

3. Information about the rust-globset+default-devel.noarch package on Fedora 36

Last metadata expiration check: 3:29:52 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : rust-globset+default-devel
Version : 0.4.9
Release : 1.fc36
Architecture : noarch
Size : 7.9 k
Source : rust-globset-0.4.9-1.fc36.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 "default" feature of the "globset" crate.