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

Last updated: September 28,2024

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

This guide let you learn how to install rust-is_executable+default-devel.noarch on CentOS Stream 9

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

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

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

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

3. Information about the rust-is_executable+default-devel.noarch package on CentOS Stream 9

Last metadata expiration check: 1:27:11 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : rust-is_executable+default-devel
Version : 1.0.1
Release : 1.el9
Architecture : noarch
Size : 7.2 k
Source : rust-is_executable-1.0.1-1.el9.src.rpm
Repository : epel
Summary : Is there an executable file at the given path?
URL : https://crates.io/crates/is_executable
License : ASL 2.0 or MIT
Description : This package provides a small Rust helper function which determines whether or
: not the given path points to an executable file.
:
: This package contains library source intended for building other packages which
: use the "default" feature of the "is_executable" crate.