How To Install office-runner on Fedora 36

In this tutorial we learn how to install office-runner in Fedora 36. office-runner is Office game for laptop owners

Introduction

In this tutorial we learn how to install office-runner on Fedora 36.

What is office-runner

This program is dedicated to office workers who want not to suspend their laptop when moving between rooms meeting. office-runner inhibits suspend for 10 minutes when closing the lid and record their time when moving between meeting rooms.

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

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

sudo dnf -y install office-runner

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

sudo yum -y install office-runner

How To Uninstall office-runner on Fedora 36

To uninstall only the office-runner package we can use the following command:

sudo dnf remove office-runner

office-runner Package Contents on Fedora 36

/usr/bin/office-runner
/usr/lib/.build-id
/usr/lib/.build-id/81
/usr/lib/.build-id/81/5c75446fd5a85befc4901776bb1f9fb1fcf25e
/usr/share/appdata/office-runner.appdata.xml
/usr/share/applications/office-runner.desktop
/usr/share/doc/office-runner
/usr/share/doc/office-runner/COPYING
/usr/share/doc/office-runner/NEWS
/usr/share/icons/hicolor/16x16/apps/office-runner.png
/usr/share/icons/hicolor/22x22/apps/office-runner.png
/usr/share/icons/hicolor/24x24/apps/office-runner.png
/usr/share/icons/hicolor/256x256/apps/office-runner.png
/usr/share/icons/hicolor/32x32/apps/office-runner.png
/usr/share/icons/hicolor/48x48/apps/office-runner.png
/usr/share/locale/cs/LC_MESSAGES/office-runner.mo
/usr/share/locale/de/LC_MESSAGES/office-runner.mo
/usr/share/locale/es/LC_MESSAGES/office-runner.mo
/usr/share/locale/fr/LC_MESSAGES/office-runner.mo
/usr/share/locale/pl/LC_MESSAGES/office-runner.mo
/usr/share/locale/pt_BR/LC_MESSAGES/office-runner.mo
/usr/share/locale/ru/LC_MESSAGES/office-runner.mo
/usr/share/locale/sl/LC_MESSAGES/office-runner.mo
/usr/share/locale/sr/LC_MESSAGES/office-runner.mo
/usr/share/locale/sr@latin/LC_MESSAGES/office-runner.mo
/usr/share/office-runner
/usr/share/office-runner/jump.wav
/usr/share/office-runner/office-runner.ui
/usr/share/office-runner/pause.wav

References

Summary

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