How to Install and Uninstall rust-globset+serde-devel.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 16,2024

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

This guide let you learn how to install rust-globset+serde-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

This tutorial shows how to uninstall rust-globset+serde-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the rust-globset+serde-devel.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:39:03 ago on Mon Feb 26 07:04:30 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.