How To Install rust-proptest-derive-devel on Fedora 36

In this tutorial we learn how to install rust-proptest-derive-devel in Fedora 36. rust-proptest-derive-devel is Custom-derive for the Arbitrary trait of proptest

Introduction

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

What is rust-proptest-derive-devel

Custom-derive for the Arbitrary trait of proptest. This package contains library source intended for building other packages which use “proptest-derive” crate.

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

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

sudo dnf -y install rust-proptest-derive-devel

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

sudo yum -y install rust-proptest-derive-devel

How To Uninstall rust-proptest-derive-devel on Fedora 36

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

sudo dnf remove rust-proptest-derive-devel

rust-proptest-derive-devel Package Contents on Fedora 36

/usr/share/cargo/registry/proptest-derive-0.2.0
/usr/share/cargo/registry/proptest-derive-0.2.0/.cargo-checksum.json
/usr/share/cargo/registry/proptest-derive-0.2.0/CHANGELOG.md
/usr/share/cargo/registry/proptest-derive-0.2.0/Cargo.toml
/usr/share/cargo/registry/proptest-derive-0.2.0/LICENSE-APACHE
/usr/share/cargo/registry/proptest-derive-0.2.0/LICENSE-MIT
/usr/share/cargo/registry/proptest-derive-0.2.0/README.md
/usr/share/cargo/registry/proptest-derive-0.2.0/benches
/usr/share/cargo/registry/proptest-derive-0.2.0/benches/large_enum.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/src
/usr/share/cargo/registry/proptest-derive-0.2.0/src/ast.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/src/attr.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/src/derive.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/src/error.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/src/interp.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/src/lib.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/src/tests.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/src/use_tracking.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/src/util.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/src/void.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/assoc.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/E0001-lifetime.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/E0002-no-unions.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/E0003-void-struct.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/E0004-void-enum.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/E0005-void-enum.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/E0006-void-enum.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/E0007-illegal-strategy.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/E0008-illegal-skip.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/E0009-illegal-weight.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/E0010-parent-has-params.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/E0011-params-variant.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/E0012-parent-has-filter.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/E0014-bare-attr.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/E0015-lit-set.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/E0016-immediate-lit.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/E0017-set-again.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/E0018-unknown-mod.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/E0019-no_params-malformed.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/E0020-skip-malformed.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/E0021-weight-malformed.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/E0022-overspec-param.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/E0023-params-malformed-expr.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/E0023-params-malformed.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/E0025-overspec-strat.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/E0026-strategy-malformed-expr.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/E0026-strategy-malformed.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/E0027-filter-malformed-expr.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/E0027-filter-malformed.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/E0028-skipped-variant-has-filter.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/E0028-skipped-variant-has-param.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/E0028-skipped-variant-has-strat.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/E0028-skipped-variant-has-weight.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/E0029-filter-on-unit-variant.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/E0029-params-on-unit-variant.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/E0029-strategy-on-unit-variant.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/E0030-params-on-unit-struct.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/E0031-no-bound-non-tyvar.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/E0032-no-bound-malformed.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/E0033-weight-overflow.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/E0034-regex-malformed.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/E0035-cant_set_param_and_regex.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/E0658-no-bare-modifiers.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/must-be-debug.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/no-arbitrary.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compile-fail/regex_wrong_type.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/compiletest.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/enum.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/filter.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/misc.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/no_bound.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/params.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/phantom.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/regex.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/skip.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/strategy.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/uninhabited-pass.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/units.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/value.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/value_param.rs
/usr/share/cargo/registry/proptest-derive-0.2.0/tests/weight.rs
/usr/share/doc/rust-proptest-derive-devel
/usr/share/doc/rust-proptest-derive-devel/CHANGELOG.md
/usr/share/doc/rust-proptest-derive-devel/README.md
/usr/share/licenses/rust-proptest-derive-devel
/usr/share/licenses/rust-proptest-derive-devel/LICENSE-APACHE
/usr/share/licenses/rust-proptest-derive-devel/LICENSE-MIT

References

Summary

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