How to Install and Uninstall rust-der+bytes-devel.noarch Package on Fedora 38

Last updated: November 30,2024

1. Install "rust-der+bytes-devel.noarch" package

This is a short guide on how to install rust-der+bytes-devel.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install rust-der+bytes-devel.noarch

2. Uninstall "rust-der+bytes-devel.noarch" package

This tutorial shows how to uninstall rust-der+bytes-devel.noarch on Fedora 38:

$ sudo dnf remove rust-der+bytes-devel.noarch $ sudo dnf autoremove

3. Information about the rust-der+bytes-devel.noarch package on Fedora 38

Last metadata expiration check: 2:33:00 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : rust-der+bytes-devel
Version : 0.7.8
Release : 1.fc38
Architecture : noarch
Size : 8.2 k
Source : rust-der-0.7.8-1.fc38.src.rpm
Repository : updates
Summary : Pure Rust embedded-friendly implementation of DER for ASN.1
URL : https://crates.io/crates/der
License : Apache-2.0 OR MIT
Description : 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 "bytes" feature of the "der" crate.