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

Last updated: June 30,2024

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

Learn how to install rust-is_executable+default-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

In this section, we are going to explain the necessary steps to uninstall rust-is_executable+default-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 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 Red Hat Enterprise Linux 9 (RHEL 9)

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