How To Install rust-ct-logs-devel on Fedora 36

In this tutorial we learn how to install rust-ct-logs-devel in Fedora 36. rust-ct-logs-devel is Google’s list of Certificate Transparency logs for use with sct crate

Introduction

In this tutorial we learn how to install rust-ct-logs-devel on Fedora 36.

What is rust-ct-logs-devel

Google’s list of Certificate Transparency logs for use with sct crate. This package contains library source intended for building other packages which use “ct-logs” crate.

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

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

sudo dnf -y install rust-ct-logs-devel

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

sudo yum -y install rust-ct-logs-devel

How To Uninstall rust-ct-logs-devel on Fedora 36

To uninstall only the rust-ct-logs-devel package we can use the following command:

sudo dnf remove rust-ct-logs-devel

rust-ct-logs-devel Package Contents on Fedora 36

/usr/share/cargo/registry/ct-logs-0.8.0
/usr/share/cargo/registry/ct-logs-0.8.0/.cargo-checksum.json
/usr/share/cargo/registry/ct-logs-0.8.0/Cargo.toml
/usr/share/cargo/registry/ct-logs-0.8.0/LICENSE
/usr/share/cargo/registry/ct-logs-0.8.0/LICENSE-APACHE
/usr/share/cargo/registry/ct-logs-0.8.0/LICENSE-ISC
/usr/share/cargo/registry/ct-logs-0.8.0/LICENSE-MIT
/usr/share/cargo/registry/ct-logs-0.8.0/README.md
/usr/share/cargo/registry/ct-logs-0.8.0/build.py
/usr/share/cargo/registry/ct-logs-0.8.0/log_list_pubkey.pem
/usr/share/cargo/registry/ct-logs-0.8.0/src
/usr/share/cargo/registry/ct-logs-0.8.0/src/lib.rs
/usr/share/doc/rust-ct-logs-devel
/usr/share/doc/rust-ct-logs-devel/README.md
/usr/share/licenses/rust-ct-logs-devel
/usr/share/licenses/rust-ct-logs-devel/LICENSE
/usr/share/licenses/rust-ct-logs-devel/LICENSE-APACHE
/usr/share/licenses/rust-ct-logs-devel/LICENSE-ISC
/usr/share/licenses/rust-ct-logs-devel/LICENSE-MIT

References

Summary

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