How to Install and Uninstall subprocess.x86_64 Package on Fedora 36

Last updated: September 28,2024

1. Install "subprocess.x86_64" package

In this section, we are going to explain the necessary steps to install subprocess.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install subprocess.x86_64

2. Uninstall "subprocess.x86_64" package

Here is a brief guide to show you how to uninstall subprocess.x86_64 on Fedora 36:

$ sudo dnf remove subprocess.x86_64 $ sudo dnf autoremove

3. Information about the subprocess.x86_64 package on Fedora 36

Last metadata expiration check: 1:44:01 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : subprocess
Version : 0.2.7
Release : 2.fc36
Architecture : x86_64
Size : 158 k
Source : rust-subprocess-0.2.7-2.fc36.src.rpm
Repository : fedora
Summary : Execution of and interaction with external processes and pipelines
URL : https://crates.io/crates/subprocess
License : ASL 2.0 or MIT
Description : Execution of child processes and pipelines, inspired by Python's subprocess
: module, with Rust-specific extensions.