How to Install and Uninstall rust-subprocess-devel.noarch Package on Fedora 38

Last updated: June 03,2024

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

In this section, we are going to explain the necessary steps to install rust-subprocess-devel.noarch on Fedora 38

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

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

Please follow the instructions below to uninstall rust-subprocess-devel.noarch on Fedora 38:

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

3. Information about the rust-subprocess-devel.noarch package on Fedora 38

Last metadata expiration check: 3:17:09 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : rust-subprocess-devel
Version : 0.2.7
Release : 6.fc38
Architecture : noarch
Size : 54 k
Source : rust-subprocess-0.2.7-6.fc38.src.rpm
Repository : fedora
Summary : Execution of and interaction with external processes and pipelines
URL : https://crates.io/crates/subprocess
License : Apache-2.0 OR MIT
Description : Execution of child processes and pipelines, inspired by Python's subprocess
: module, with Rust-specific extensions.
:
: This package contains library source intended for building other packages which
: use the "subprocess" crate.