How to Install and Uninstall rust-is_executable-devel.noarch Package on Fedora 36

Last updated: May 17,2024

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

Please follow the steps below to install rust-is_executable-devel.noarch on Fedora 36

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

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

Please follow the guidance below to uninstall rust-is_executable-devel.noarch on Fedora 36:

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

3. Information about the rust-is_executable-devel.noarch package on Fedora 36

Last metadata expiration check: 0:46:17 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : rust-is_executable-devel
Version : 1.0.1
Release : 1.fc36
Architecture : noarch
Size : 16 k
Source : rust-is_executable-1.0.1-1.fc36.src.rpm
Repository : updates
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 "is_executable" crate.