How To Install rust-version-sync-devel on Fedora 36

In this tutorial we learn how to install rust-version-sync-devel in Fedora 36. rust-version-sync-devel is Simple crate for ensuring that version numbers in README files are updated

Introduction

In this tutorial we learn how to install rust-version-sync-devel on Fedora 36.

What is rust-version-sync-devel

Crate for ensuring that version numbers in README files and other files are kept in sync with the crate version. This package contains library source intended for building other packages which use the “version-sync” crate.

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

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

sudo dnf -y install rust-version-sync-devel

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

sudo yum -y install rust-version-sync-devel

How To Uninstall rust-version-sync-devel on Fedora 36

To uninstall only the rust-version-sync-devel package we can use the following command:

sudo dnf remove rust-version-sync-devel

rust-version-sync-devel Package Contents on Fedora 36

/usr/share/cargo/registry/version-sync-0.9.4
/usr/share/cargo/registry/version-sync-0.9.4/.cargo-checksum.json
/usr/share/cargo/registry/version-sync-0.9.4/Cargo.toml
/usr/share/cargo/registry/version-sync-0.9.4/LICENSE
/usr/share/cargo/registry/version-sync-0.9.4/README.md
/usr/share/cargo/registry/version-sync-0.9.4/src
/usr/share/cargo/registry/version-sync-0.9.4/src/contains_regex.rs
/usr/share/cargo/registry/version-sync-0.9.4/src/contains_substring.rs
/usr/share/cargo/registry/version-sync-0.9.4/src/helpers.rs
/usr/share/cargo/registry/version-sync-0.9.4/src/html_root_url.rs
/usr/share/cargo/registry/version-sync-0.9.4/src/lib.rs
/usr/share/cargo/registry/version-sync-0.9.4/src/markdown_deps.rs
/usr/share/cargo/registry/version-sync-0.9.4/tests
/usr/share/cargo/registry/version-sync-0.9.4/tests/version-numbers.rs
/usr/share/doc/rust-version-sync-devel
/usr/share/doc/rust-version-sync-devel/README.md
/usr/share/licenses/rust-version-sync-devel
/usr/share/licenses/rust-version-sync-devel/LICENSE

References

Summary

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