How To Install rust-der+derive-devel on Fedora 36

In this tutorial we learn how to install rust-der+derive-devel in Fedora 36. rust-der+derive-devel is Pure Rust embedded-friendly implementation of DER for ASN.1

Introduction

In this tutorial we learn how to install rust-der+derive-devel on Fedora 36.

What is rust-der+derive-devel

Pure Rust embedded-friendly implementation of the Distinguished Encoding Rules (DER) for Abstract Syntax Notation One (ASN.1) as described in ITU X.690 with full support for heapless no_std targets. This package contains library source intended for building other packages which use the “derive” feature of the “der” crate.

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

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

sudo dnf -y install rust-der+derive-devel

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

sudo yum -y install rust-der+derive-devel

How To Uninstall rust-der+derive-devel on Fedora 36

To uninstall only the rust-der+derive-devel package we can use the following command:

sudo dnf remove rust-der+derive-devel

rust-der+derive-devel Package Contents on Fedora 36

/usr/share/cargo/registry/der-0.4.5/Cargo.toml

References

Summary

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