How To Install rust-ppv-lite86-devel on Fedora 36
Introduction
In this tutorial we learn how to install rust-ppv-lite86-devel
on Fedora 36.
What is rust-ppv-lite86-devel
Implementation of the crypto-simd API for x86. This package contains library source intended for building other packages which use the “ppv-lite86” crate.
We can use yum
or dnf
to install rust-ppv-lite86-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rust-ppv-lite86-devel.
Install rust-ppv-lite86-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-ppv-lite86-devel
using dnf
by running the following command:
sudo dnf -y install rust-ppv-lite86-devel
Install rust-ppv-lite86-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-ppv-lite86-devel
using yum
by running the following command:
sudo yum -y install rust-ppv-lite86-devel
How To Uninstall rust-ppv-lite86-devel on Fedora 36
To uninstall only the rust-ppv-lite86-devel
package we can use the following command:
sudo dnf remove rust-ppv-lite86-devel
rust-ppv-lite86-devel Package Contents on Fedora 36
/usr/share/cargo/registry/ppv-lite86-0.2.16
/usr/share/cargo/registry/ppv-lite86-0.2.16/.cargo-checksum.json
/usr/share/cargo/registry/ppv-lite86-0.2.16/CHANGELOG.md
/usr/share/cargo/registry/ppv-lite86-0.2.16/Cargo.toml
/usr/share/cargo/registry/ppv-lite86-0.2.16/LICENSE-APACHE
/usr/share/cargo/registry/ppv-lite86-0.2.16/LICENSE-MIT
/usr/share/cargo/registry/ppv-lite86-0.2.16/src
/usr/share/cargo/registry/ppv-lite86-0.2.16/src/generic.rs
/usr/share/cargo/registry/ppv-lite86-0.2.16/src/lib.rs
/usr/share/cargo/registry/ppv-lite86-0.2.16/src/soft.rs
/usr/share/cargo/registry/ppv-lite86-0.2.16/src/types.rs
/usr/share/cargo/registry/ppv-lite86-0.2.16/src/x86_64
/usr/share/cargo/registry/ppv-lite86-0.2.16/src/x86_64/mod.rs
/usr/share/cargo/registry/ppv-lite86-0.2.16/src/x86_64/sse2.rs
/usr/share/doc/rust-ppv-lite86-devel
/usr/share/doc/rust-ppv-lite86-devel/CHANGELOG.md
/usr/share/licenses/rust-ppv-lite86-devel
/usr/share/licenses/rust-ppv-lite86-devel/LICENSE-APACHE
/usr/share/licenses/rust-ppv-lite86-devel/LICENSE-MIT
References
Summary
In this tutorial we learn how to install rust-ppv-lite86-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).