How To Install rust-remoteprocess-devel on Fedora 36

In this tutorial we learn how to install rust-remoteprocess-devel in Fedora 36. rust-remoteprocess-devel is Cross platform api for getting information on a running processes

Introduction

In this tutorial we learn how to install rust-remoteprocess-devel on Fedora 36.

What is rust-remoteprocess-devel

Cross platform api for getting information on a running processes. This package contains library source intended for building other packages which use the “remoteprocess” crate.

We can use yum or dnf to install rust-remoteprocess-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rust-remoteprocess-devel.

Install rust-remoteprocess-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install rust-remoteprocess-devel using dnf by running the following command:

sudo dnf -y install rust-remoteprocess-devel

Install rust-remoteprocess-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install rust-remoteprocess-devel using yum by running the following command:

sudo yum -y install rust-remoteprocess-devel

How To Uninstall rust-remoteprocess-devel on Fedora 36

To uninstall only the rust-remoteprocess-devel package we can use the following command:

sudo dnf remove rust-remoteprocess-devel

rust-remoteprocess-devel Package Contents on Fedora 36

/usr/share/cargo/registry/remoteprocess-0.4.7
/usr/share/cargo/registry/remoteprocess-0.4.7/.cargo-checksum.json
/usr/share/cargo/registry/remoteprocess-0.4.7/Cargo.toml
/usr/share/cargo/registry/remoteprocess-0.4.7/README.md
/usr/share/cargo/registry/remoteprocess-0.4.7/build.rs
/usr/share/cargo/registry/remoteprocess-0.4.7/examples
/usr/share/cargo/registry/remoteprocess-0.4.7/examples/trace.rs
/usr/share/cargo/registry/remoteprocess-0.4.7/src
/usr/share/cargo/registry/remoteprocess-0.4.7/src/freebsd
/usr/share/cargo/registry/remoteprocess-0.4.7/src/freebsd/kinfo_proc.rs
/usr/share/cargo/registry/remoteprocess-0.4.7/src/freebsd/lock.rs
/usr/share/cargo/registry/remoteprocess-0.4.7/src/freebsd/mod.rs
/usr/share/cargo/registry/remoteprocess-0.4.7/src/freebsd/procstat.rs
/usr/share/cargo/registry/remoteprocess-0.4.7/src/freebsd/ptrace.rs
/usr/share/cargo/registry/remoteprocess-0.4.7/src/lib.rs
/usr/share/cargo/registry/remoteprocess-0.4.7/src/linux
/usr/share/cargo/registry/remoteprocess-0.4.7/src/linux/libunwind
/usr/share/cargo/registry/remoteprocess-0.4.7/src/linux/libunwind/bindings_arm.rs
/usr/share/cargo/registry/remoteprocess-0.4.7/src/linux/libunwind/bindings_x86_64.rs
/usr/share/cargo/registry/remoteprocess-0.4.7/src/linux/libunwind/mod.rs
/usr/share/cargo/registry/remoteprocess-0.4.7/src/linux/mod.rs
/usr/share/cargo/registry/remoteprocess-0.4.7/src/linux/symbolication.rs
/usr/share/cargo/registry/remoteprocess-0.4.7/src/osx
/usr/share/cargo/registry/remoteprocess-0.4.7/src/osx/mach_thread_bindings.rs
/usr/share/cargo/registry/remoteprocess-0.4.7/src/osx/mod.rs
/usr/share/cargo/registry/remoteprocess-0.4.7/src/osx/utils.rs
/usr/share/cargo/registry/remoteprocess-0.4.7/src/windows
/usr/share/cargo/registry/remoteprocess-0.4.7/src/windows/generate_syscall.py
/usr/share/cargo/registry/remoteprocess-0.4.7/src/windows/mod.rs
/usr/share/cargo/registry/remoteprocess-0.4.7/src/windows/symbolication.rs
/usr/share/cargo/registry/remoteprocess-0.4.7/src/windows/syscalls_x64.rs
/usr/share/cargo/registry/remoteprocess-0.4.7/src/windows/unwinder.rs
/usr/share/doc/rust-remoteprocess-devel
/usr/share/doc/rust-remoteprocess-devel/README.md

References

Summary

In this tutorial we learn how to install rust-remoteprocess-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).