How to Install and Uninstall rust-globset+serde1-devel.noarch Package on Fedora 38

Last updated: November 29,2024

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

Here is a brief guide to show you how to install rust-globset+serde1-devel.noarch on Fedora 38

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

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

This is a short guide on how to uninstall rust-globset+serde1-devel.noarch on Fedora 38:

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

3. Information about the rust-globset+serde1-devel.noarch package on Fedora 38

Last metadata expiration check: 2:11:12 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : rust-globset+serde1-devel
Version : 0.4.14
Release : 1.fc38
Architecture : noarch
Size : 8.3 k
Source : rust-globset-0.4.14-1.fc38.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 "serde1" feature of the "globset" crate.