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