How To Install rust-err-derive-devel on Fedora 36
Introduction
In this tutorial we learn how to install rust-err-derive-devel
on Fedora 36.
What is rust-err-derive-devel
Derive macro for `std This package contains library source intended for building other packages which use “err-derive” crate.
We can use yum
or dnf
to install rust-err-derive-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rust-err-derive-devel.
Install rust-err-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-err-derive-devel
using dnf
by running the following command:
sudo dnf -y install rust-err-derive-devel
Install rust-err-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-err-derive-devel
using yum
by running the following command:
sudo yum -y install rust-err-derive-devel
How To Uninstall rust-err-derive-devel on Fedora 36
To uninstall only the rust-err-derive-devel
package we can use the following command:
sudo dnf remove rust-err-derive-devel
rust-err-derive-devel Package Contents on Fedora 36
/usr/share/cargo/registry/err-derive-0.2.4
/usr/share/cargo/registry/err-derive-0.2.4/.cargo-checksum.json
/usr/share/cargo/registry/err-derive-0.2.4/Cargo.toml
/usr/share/cargo/registry/err-derive-0.2.4/LICENSE
/usr/share/cargo/registry/err-derive-0.2.4/LICENSE-APACHE
/usr/share/cargo/registry/err-derive-0.2.4/LICENSE-MIT
/usr/share/cargo/registry/err-derive-0.2.4/README.md
/usr/share/cargo/registry/err-derive-0.2.4/build.rs
/usr/share/cargo/registry/err-derive-0.2.4/examples
/usr/share/cargo/registry/err-derive-0.2.4/examples/enums.rs
/usr/share/cargo/registry/err-derive-0.2.4/src
/usr/share/cargo/registry/err-derive-0.2.4/src/lib.rs
/usr/share/cargo/registry/err-derive-0.2.4/tests
/usr/share/cargo/registry/err-derive-0.2.4/tests/no-std.rs
/usr/share/cargo/registry/err-derive-0.2.4/tests/skeptic.rs
/usr/share/cargo/registry/err-derive-0.2.4/tests/tests.rs
/usr/share/doc/rust-err-derive-devel
/usr/share/doc/rust-err-derive-devel/README.md
/usr/share/licenses/rust-err-derive-devel
/usr/share/licenses/rust-err-derive-devel/LICENSE
/usr/share/licenses/rust-err-derive-devel/LICENSE-APACHE
/usr/share/licenses/rust-err-derive-devel/LICENSE-MIT
References
Summary
In this tutorial we learn how to install rust-err-derive-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).