How To Install rust-system76_ectool-devel on Fedora 36

In this tutorial we learn how to install rust-system76_ectool-devel in Fedora 36. rust-system76_ectool-devel is System76 EC tool

Introduction

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

What is rust-system76_ectool-devel

Tool for interacting with System76 embedded controller firmware devices. This package contains library source intended for building other packages which use “system76_ectool” crate.

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

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

sudo dnf -y install rust-system76_ectool-devel

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

sudo yum -y install rust-system76_ectool-devel

How To Uninstall rust-system76_ectool-devel on Fedora 36

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

sudo dnf remove rust-system76_ectool-devel

rust-system76_ectool-devel Package Contents on Fedora 36

/usr/share/cargo/registry/system76_ectool-0.3.8
/usr/share/cargo/registry/system76_ectool-0.3.8/.cargo-checksum.json
/usr/share/cargo/registry/system76_ectool-0.3.8/Cargo.toml
/usr/share/cargo/registry/system76_ectool-0.3.8/LICENSE
/usr/share/cargo/registry/system76_ectool-0.3.8/src
/usr/share/cargo/registry/system76_ectool-0.3.8/src/access
/usr/share/cargo/registry/system76_ectool-0.3.8/src/access/hid.rs
/usr/share/cargo/registry/system76_ectool-0.3.8/src/access/lpc
/usr/share/cargo/registry/system76_ectool-0.3.8/src/access/lpc/direct.rs
/usr/share/cargo/registry/system76_ectool-0.3.8/src/access/lpc/linux.rs
/usr/share/cargo/registry/system76_ectool-0.3.8/src/access/lpc/mod.rs
/usr/share/cargo/registry/system76_ectool-0.3.8/src/access/lpc/sim.rs
/usr/share/cargo/registry/system76_ectool-0.3.8/src/access/mod.rs
/usr/share/cargo/registry/system76_ectool-0.3.8/src/ec.rs
/usr/share/cargo/registry/system76_ectool-0.3.8/src/error.rs
/usr/share/cargo/registry/system76_ectool-0.3.8/src/firmware.rs
/usr/share/cargo/registry/system76_ectool-0.3.8/src/legacy.rs
/usr/share/cargo/registry/system76_ectool-0.3.8/src/lib.rs
/usr/share/cargo/registry/system76_ectool-0.3.8/src/main.rs
/usr/share/cargo/registry/system76_ectool-0.3.8/src/pmc.rs
/usr/share/cargo/registry/system76_ectool-0.3.8/src/spi.rs
/usr/share/cargo/registry/system76_ectool-0.3.8/src/super_io.rs
/usr/share/cargo/registry/system76_ectool-0.3.8/src/timeout.rs
/usr/share/licenses/rust-system76_ectool-devel
/usr/share/licenses/rust-system76_ectool-devel/LICENSE

References

Summary

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