How To Install rust-radix_trie-devel on Fedora 36
Introduction
In this tutorial we learn how to install rust-radix_trie-devel
on Fedora 36.
What is rust-radix_trie-devel
Generic radix trie data-structure. This package contains library source intended for building other packages which use “radix_trie” crate.
We can use yum
or dnf
to install rust-radix_trie-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rust-radix_trie-devel.
Install rust-radix_trie-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-radix_trie-devel
using dnf
by running the following command:
sudo dnf -y install rust-radix_trie-devel
Install rust-radix_trie-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-radix_trie-devel
using yum
by running the following command:
sudo yum -y install rust-radix_trie-devel
How To Uninstall rust-radix_trie-devel on Fedora 36
To uninstall only the rust-radix_trie-devel
package we can use the following command:
sudo dnf remove rust-radix_trie-devel
rust-radix_trie-devel Package Contents on Fedora 36
/usr/share/cargo/registry/radix_trie-0.2.1
/usr/share/cargo/registry/radix_trie-0.2.1/.cargo-checksum.json
/usr/share/cargo/registry/radix_trie-0.2.1/CHANGELOG.md
/usr/share/cargo/registry/radix_trie-0.2.1/Cargo.toml
/usr/share/cargo/registry/radix_trie-0.2.1/LICENSE
/usr/share/cargo/registry/radix_trie-0.2.1/README.md
/usr/share/cargo/registry/radix_trie-0.2.1/appveyor.yml
/usr/share/cargo/registry/radix_trie-0.2.1/benches
/usr/share/cargo/registry/radix_trie-0.2.1/benches/trie_benches.rs
/usr/share/cargo/registry/radix_trie-0.2.1/data
/usr/share/cargo/registry/radix_trie-0.2.1/data/1984.txt
/usr/share/cargo/registry/radix_trie-0.2.1/data/sun-rising.txt
/usr/share/cargo/registry/radix_trie-0.2.1/examples
/usr/share/cargo/registry/radix_trie-0.2.1/examples/child_iter.rs
/usr/share/cargo/registry/radix_trie-0.2.1/examples/debug.rs
/usr/share/cargo/registry/radix_trie-0.2.1/examples/opt.rs
/usr/share/cargo/registry/radix_trie-0.2.1/examples/string_frequency.rs
/usr/share/cargo/registry/radix_trie-0.2.1/src
/usr/share/cargo/registry/radix_trie-0.2.1/src/iter.rs
/usr/share/cargo/registry/radix_trie-0.2.1/src/keys.rs
/usr/share/cargo/registry/radix_trie-0.2.1/src/lib.rs
/usr/share/cargo/registry/radix_trie-0.2.1/src/macros.rs
/usr/share/cargo/registry/radix_trie-0.2.1/src/qc_test.rs
/usr/share/cargo/registry/radix_trie-0.2.1/src/serde.rs
/usr/share/cargo/registry/radix_trie-0.2.1/src/subtrie.rs
/usr/share/cargo/registry/radix_trie-0.2.1/src/test.rs
/usr/share/cargo/registry/radix_trie-0.2.1/src/traversal.rs
/usr/share/cargo/registry/radix_trie-0.2.1/src/trie.rs
/usr/share/cargo/registry/radix_trie-0.2.1/src/trie_common.rs
/usr/share/cargo/registry/radix_trie-0.2.1/src/trie_node.rs
/usr/share/doc/rust-radix_trie-devel
/usr/share/doc/rust-radix_trie-devel/CHANGELOG.md
/usr/share/doc/rust-radix_trie-devel/README.md
/usr/share/doc/rust-radix_trie-devel/examples
/usr/share/doc/rust-radix_trie-devel/examples/child_iter.rs
/usr/share/doc/rust-radix_trie-devel/examples/debug.rs
/usr/share/doc/rust-radix_trie-devel/examples/opt.rs
/usr/share/doc/rust-radix_trie-devel/examples/string_frequency.rs
/usr/share/licenses/rust-radix_trie-devel
/usr/share/licenses/rust-radix_trie-devel/LICENSE
References
Summary
In this tutorial we learn how to install rust-radix_trie-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).