How To Install rustbus on Fedora 36

In this tutorial we learn how to install rustbus in Fedora 36. rustbus is Implementation of the dbus protocol

Introduction

In this tutorial we learn how to install rustbus on Fedora 36.

What is rustbus

Implementation of the dbus protocol.

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

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

sudo dnf -y install rustbus

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

sudo yum -y install rustbus

How To Uninstall rustbus on Fedora 36

To uninstall only the rustbus package we can use the following command:

sudo dnf remove rustbus

rustbus Package Contents on Fedora 36

/usr/bin/create_corpus
/usr/bin/fuzz_artifact
/usr/bin/perf_test
/usr/lib/.build-id
/usr/lib/.build-id/2b
/usr/lib/.build-id/2b/7afd8b17b3204be5c2c34283193de38caf4f9a
/usr/lib/.build-id/68
/usr/lib/.build-id/68/8b41bedb29761ade98826cfe574b6d5a13ef0a
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/2a31848f1f66bb07a250f1cbcb383fb39c67a2
/usr/share/doc/rustbus
/usr/share/doc/rustbus/README.md
/usr/share/doc/rustbus/examples
/usr/share/doc/rustbus/examples/conn.rs
/usr/share/doc/rustbus/examples/deriving.rs
/usr/share/doc/rustbus/examples/dispatch.rs
/usr/share/doc/rustbus/examples/fd.rs
/usr/share/doc/rustbus/examples/server.rs
/usr/share/doc/rustbus/examples/sig.rs
/usr/share/doc/rustbus/examples/systemd_example.rs
/usr/share/doc/rustbus/examples/user_defined_types.rs
/usr/share/licenses/rustbus
/usr/share/licenses/rustbus/LICENSE

References

Summary

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