How to Install and Uninstall rust-globset+serde-devel.noarch Package on CentOS Stream 9

Last updated: June 03,2024

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

In this section, we are going to explain the necessary steps to install rust-globset+serde-devel.noarch on CentOS Stream 9

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

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

This guide let you learn how to uninstall rust-globset+serde-devel.noarch on CentOS Stream 9:

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

3. Information about the rust-globset+serde-devel.noarch package on CentOS Stream 9

Last metadata expiration check: 1:11:39 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : rust-globset+serde-devel
Version : 0.4.14
Release : 1.el9
Architecture : noarch
Size : 8.3 k
Source : rust-globset-0.4.14-1.el9.src.rpm
Repository : epel
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 "serde" feature of the "globset" crate.