How To Install rust-proc-maps-devel on Fedora 36
Introduction
In this tutorial we learn how to install rust-proc-maps-devel
on Fedora 36.
What is rust-proc-maps-devel
Helper crate for getting virtual memory maps from processes. This package contains library source intended for building other packages which use “proc-maps” crate.
We can use yum
or dnf
to install rust-proc-maps-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rust-proc-maps-devel.
Install rust-proc-maps-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-proc-maps-devel
using dnf
by running the following command:
sudo dnf -y install rust-proc-maps-devel
Install rust-proc-maps-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-proc-maps-devel
using yum
by running the following command:
sudo yum -y install rust-proc-maps-devel
How To Uninstall rust-proc-maps-devel on Fedora 36
To uninstall only the rust-proc-maps-devel
package we can use the following command:
sudo dnf remove rust-proc-maps-devel
rust-proc-maps-devel Package Contents on Fedora 36
/usr/share/cargo/registry/proc-maps-0.2.0
/usr/share/cargo/registry/proc-maps-0.2.0/.cargo-checksum.json
/usr/share/cargo/registry/proc-maps-0.2.0/CODE_OF_CONDUCT.md
/usr/share/cargo/registry/proc-maps-0.2.0/Cargo.toml
/usr/share/cargo/registry/proc-maps-0.2.0/License.md
/usr/share/cargo/registry/proc-maps-0.2.0/README.md
/usr/share/cargo/registry/proc-maps-0.2.0/build.rs
/usr/share/cargo/registry/proc-maps-0.2.0/ci
/usr/share/cargo/registry/proc-maps-0.2.0/ci/testdata
/usr/share/cargo/registry/proc-maps-0.2.0/ci/testdata/map.txt
/usr/share/cargo/registry/proc-maps-0.2.0/examples
/usr/share/cargo/registry/proc-maps-0.2.0/examples/print_maps.rs
/usr/share/cargo/registry/proc-maps-0.2.0/setup.cfg
/usr/share/cargo/registry/proc-maps-0.2.0/src
/usr/share/cargo/registry/proc-maps-0.2.0/src/freebsd_maps
/usr/share/cargo/registry/proc-maps-0.2.0/src/freebsd_maps/bindings.rs
/usr/share/cargo/registry/proc-maps-0.2.0/src/freebsd_maps/mod.rs
/usr/share/cargo/registry/proc-maps-0.2.0/src/freebsd_maps/protection.rs
/usr/share/cargo/registry/proc-maps-0.2.0/src/freebsd_maps/ptrace.rs
/usr/share/cargo/registry/proc-maps-0.2.0/src/freebsd_maps/wrapper.h
/usr/share/cargo/registry/proc-maps-0.2.0/src/lib.rs
/usr/share/cargo/registry/proc-maps-0.2.0/src/linux_maps.rs
/usr/share/cargo/registry/proc-maps-0.2.0/src/mac_maps
/usr/share/cargo/registry/proc-maps-0.2.0/src/mac_maps/dyld_bindings.rs
/usr/share/cargo/registry/proc-maps-0.2.0/src/mac_maps/mod.rs
/usr/share/cargo/registry/proc-maps-0.2.0/src/win_maps.rs
/usr/share/doc/rust-proc-maps-devel
/usr/share/doc/rust-proc-maps-devel/CODE_OF_CONDUCT.md
/usr/share/doc/rust-proc-maps-devel/README.md
/usr/share/doc/rust-proc-maps-devel/examples
/usr/share/doc/rust-proc-maps-devel/examples/print_maps.rs
/usr/share/licenses/rust-proc-maps-devel
/usr/share/licenses/rust-proc-maps-devel/License.md
References
Summary
In this tutorial we learn how to install rust-proc-maps-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).