How To Install srmio on Fedora 36

In this tutorial we learn how to install srmio in Fedora 36. srmio is Schoberer Radmesstechnik (SRM) PowerControl access

Introduction

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

What is srmio

App to access the most important functions of a Schoberer Radmesstechnik (SRM) PowerControl V, VI and 7. You can download the data, mark it deleted, sync the time and set the recording interval.

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

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

sudo dnf -y install srmio

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

sudo yum -y install srmio

How To Uninstall srmio on Fedora 36

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

sudo dnf remove srmio

srmio Package Contents on Fedora 36

/usr/bin/srmcmd
/usr/bin/srmdump
/usr/bin/srmsync
/usr/lib/.build-id
/usr/lib/.build-id/9b
/usr/lib/.build-id/9b/877b71cd7ea07ea556d755bcfb5f885b67b611
/usr/lib/.build-id/c6
/usr/lib/.build-id/c6/1a7ad07b75dcad79995cb1931e75356233a05b
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/0bc9d40519380a16b2482652df3c45572f0382
/usr/share/man/man1/srmcmd.1.gz
/usr/share/man/man1/srmdump.1.gz
/usr/share/man/man1/srmsync.1.gz

References

Summary

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