How To Install rust-v_frame-devel on Fedora 36
Introduction
In this tutorial we learn how to install rust-v_frame-devel
on Fedora 36.
What is rust-v_frame-devel
Video Frame data structures, part of rav1e. This package contains library source intended for building other packages which use “v_frame” crate.
We can use yum
or dnf
to install rust-v_frame-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rust-v_frame-devel.
Install rust-v_frame-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-v_frame-devel
using dnf
by running the following command:
sudo dnf -y install rust-v_frame-devel
Install rust-v_frame-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-v_frame-devel
using yum
by running the following command:
sudo yum -y install rust-v_frame-devel
How To Uninstall rust-v_frame-devel on Fedora 36
To uninstall only the rust-v_frame-devel
package we can use the following command:
sudo dnf remove rust-v_frame-devel
rust-v_frame-devel Package Contents on Fedora 36
/usr/share/cargo/registry/v_frame-0.2.5
/usr/share/cargo/registry/v_frame-0.2.5/.cargo-checksum.json
/usr/share/cargo/registry/v_frame-0.2.5/Cargo.toml
/usr/share/cargo/registry/v_frame-0.2.5/LICENSE
/usr/share/cargo/registry/v_frame-0.2.5/src
/usr/share/cargo/registry/v_frame-0.2.5/src/frame.rs
/usr/share/cargo/registry/v_frame-0.2.5/src/lib.rs
/usr/share/cargo/registry/v_frame-0.2.5/src/math.rs
/usr/share/cargo/registry/v_frame-0.2.5/src/pixel.rs
/usr/share/cargo/registry/v_frame-0.2.5/src/plane.rs
/usr/share/licenses/rust-v_frame-devel
/usr/share/licenses/rust-v_frame-devel/LICENSE
References
Summary
In this tutorial we learn how to install rust-v_frame-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).