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

Last updated: May 20,2024

1. Install "rust-shlex+std-devel.noarch" package

This is a short guide on how to install rust-shlex+std-devel.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install rust-shlex+std-devel.noarch

2. Uninstall "rust-shlex+std-devel.noarch" package

Here is a brief guide to show you how to uninstall rust-shlex+std-devel.noarch on CentOS Stream 9:

$ sudo dnf remove rust-shlex+std-devel.noarch $ sudo dnf autoremove

3. Information about the rust-shlex+std-devel.noarch package on CentOS Stream 9

Last metadata expiration check: 1:40:47 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : rust-shlex+std-devel
Version : 1.3.0
Release : 1.el9
Architecture : noarch
Size : 7.6 k
Source : rust-shlex-1.3.0-1.el9.src.rpm
Repository : epel
Summary : Split a string into shell words, like Python's shlex
URL : https://crates.io/crates/shlex
License : MIT OR Apache-2.0
Description : Split a string into shell words, like Python's shlex.
:
: This package contains library source intended for building other packages which
: use the "std" feature of the "shlex" crate.