How To Install rust-psm-devel on Fedora 36

In this tutorial we learn how to install rust-psm-devel in Fedora 36. rust-psm-devel is Portable Stack Manipulation

Introduction

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

What is rust-psm-devel

Portable Stack Manipulation This package contains library source intended for building other packages which use the “psm” crate.

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

Install rust-psm-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-psm-devel using dnf by running the following command:

sudo dnf -y install rust-psm-devel

Install rust-psm-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-psm-devel using yum by running the following command:

sudo yum -y install rust-psm-devel

How To Uninstall rust-psm-devel on Fedora 36

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

sudo dnf remove rust-psm-devel

rust-psm-devel Package Contents on Fedora 36

/usr/share/cargo/registry/psm-0.1.17
/usr/share/cargo/registry/psm-0.1.17/.cargo-checksum.json
/usr/share/cargo/registry/psm-0.1.17/Cargo.toml
/usr/share/cargo/registry/psm-0.1.17/LICENSE-APACHE
/usr/share/cargo/registry/psm-0.1.17/LICENSE-MIT
/usr/share/cargo/registry/psm-0.1.17/README.mkd
/usr/share/cargo/registry/psm-0.1.17/build.rs
/usr/share/cargo/registry/psm-0.1.17/examples
/usr/share/cargo/registry/psm-0.1.17/examples/info.rs
/usr/share/cargo/registry/psm-0.1.17/examples/on_stack_fibo.rs
/usr/share/cargo/registry/psm-0.1.17/examples/on_stack_fibo_alloc_each_frame.rs
/usr/share/cargo/registry/psm-0.1.17/examples/panics.rs
/usr/share/cargo/registry/psm-0.1.17/examples/replace_stack_1.rs
/usr/share/cargo/registry/psm-0.1.17/examples/thread.rs
/usr/share/cargo/registry/psm-0.1.17/src
/usr/share/cargo/registry/psm-0.1.17/src/arch
/usr/share/cargo/registry/psm-0.1.17/src/arch/aarch64_armasm.asm
/usr/share/cargo/registry/psm-0.1.17/src/arch/aarch_aapcs64.s
/usr/share/cargo/registry/psm-0.1.17/src/arch/arm_aapcs.s
/usr/share/cargo/registry/psm-0.1.17/src/arch/arm_armasm.asm
/usr/share/cargo/registry/psm-0.1.17/src/arch/mips64_eabi.s
/usr/share/cargo/registry/psm-0.1.17/src/arch/mips_eabi.s
/usr/share/cargo/registry/psm-0.1.17/src/arch/powerpc32.s
/usr/share/cargo/registry/psm-0.1.17/src/arch/powerpc64.s
/usr/share/cargo/registry/psm-0.1.17/src/arch/powerpc64_openpower.s
/usr/share/cargo/registry/psm-0.1.17/src/arch/psm.h
/usr/share/cargo/registry/psm-0.1.17/src/arch/riscv.s
/usr/share/cargo/registry/psm-0.1.17/src/arch/riscv64.s
/usr/share/cargo/registry/psm-0.1.17/src/arch/sparc64.s
/usr/share/cargo/registry/psm-0.1.17/src/arch/sparc_sysv.s
/usr/share/cargo/registry/psm-0.1.17/src/arch/wasm32.o
/usr/share/cargo/registry/psm-0.1.17/src/arch/wasm32.s
/usr/share/cargo/registry/psm-0.1.17/src/arch/x86.s
/usr/share/cargo/registry/psm-0.1.17/src/arch/x86_64.s
/usr/share/cargo/registry/psm-0.1.17/src/arch/x86_64_msvc.asm
/usr/share/cargo/registry/psm-0.1.17/src/arch/x86_64_windows_gnu.s
/usr/share/cargo/registry/psm-0.1.17/src/arch/x86_msvc.asm
/usr/share/cargo/registry/psm-0.1.17/src/arch/x86_windows_gnu.s
/usr/share/cargo/registry/psm-0.1.17/src/arch/zseries_linux.s
/usr/share/cargo/registry/psm-0.1.17/src/lib.rs
/usr/share/cargo/registry/psm-0.1.17/tests
/usr/share/cargo/registry/psm-0.1.17/tests/stack_direction.rs
/usr/share/cargo/registry/psm-0.1.17/tests/stack_direction_2.rs
/usr/share/doc/rust-psm-devel
/usr/share/doc/rust-psm-devel/README.mkd
/usr/share/licenses/rust-psm-devel
/usr/share/licenses/rust-psm-devel/LICENSE-APACHE
/usr/share/licenses/rust-psm-devel/LICENSE-MIT

References

Summary

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